Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=11), | private, | parameter | :: | Refrig | = | "REFRIGERANT" | |
character(len=6), | private, | parameter | :: | Glycol | = | "GLYCOL" | |
character(len=8), | private, | parameter | :: | Pressure | = | "PRESSURE" | |
character(len=8), | private, | parameter | :: | Enthalpy | = | "ENTHALPY" | |
character(len=7), | private, | parameter | :: | Density | = | "DENSITY" | |
character(len=12), | private, | parameter | :: | SpecificHeat | = | "SPECIFICHEAT" | |
character(len=12), | private, | parameter | :: | Conductivity | = | "CONDUCTIVITY" | |
character(len=9), | private, | parameter | :: | Viscosity | = | "VISCOSITY" | |
character(len=5), | private, | parameter | :: | Fluid | = | "FLUID" | |
character(len=8), | private, | parameter | :: | GasFluid | = | "FLUIDGAS" | |
character(len=5), | private, | parameter | :: | Water | = | 'Water' | |
character(len=5), | private, | parameter | :: | Steam | = | 'Steam' | |
character(len=14), | private, | parameter | :: | EthyleneGlycol | = | 'EthyleneGlycol' | |
character(len=15), | private, | parameter | :: | PropyleneGlycol | = | 'PropyleneGlycol' | |
integer, | private, | parameter | :: | EthyleneGlycolIndex | = | -2 | |
integer, | private, | parameter | :: | PropyleneGlycolIndex | = | -1 | |
integer, | private, | parameter | :: | iRefrig | = | 1 | |
integer, | private, | parameter | :: | iGlycol | = | 1 | |
type(FluidPropsRefrigerantData), | private, | ALLOCATABLE, DIMENSION(:) | :: | RefrigData | |||
type(FluidPropsRefrigErrors), | private, | ALLOCATABLE, DIMENSION(:) | :: | RefrigErrorTracking | |||
type(FluidPropsGlycolRawData), | private, | ALLOCATABLE, DIMENSION(:) | :: | GlyRawData | |||
type(FluidPropsGlycolData), | private, | ALLOCATABLE, DIMENSION(:) | :: | GlycolData | |||
type(FluidPropsGlycolErrors), | private, | ALLOCATABLE, DIMENSION(:) | :: | GlycolErrorTracking | |||
logical, | private | :: | GetInput | = | .TRUE. | ||
integer, | private | :: | NumOfRefrigerants | = | 0 | ||
integer, | public | :: | NumOfGlycols | = | 0 | ||
logical, | private | :: | DebugReportGlycols | = | .false. | ||
logical, | private | :: | DebugReportRefrigerants | = | .false. | ||
integer, | private | :: | GlycolErrorLimitTest | = | 1 | ||
integer, | private | :: | RefrigerantErrorLimitTest | = | 1 | ||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | RefrigUsed | |||
logical, | private, | ALLOCATABLE, DIMENSION(:) | :: | GlycolUsed | |||
integer, | public | :: | FluidIndex_Water | = | 0 | ||
integer, | public | :: | FluidIndex_EthyleneGlycol | = | 0 | ||
integer, | public | :: | FluidIndex_PropoleneGlycol | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | NumPsPoints | = | 0 | ||
real(kind=r64), | public | :: | PsLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | PsHighTempValue | = | 0.0d0 | ||
integer, | public | :: | PsLowTempIndex | = | 0 | ||
integer, | public | :: | PsHighTempIndex | = | 0 | ||
real(kind=r64), | public | :: | PsLowPresValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | PsHighPresValue | = | 0.0d0 | ||
integer, | public | :: | PsLowPresIndex | = | 0 | ||
integer, | public | :: | PsHighPresIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | PsTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | PsValues | |||
integer, | public | :: | NumHPoints | = | 0 | ||
real(kind=r64), | public | :: | HfLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | HfHighTempValue | = | 0.0d0 | ||
integer, | public | :: | HfLowTempIndex | = | 0 | ||
integer, | public | :: | HfHighTempIndex | = | 0 | ||
real(kind=r64), | public | :: | HfgLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | HfgHighTempValue | = | 0.0d0 | ||
integer, | public | :: | HfgLowTempIndex | = | 0 | ||
integer, | public | :: | HfgHighTempIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HfValues | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | HfgValues | |||
integer, | public | :: | NumCpPoints | = | 0 | ||
real(kind=r64), | public | :: | CpfLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | CpfHighTempValue | = | 0.0d0 | ||
integer, | public | :: | CpfLowTempIndex | = | 0 | ||
integer, | public | :: | CpfHighTempIndex | = | 0 | ||
real(kind=r64), | public | :: | CpfgLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | CpfgHighTempValue | = | 0.0d0 | ||
integer, | public | :: | CpfgLowTempIndex | = | 0 | ||
integer, | public | :: | CpfgHighTempIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpfValues | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpfgValues | |||
integer, | public | :: | NumRhoPoints | = | 0 | ||
real(kind=r64), | public | :: | RhofLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | RhofHighTempValue | = | 0.0d0 | ||
integer, | public | :: | RhofLowTempIndex | = | 0 | ||
integer, | public | :: | RhofHighTempIndex | = | 0 | ||
real(kind=r64), | public | :: | RhofgLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | RhofgHighTempValue | = | 0.0d0 | ||
integer, | public | :: | RhofgLowTempIndex | = | 0 | ||
integer, | public | :: | RhofgHighTempIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhoTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhofValues | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhofgValues | |||
integer, | public | :: | NumSuperTempPts | = | 0 | ||
integer, | public | :: | NumSuperPressPts | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SHTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | SHPress | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | HshValues | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | RhoshValues |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
logical, | public | :: | CpDataPresent | = | .FALSE. | ||
integer, | public | :: | NumCpTempPts | = | 0 | ||
integer, | public | :: | NumCpConcPts | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpConcs | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | CpValues | |||
logical, | public | :: | RhoDataPresent | = | .FALSE. | ||
integer, | public | :: | NumRhoTempPts | = | 0 | ||
integer, | public | :: | NumRhoConcPts | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhoTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhoConcs | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | RhoValues | |||
logical, | public | :: | CondDataPresent | = | .FALSE. | ||
integer, | public | :: | NumCondTempPts | = | 0 | ||
integer, | public | :: | NumCondConcPts | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CondTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CondConcs | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | CondValues | |||
logical, | public | :: | ViscDataPresent | = | .FALSE. | ||
integer, | public | :: | NumViscTempPts | = | 0 | ||
integer, | public | :: | NumViscConcPts | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | ViscTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | ViscConcs | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:,:) | :: | ViscValues |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
character(len=MaxNameLength), | public | :: | GlycolName | = | ' ' | ||
integer, | public | :: | GlycolIndex | = | 0 | ||
real(kind=r64), | public | :: | Concentration | = | 1.0d0 | ||
logical, | public | :: | CpDataPresent | = | .FALSE. | ||
real(kind=r64), | public | :: | CpLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | CpHighTempValue | = | 0.0d0 | ||
integer, | public | :: | CpLowTempIndex | = | 0 | ||
integer, | public | :: | CpHighTempIndex | = | 0 | ||
integer, | public | :: | NumCpTempPts | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CpValues | |||
logical, | public | :: | RhoDataPresent | = | .FALSE. | ||
integer, | public | :: | NumRhoTempPts | = | 0 | ||
real(kind=r64), | public | :: | RhoLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | RhoHighTempValue | = | 0.0d0 | ||
integer, | public | :: | RhoLowTempIndex | = | 0 | ||
integer, | public | :: | RhoHighTempIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhoTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | RhoValues | |||
logical, | public | :: | CondDataPresent | = | .FALSE. | ||
integer, | public | :: | NumCondTempPts | = | 0 | ||
real(kind=r64), | public | :: | CondLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | CondHighTempValue | = | 0.0d0 | ||
integer, | public | :: | CondLowTempIndex | = | 0 | ||
integer, | public | :: | CondHighTempIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CondTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | CondValues | |||
logical, | public | :: | ViscDataPresent | = | .FALSE. | ||
integer, | public | :: | NumViscTempPts | = | 0 | ||
real(kind=r64), | public | :: | ViscLowTempValue | = | 0.0d0 | ||
real(kind=r64), | public | :: | ViscHighTempValue | = | 0.0d0 | ||
integer, | public | :: | ViscLowTempIndex | = | 0 | ||
integer, | public | :: | ViscHighTempIndex | = | 0 | ||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | ViscTemps | |||
real(kind=r64), | public, | ALLOCATABLE, DIMENSION(:) | :: | ViscValues |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | SatTempErrIndex | = | 0 | ||
integer, | public | :: | SatTempErrCount | = | 0 | ||
integer, | public | :: | SatPressErrIndex | = | 0 | ||
integer, | public | :: | SatPressErrCount | = | 0 | ||
integer, | public | :: | SatTempDensityErrIndex | = | 0 | ||
integer, | public | :: | SatTempDensityErrCount | = | 0 | ||
integer, | public | :: | SatSupEnthalpyErrIndex | = | 0 | ||
integer, | public | :: | SatSupEnthalpyErrCount | = | 0 | ||
integer, | public | :: | SatSupEnthalpyTempErrIndex | = | 0 | ||
integer, | public | :: | SatSupEnthalpyTempErrCount | = | 0 | ||
integer, | public | :: | SatSupEnthalpyPresErrIndex | = | 0 | ||
integer, | public | :: | SatSupEnthalpyPresErrCount | = | 0 | ||
integer, | public | :: | SatSupPressureErrIndex | = | 0 | ||
integer, | public | :: | SatSupPressureErrCount | = | 0 | ||
integer, | public | :: | SatSupPressureTempErrIndex | = | 0 | ||
integer, | public | :: | SatSupPressureTempErrCount | = | 0 | ||
integer, | public | :: | SatSupPressureEnthErrIndex | = | 0 | ||
integer, | public | :: | SatSupPressureEnthErrCount | = | 0 | ||
integer, | public | :: | SatSupDensityErrIndex | = | 0 | ||
integer, | public | :: | SatSupDensityErrCount | = | 0 | ||
integer, | public | :: | SatSupDensityTempErrIndex | = | 0 | ||
integer, | public | :: | SatSupDensityTempErrCount | = | 0 | ||
integer, | public | :: | SatSupDensityPresErrIndex | = | 0 | ||
integer, | public | :: | SatSupDensityPresErrCount | = | 0 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=MaxNameLength), | public | :: | Name | = | ' ' | ||
integer, | public | :: | SpecHeatLowErrIndex | = | 0 | ||
integer, | public | :: | SpecHeatHighErrIndex | = | 0 | ||
integer, | public | :: | SpecHeatLowErrCount | = | 0 | ||
integer, | public | :: | SpecHeatHighErrCount | = | 0 | ||
integer, | public | :: | DensityHighErrCount | = | 0 | ||
integer, | public | :: | DensityLowErrIndex | = | 0 | ||
integer, | public | :: | DensityHighErrIndex | = | 0 | ||
integer, | public | :: | DensityLowErrCount | = | 0 | ||
integer, | public | :: | ConductivityLowErrIndex | = | 0 | ||
integer, | public | :: | ConductivityHighErrIndex | = | 0 | ||
integer, | public | :: | ConductivityLowErrCount | = | 0 | ||
integer, | public | :: | ConductivityHighErrCount | = | 0 | ||
integer, | public | :: | ViscosityLowErrIndex | = | 0 | ||
integer, | public | :: | ViscosityHighErrIndex | = | 0 | ||
integer, | public | :: | ViscosityLowErrCount | = | 0 | ||
integer, | public | :: | ViscosityHighErrCount | = | 0 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Pressure | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Quality | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Quality | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Quality | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Pressure | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Enthalpy | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Pressure | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Glycol | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
integer, | intent(inout) | :: | GlycolIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Glycol | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
integer, | intent(inout) | :: | GlycolIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Glycol | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
integer, | intent(inout) | :: | GlycolIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Glycol | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
integer, | intent(inout) | :: | GlycolIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | Tact | |||
real(kind=r64), | intent(in) | :: | Tlo | |||
real(kind=r64), | intent(in) | :: | Thi | |||
real(kind=r64), | intent(in) | :: | Xlo | |||
real(kind=r64), | intent(in) | :: | Xhi |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant | |||
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in) | :: | Enthalpy | |||
integer, | intent(inout) | :: | RefrigIndex | |||
character(len=*), | intent(in) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Refrigerant |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | Glycol |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | Index |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | Value | |||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | Array | ||
integer, | intent(in), | optional | :: | LowBound | ||
integer, | intent(in), | optional | :: | UpperBound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=r64), | intent(in) | :: | Temperature | |||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | PropTemps | ||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | LiqProp | ||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | VapProp | ||
real(kind=r64), | intent(in) | :: | Quality | |||
character(len=*), | intent(in) | :: | calledfrom | |||
integer, | intent(in) | :: | LowBound | |||
integer, | intent(in) | :: | UpperBound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=*), | intent(in) | :: | NameToCheck |
!! Error -- can never happen, does this mean NumCp vs. NumRho?
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | NumOfConcs | |||
integer, | intent(in) | :: | NumOfTemps | |||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | RawConcData | ||
real(kind=r64), | intent(in), | DIMENSION(:,:) | :: | RawPropData | ||
real(kind=r64), | intent(in) | :: | Concentration | |||
real(kind=r64), | intent(out), | DIMENSION(:) | :: | InterpData |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | NumOfConcs | |||
integer, | intent(in) | :: | NumOfTemps | |||
real(kind=r64), | intent(in), | DIMENSION(:) | :: | RawConcData | ||
real(kind=r64), | intent(in), | DIMENSION(:,:) | :: | RawPropData | ||
real(kind=r64), | intent(in) | :: | Concentration | |||
real(kind=r64), | intent(out), | DIMENSION(:) | :: | InterpData |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
logical, | intent(inout) | :: | ErrorsFound |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | NumGlycols | ||||
integer | :: | GlycolNum | ||||
logical | :: | DataPresent | ||||
character(len=*) | :: | GlycolName | ||||
character(len=*) | :: | RoutineName | ||||
character(len=*) | :: | Property | ||||
character(len=*) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer | :: | NumRefrigerants | ||||
integer | :: | RefrigerantNum | ||||
logical | :: | DataPresent | ||||
character(len=*) | :: | RefrigerantName | ||||
character(len=*) | :: | RoutineName | ||||
character(len=*) | :: | Property | ||||
character(len=*) | :: | calledfrom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | FluidIndex | |||
real(kind=r64), | intent(out) | :: | MinTempLimit | |||
real(kind=r64), | intent(out) | :: | MaxTempLimit |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
integer, | intent(in) | :: | FluidIndex | |||
real(kind=r64), | intent(out) | :: | MinTempLimit | |||
real(kind=r64), | intent(out) | :: | MaxTempLimit |