Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
real(kind=r64), | private, | parameter | :: | MassFlowTol | = | 0.001d0 | |
integer, | public, | SAVE | :: | NumMixers | = | 0 | |
integer, | private | :: | LoopInletNode | = | 0 | ||
integer, | private | :: | LoopOutletNode | = | 0 | ||
type(MixerConditions), | public, | ALLOCATABLE, DIMENSION(:) | :: | MixerCond | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | CheckEquipName |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | MixerName | = | ' ' | ||
real(kind=r64), | public | :: | OutletTemp | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletHumRat | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletEnthalpy | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletPressure | = | 0.0d0 | ||
integer, | public | :: | OutletNode | = | 0 | ||
real(kind=r64), | public | :: | OutletMassFlowRate | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletMassFlowRateMaxAvail | = | 0.0d0 | ||
real(kind=r64), | public | :: | OutletMassFlowRateMinAvail | = | 0.0d0 | ||
logical, | public | :: | InitFlag | = | .false. | ||
integer, | public | :: | NumInletNodes | = | 0 | ||
integer, | public, | DIMENSION(:), ALLOCATABLE | :: | InletNode | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletMassFlowRate | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletMassFlowRateMaxAvail | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletMassFlowRateMinAvail | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletTemp | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletHumRat | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletEnthalpy | |||
real(kind=r64), | public, | DIMENSION(:), ALLOCATABLE | :: | InletPressure |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | CompName | |||
integer, | intent(inout) | :: | CompIndex |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | MixerNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | MixerNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | MixerNum |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | MixerNum |