A
typical sequentially coupled thermal-stress analysis consists of two
Abaqus/Standard
runs: a heat transfer analysis and a subsequent stress analysis.
The following template shows the input for the heat transfer analysis
heat.inp
:
HEADING
…
ELEMENT, TYPE=DC2D4
(Choose the heat transfer element type)
…
STEP
HEAT TRANSFER
…
Apply thermal loads and boundary conditions
…
** Write all nodal temperatures to the results or
** output database file, heat.fil/heat.odb
NODE FILE, NSET=NALL
NT
OUTPUT, FIELD
NODE OUTPUT, NSET=NALL
NT
END STEP
The following template shows the input for the subsequent
static structural analysis:
HEADING
…
ELEMENT, TYPE=CPE4R
(Choose the continuum element type compatible with the heat transfer element type used)
…
STEP
STATIC
…
Apply structural loads and boundary conditions
…
TEMPERATURE, FILE=heat
Read in all nodal temperatures from the results or output database file, heat.fil/heat.odb
…
END STEP