/INITEMP
Block Format Keyword Describes the initial nodal temperature.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/INITEMP/initemp_ID | |||||||||
initemp_title | |||||||||
T0 | grnd_ID | fld_type |
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
T01 | node_ID1 | ||||||||
T02 | node_ID2 | ||||||||
T03 | node_ID3 |
Definition
Field | Contents | SI Unit Example |
---|---|---|
initemp_ID | Initial temperature
identifier. (Integer, maximum 10 digits) |
|
initemp_title | Initial temperature
name. (Characters, maximum 100 characters) |
|
T0 | Initial
temperature. (Real) |
|
grnd_ID | Node group on which
initial condition is applied. (Integer) |
|
fld_type | INITEMP
flag type.
(Integer) |
|
T01 | Initial
temperature. (Real) |
|
T02 | Initial
temperature. (Real) |
|
T03 | Initial
temperature. (Real) |
|
node_ID1 | Node on which initial
condition is applied. (Integer) |
|
node_ID2 | Node on which initial
condition is applied. (Integer) |
|
node_ID3 | Node on which initial
condition is applied. (Integer) |
Comments
- If fld_type = 1, temperature can be defined, both for a group of nodes (grnd_ID) and for a list of nodes (node_ID1, ... node_IDn).
- When fld_type = 1, if a node is both in the group of nodes (with grnd_ID), and in the node list (T01, ... T0n), the initial temperature of the group of nodes is ignored for this given node.
- /INITEMP is not compatible with ALE applications (/ALE, /EULER). Initial temperature will not be applied to ALE nodes or ALE elements.