Skip to content

!TEMPERATURE

Specification of nodal temperature used for thermal stress analysis

Parameter

READRESULT = Number of result steps in the heat conduction analysis.
             If specified, temperatures are read sequentially from the heat conduction analysis result file, and the second and subsequent lines are ignored.
SSTEP      = First step number from which heat conduction analysis results are read (default: 1)
INTERVAL   = Step interval at which heat conduction analysis results are read (default: 1)
READTYPE   = STEP(Default) / TIME
             If TIME is specified, the analysis times of the heat conduction analysis and thermal stress analysis are synchronized (the INTERVAL value is ignored,
             and the temperature is determined by linear interpolation between the heat conduction analysis results immediately before and after the current analysis time).

If the heat conduction analysis is a transient analysis using automatic time increments and results are output at specified times using !TIME_POINTS, READTYPE=TIME must be specified because the output step interval is no longer constant.

** 2nd line and subsequent lines **

(2nd line) NODE_ID, Temp_Value
Parameter Name Attributions Contents
NODE_ID I/C Node ID or node group name
Temp_Value R Temperature (Default: 0)

Example of Use

!TEMPERATURE
  1, 10.0
  2, 120.0
  3, 330.0
!TEMPERATURE
  ALL, 20.0
!TEMPERATURE, READRESULT=1, SSTEP=1