BEM_OPTIONS_t Derived Type

type, public :: BEM_OPTIONS_t


Contents

Source Code


Components

TypeVisibility AttributesNameInitial
integer, public :: NFLOOR_LAYER
character(len=6), public :: CCOOL_COIL
character(len=6), public :: CHEAT_COIL
logical, public :: LAUTOSIZE

Source Code

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