Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | NFLOOR_LAYER | ||||
character(len=6), | public | :: | CCOOL_COIL | ||||
character(len=6), | public | :: | CHEAT_COIL | ||||
logical, | public | :: | LAUTOSIZE |
TYPE BEM_OPTIONS_t
! BLD scheme option
!
! Number of layers
!
INTEGER :: NFLOOR_LAYER ! number of layers in walls
CHARACTER(LEN=6) :: CCOOL_COIL ! type of cooling coil
CHARACTER(LEN=6) :: CHEAT_COIL ! type of heating coil
LOGICAL :: LAUTOSIZE ! Flag to activate autosize calculations
!
END TYPE BEM_OPTIONS_t