com.hummeling.if97
final class Region4 extends Region
Modifier and Type | Field and Description |
---|---|
(package private) static double[] |
n |
private static java.lang.String |
NAME |
(package private) static double |
pRef |
(package private) static double |
Tref |
Constructor and Description |
---|
Region4() |
Modifier and Type | Method and Description |
---|---|
(package private) java.lang.String |
getName() |
(package private) double |
isobaricCubicExpansionCoefficientPT(double p,
double T)
Isobaric cubic expansion coefficient.
|
(package private) double |
isothermalCompressibilityPT(double p,
double T)
Isothermal compressibility.
|
(package private) double |
pressureHS(double h,
double s)
Pressure as a function of specific enthalpy & specific entropy.
|
(package private) static double |
saturationPressureH(double enthalpy)
Boundary saturation pressure for the boundary between regions 3 and 4.
|
(package private) double |
saturationPressureHS(double enthalpy,
double entropy)
Saturation pressure.
|
(package private) static double |
saturationPressureS(double entropy)
Boundary saturation pressure for the boundary between regions 3 and 4.
|
(package private) static double |
saturationPressureT(double saturationTemperature)
Saturation pressure.
|
(package private) static double |
saturationTemperatureP(double saturationPressure)
Saturation temperature.
|
(package private) double |
specificEnthalpyPT(double p,
double T)
Specific enthalpy.
|
(package private) double |
specificEnthalpyPX(double p,
double x)
Specific enthalpy as a function of pressure & vapour fraction.
|
(package private) double |
specificEnthalpyTX(double T,
double x)
Specific enthalpy as a function of temperature & vapour fraction.
|
(package private) double |
specificEntropyPT(double p,
double T)
Specific entropy.
|
(package private) double |
specificEntropyPX(double p,
double x)
Specific entropy as a function of pressure & vapour fraction.
|
(package private) double |
specificEntropyRhoT(double rho,
double T)
Specific entropy.
|
(package private) double |
specificEntropyTX(double T,
double x)
Specific entropy as a function of temperature & vapour fraction.
|
(package private) double |
specificInternalEnergyPT(double p,
double T)
Specific internal energy.
|
(package private) double |
specificIsobaricHeatCapacityPT(double p,
double T)
Specific isobaric heat capacity.
|
(package private) double |
specificIsochoricHeatCapacityPT(double p,
double T)
Specific isochoric heat capacity.
|
(package private) double |
specificVolumePT(double p,
double T)
Specific volume.
|
(package private) double |
speedOfSoundPT(double p,
double T)
Speed of sound.
|
(package private) double |
temperatureHS(double enthalpy,
double entropy)
Saturation temperature as a function of specific enthalpy & specific
entropy.
|
(package private) double |
temperaturePH(double pressure,
double dummy)
Temperature.
|
(package private) double |
temperaturePS(double pressure,
double dummy)
Temperature as a function of pressure & specific entropy.
|
(package private) double |
vapourFractionHS(double enthalpy,
double entropy)
Vapour fraction as a function of specific enthalpy & specific entropy.
|
(package private) double |
vapourFractionPS(double pressure,
double entropy) |
getRegionHS, getRegionPH, getRegionPS, getRegionPT, getRegionPT, pressureB23, saturationPressure3, specificEnthalpy1, specificEnthalpy2ab, specificEnthalpy2c3b, specificEnthalpy3a, specificEnthalpyB13, temperatureB23HS, temperatureB23P
private static final java.lang.String NAME
static final double Tref
static final double pRef
static final double[] n
double isobaricCubicExpansionCoefficientPT(double p, double T)
Region
isobaricCubicExpansionCoefficientPT
in class Region
p
- pressure [MPa]T
- temperature [K]double isothermalCompressibilityPT(double p, double T)
Region
isothermalCompressibilityPT
in class Region
p
- pressure [MPa]T
- temperature [K]double pressureHS(double h, double s)
Region
pressureHS
in class Region
h
- specific enthalpy [kJ/kg]s
- specific entropy [kJ/kg-K]static double saturationPressureH(double enthalpy)
enthalpy
- specific enthalpydouble saturationPressureHS(double enthalpy, double entropy)
enthalpy
- specific enthalpyentropy
- specific entropyOutOfRangeException
static double saturationPressureS(double entropy)
entropy
- specific entropystatic double saturationPressureT(double saturationTemperature)
saturationTemperature
- saturation temperature [K]OutOfRangeException
static double saturationTemperatureP(double saturationPressure)
saturationPressure
- saturation pressure [MPa]double specificEnthalpyPT(double p, double T)
Region
specificEnthalpyPT
in class Region
p
- pressure [MPa]T
- temperature [K]double specificEnthalpyPX(double p, double x)
p
- pressure [MPa]x
- vapour fraction [-]double specificEnthalpyTX(double T, double x)
T
- temperature [K]x
- vapour fraction [-]double specificEntropyPT(double p, double T)
Region
specificEntropyPT
in class Region
p
- pressure [MPa]T
- temperature [K]double specificEntropyPX(double p, double x)
p
- pressure [MPa]x
- vapour fraction [-]double specificEntropyRhoT(double rho, double T)
Region
specificEntropyRhoT
in class Region
rho
- density [kg/m³]T
- temperature [K]double specificEntropyTX(double T, double x)
T
- temperature [K]x
- vapour fraction [-]double specificInternalEnergyPT(double p, double T)
Region
specificInternalEnergyPT
in class Region
p
- pressure [MPa]T
- temperature [K]double specificIsobaricHeatCapacityPT(double p, double T)
Region
specificIsobaricHeatCapacityPT
in class Region
p
- pressure [MPa]T
- temperature [K]double specificIsochoricHeatCapacityPT(double p, double T)
Region
specificIsochoricHeatCapacityPT
in class Region
p
- pressure [MPa]T
- temperature [K]double specificVolumePT(double p, double T)
Region
specificVolumePT
in class Region
p
- pressure [MPa]T
- temperature [K]double speedOfSoundPT(double p, double T)
Region
speedOfSoundPT
in class Region
p
- pressure [MPa]T
- temperature [K]double temperatureHS(double enthalpy, double entropy)
temperatureHS
in class Region
enthalpy
- specific enthalpyentropy
- specific entropydouble temperaturePH(double pressure, double dummy)
Region
temperaturePH
in class Region
pressure
- pressure [MPa]dummy
- specific enthalpy [kJ/kg]double temperaturePS(double pressure, double dummy)
Region
temperaturePS
in class Region
pressure
- pressure [MPa]dummy
- specific entropy [kJ/kg-K]double vapourFractionHS(double enthalpy, double entropy)
vapourFractionHS
in class Region
enthalpy
- specific enthalpyentropy
- specific entropydouble vapourFractionPS(double pressure, double entropy)
vapourFractionPS
in class Region