Package for Machine Design

Finite Element Analysis in Structural Mechanics

User Tools

Site Tools


en:user:problem:heat:start

Heat transfer

Computational flowchart

Computational steps

1. Processing the mesh

Input data are written to the text file name.i1. Only isoparametric elements, semi-loof elements, and the corresponding Connector elements can be used. Sandwich and thermal contact resistance elements are not designed for static and dynamic problems; this must be kept in mind when creating meshes for thermoelastic computations.

Program XRM2 (2D problem) / XRM3 (3D problem)
Inputs name.i1, alternatively name.NOD and name.ELE
Log name.o1
Outputs binary files
Details Computation overview, Mesh / Reference Manual: Inputs, Element library, Input data specification

2. Processing the material properties, boundary and initial conditions, and control parameters

Input data are written to the text file name.iB. If temperature fields have already been calculated, they can be loaded directly from the binary file name.TIC (a renamed copy of name.TEM).

3. Solving the system of equations

The solvers do not need additional input data. The calculated temperature fields are written to the binary file name.TEM, which can be used for subsequent stress analysis. Moreover, the text file name.STR containing outputs for the GFEM graphical postprocessor is written automatically.

Program XT2S (2D steady-state problem) / XT3S (3D steady-state problem) / XT2T (2D transient problem) / XT3T (3D transient problem)
Inputs binary files from the previous steps
Log name.oT
Outputs name.STR, binary files (the solution is in the name.TEM file)
Details Computation overview