Stationary heat problem with Dirichlet boundary conditions

  1. Mesh generation
    1. Compile simple generator of hexahedral elements gensifhex in the directory SIFEL/PREP/SEQMESHGEN/ Write simply make.
    2. Copy the simple generator of hexahedral elements gensifhex from the directory SIFEL/PREP/SEQMESHGEN/ into actual directory.
    3. Write gensifhex without any option and you will see hint.
    4. Image

    5. Write gensifhex with appropriate parameters, e.g. gensifhex trfel_stat_linhex_dirichlet.top 10.0 1.0 1.0 10 2 2 1
    6. Image

    7. The file trfel_stat_linhex_dirichlet.top can be found here.
  2. Preprocessor file assembling
    1. The preprocessor file can be found here.
    2. The file with material parameters is here.
    3. The file with cross section parameters is here.
    4. Compile the TRFEL preprocessor in the directory SIFEL/TRFEL/PREP by statement make.
    5. Copy the preprocessor transprep from the directory SIFEL/TRFEL/PREP/_DBG to the actual directory.
    6. Generate the input file trfel_stat_linhex_dirichlet.in by statement transprep trfel_stat_linhex_dirichlet.pr trfel_stat_linhex_dirichlet.in
  3. Solve problem
    1. Compile the TRFEL in the directory SIFEL/TRFEL/SRC by statement make.
    2. Copy the executable file trfel from the directory SIFEL/TRFEL/SRC/_DBG to the actual directory.
    3. Solve problem trfel trfel_stat_linhex_dirichlet.in


Image