Block Format Keyword
/INITEMP - Initial Nodal Temperature
Description
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
|
|
|
|
|
|
|
If fld_type =1, then:
(1)
|
(2)
|
(3)
|
(4)
|
(5)
|
(6)
|
(7)
|
(8)
|
(9)
|
(10)
|
T01
|
node_ID1
|
|
|
|
|
|
|
|
T02
|
node_ID2
|
|
|
|
|
|
|
|
T03
|
node_ID3
|
|
|
|
|
|
|
|
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 type flag:
(Integer)
= 0: Initial temperature/node group
= 1: Initial temperature/node
|
|
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)
|
|
|
1. | 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). |
2. | 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. |
|