Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | AirNodeName | = | ' ' | ||
integer, | public | :: | ClassType | = | 0 | ||
real(kind=r64), | public | :: | Height | = | 0.0d0 | ||
real(kind=r64), | public | :: | Temp | = | 0.0d0 | ||
logical, | public, | ALLOCATABLE, DIMENSION(:) | :: | SurfMask |
TYPE DefineLinearModelNode
CHARACTER(Len=MaxNameLength) :: AirNodeName =' ' ! Name of air nodes
INTEGER :: ClassType =0 ! Type of air nodes
REAL(r64) :: Height =0.0d0 ! Z coordinates [m] node's Control Vol. center
REAL(r64) :: Temp =0.0d0 ! Surface temperature BC
LOGICAL, ALLOCATABLE, DIMENSION(:) :: SurfMask ! Limit of 60 surfaces at current sizing
END TYPE DefineLinearModelNode