Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | Humidifier_Steam_Electric | = | 1 | |
character(len=*), | private, | parameter, DIMENSION(1) | :: | HumidifierType | = | 'Humidifier:Steam:Electric' | |
integer, | private | :: | NumHumidifiers | = | 0 | ||
integer, | private | :: | NumElecSteamHums | = | 0 | ||
type(HumidifierData), | private, | ALLOCATABLE, DIMENSION(:) | :: | Humidifier | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | HumType_Code | = | 0 | ||
integer, | public | :: | EquipIndex | = | 0 | ||
character(len=MaxNameLength), | public | :: | Sched | = | ' ' | ||
integer, | public | :: | SchedPtr | = | 0 | ||
real(kind=r64), | public | :: | NomCapVol | = | 0.0d0 | ||
real(kind=r64), | public | :: | NomCap | = | 0.0d0 | ||
real(kind=r64), | public | :: | NomPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | FanPower | = | 0.0d0 | ||
real(kind=r64), | public | :: | StandbyPower | = | 0.0d0 | ||
integer, | public | :: | AirInNode | = | 0 | ||
integer, | public | :: | AirOutNode | = | 0 | ||
real(kind=r64), | public | :: | AirInTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirInHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirInEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirInMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirOutTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirOutHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirOutEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | AirOutMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | HumRatSet | = | 0.0d0 | ||
real(kind=r64), | public | :: | WaterAdd | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecUseEnergy | = | 0.0d0 | ||
real(kind=r64), | public | :: | ElecUseRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | WaterCons | = | 0.0d0 | ||
real(kind=r64), | public | :: | WaterConsRate | = | 0.0d0 | ||
logical, | public | :: | SuppliedByWaterSystem | = | .FALSE. | ||
integer, | public | :: | WaterTankID | = | 0 | ||
integer, | public | :: | WaterTankDemandARRID | = | 0 | ||
real(kind=r64), | public | :: | TankSupplyVdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | TankSupplyVol | = | 0.0d0 | ||
real(kind=r64), | public | :: | StarvedSupplyVdot | = | 0.0d0 | ||
real(kind=r64), | public | :: | StarvedSupplyVol | = | 0.0d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
logical, | intent(in) | :: | FirstHVACIteration | |||
integer, | intent(inout) | :: | CompIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum | |||
real(kind=r64), | intent(out) | :: | WaterAddNeeded |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum | |||
real(kind=r64), | intent(in) | :: | WaterAddNeeded |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | HumNum |