Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | private, | parameter | :: | EnergyType_DistrictHeating | = | 1 | |
integer, | private, | parameter | :: | EnergyType_DistrictCooling | = | 2 | |
integer, | private | :: | NumDistrictUnits | = | 0 | ||
type(OutsideEnergySourceSpecs), | private, | ALLOCATABLE, DIMENSION(:) | :: | EnergySource | |||
type(ReportVars), | private, | ALLOCATABLE, DIMENSION(:) | :: | EnergySourceReport |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | PlantLoopID | = | ' ' | ||
character(len=MaxNameLength), | public | :: | SecndryLoopID | = | ' ' | ||
character(len=MaxNameLength), | public | :: | ScheduleID | = | ' ' | ||
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
real(kind=r64), | public | :: | NomCap | = | 0.d0 | ||
integer, | public | :: | CapFractionSchedNum | = | 0 | ||
integer, | public | :: | InletNodeNum | = | 0 | ||
integer, | public | :: | OutletNodeNum | = | 0 | ||
real(kind=r64), | public | :: | EnergyTransfer | = | 0.d0 | ||
real(kind=r64), | public | :: | EnergyRate | = | 0.d0 | ||
integer, | public | :: | EnergyType | = | 0 | ||
integer, | public | :: | MassFlowReSimIndex | = | 0 | ||
integer, | public | :: | LoopNum | = | 0 | ||
integer, | public | :: | LoopSideNum | = | 0 | ||
integer, | public | :: | BranchNum | = | 0 | ||
integer, | public | :: | CompNum | = | 0 | ||
logical, | public | :: | OneTimeInitFlag | = | .TRUE. | ||
logical, | public | :: | BeginEnvrnInitFlag | = | .TRUE. | ||
logical, | public | :: | CheckEquipName | = | .TRUE. |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | public | :: | MassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | InletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | EnergyTransfer | = | 0.0d0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | EnergyType | |||
character(len=*), | intent(in) | :: | EquipName | |||
integer, | intent(in) | :: | EquipFlowCtrl | |||
integer, | intent(inout) | :: | CompIndex | |||
logical, | intent(in) | :: | RunFlag | |||
logical, | intent(in) | :: | InitLoopEquip | |||
real(kind=r64), | intent(inout) | :: | MyLoad | |||
real(kind=r64), | intent(inout) | :: | MaxCap | |||
real(kind=r64), | intent(inout) | :: | MinCap | |||
real(kind=r64), | intent(inout) | :: | OptCap | |||
logical, | intent(in) | :: | FirstHVACIteration |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | EnergySourceNum | |||
real(kind=r64), | intent(inout) | :: | MassFlowRate | |||
real(kind=r64), | intent(inout) | :: | InletTemp | |||
real(kind=r64), | intent(inout) | :: | OutletTemp | |||
real(kind=r64), | intent(in) | :: | MyLoad |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical | :: | RunFlag | ||||
integer | :: | DistrictEqNum | ||||
real(kind=r64), | intent(inout) | :: | MyLoad | |||
real(kind=r64), | intent(in) | :: | MassFlowRate | |||
real(kind=r64), | intent(in) | :: | InletTemp | |||
real(kind=r64), | intent(inout) | :: | OutletTemp |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | MyLoad | |||
integer, | intent(in) | :: | EqNum | |||
real(kind=r64), | intent(in) | :: | MassFlowRate | |||
real(kind=r64), | intent(in) | :: | OutletTemp |