Helmholtz |
public abstract class HelmholtzEquationOfStateOfPureFluids : HelmholtzEquationOfState
The HelmholtzEquationOfStateOfPureFluids type exposes the following members.
| Name | Description | |
|---|---|---|
| HelmholtzEquationOfStateOfPureFluids | Initializes a new instance of the HelmholtzEquationOfStateOfPureFluids class |
| Name | Description | |
|---|---|---|
| AcentricFactor | Gets the acentric factor. | |
| CriticalPointMassDensity | Gets the mass density at the critical point in kg/m³. | |
| CriticalPointMoleDensity | Gets the mole density at the critical point in mol/m³. | |
| CriticalPointPressure | Gets the pressure at the critical point in Pa. | |
| CriticalPointTemperature | Gets the temperature at the critical point in Kelvin. | |
| MolecularWeight |
Gets the (typical) molecular weight of the fluid.
(Inherited from HelmholtzEquationOfState) | |
| MolecularWeightWithDimension |
Gets the (typical) molecular weight of the fluid.
(Inherited from HelmholtzEquationOfState) | |
| NormalBoilingPointTemperature | Gets the boiling temperature at normal pressure (101325 Pa) in K (if existent). If not existent, the return value is null. | |
| NormalSublimationPointTemperature | Gets the sublimation temperature at normal pressure (101325 Pa) in K (if existent). If not existent, the return value is null. | |
| ReducingMassDensity |
Gets the density (in kg/m³) used to calculate the reduced (dimensionless) density.
(Inherited from HelmholtzEquationOfState) | |
| ReducingMassDensityWithDimension |
Gets the density (in kg/m³) used to calculate the reduced (dimensionless) density.
(Inherited from HelmholtzEquationOfState) | |
| ReducingMoleDensity |
Gets the molar density (in mol/m³) used to calculate the reduced (dimensionless) density.
(Overrides HelmholtzEquationOfStateReducingMoleDensity) | |
| ReducingMoleDensityWithDimension |
Gets the molar density (in mol/m³) used to calculate the reduced (dimensionless) density.
(Inherited from HelmholtzEquationOfState) | |
| ReducingTemperature |
Gets the temperature (in Kelvin) that is used to calculate the inverse reduced temperature.
(Overrides HelmholtzEquationOfStateReducingTemperature) | |
| ReducingTemperatureWithDimension |
Gets the temperature (in Kelvin) that is used to calculate the inverse reduced temperature.
(Inherited from HelmholtzEquationOfState) | |
| TriplePointPressure | Gets the triple point pressure in Pa. | |
| TriplePointSaturatedLiquidMassDensity | Gets the saturated liquid density at the triple point in kg/m³. | |
| TriplePointSaturatedLiquidMoleDensity | Gets the saturated liquid density at the triple point in mol/m³. | |
| TriplePointSaturatedVaporMassDensity | Gets the saturated vapor density at the triple point in kg/m³. | |
| TriplePointSaturatedVaporMoleDensity | Gets the saturated vapor density at the triple point in mol/m³. | |
| TriplePointTemperature | Gets the triple point temperature in K. | |
| WorkingSpecificGasConstant |
Gets the specific gas constant of the fluid. Is calculated from WorkingUniversalGasConstant and MolecularWeight.
(Inherited from HelmholtzEquationOfState) | |
| WorkingSpecificGasConstantWithDimension |
Gets the specific gas constant of the fluid. Is calculated from WorkingUniversalGasConstant and MolecularWeight.
(Inherited from HelmholtzEquationOfState) | |
| WorkingUniversalGasConstant |
Gets the universal gas constant that was used at the time this model was developed.
(Inherited from HelmholtzEquationOfState) | |
| WorkingUniversalGasConstantWithDimension |
Gets the universal gas constant that was used at the time this model was developed.
(Inherited from HelmholtzEquationOfState) |
| Name | Description | |
|---|---|---|
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) | |
| GetDeltaFromMassDensity |
Gets the reduced density by density / ReducingMassDensity.
(Inherited from HelmholtzEquationOfState) | |
| GetDeltaFromMoleDensity |
Gets the reduced density by density / ReducingMassDensity.
(Inherited from HelmholtzEquationOfState) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object) | |
| GetRelativeErrorBetween | Computes a symmetric relative error between two numeric values. | |
| GetTauFromTemperature |
Gets the inverse reduced temperature by ReducingTemperature / temperature.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterAdiabaticPressureChangeInGasPhase(DimensionfulQuantity, DimensionfulQuantity, DimensionfulQuantity) |
Gets the gas temperature after an adiabatic pressure change in a gas. ATTENTION UNCHECKED: this function assumes that the
adiabatic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterAdiabaticPressureChangeInGasPhase(Double, Double, Double) |
Gets the gas temperature after an adiabatic pressure change in a gas. ATTENTION UNCHECKED: this function assumes that the
adiabatic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterIsenthalpicPressureChangeInGasPhase(DimensionfulQuantity, DimensionfulQuantity, DimensionfulQuantity) |
Gets the gas temperature after an isenthalpic pressure change in a gas. For example, this is the case if the gas is expanded through a throttle valve.
ATTENTION UNCHECKED: this function assumes that the
adiabatic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetTemperatureAfterIsenthalpicPressureChangeInGasPhase(Double, Double, Double) |
Gets the gas temperature after an isenthalpic pressure change in a gas. For example, this is the case if the gas is expanded through a throttle valve.
ATTENTION UNCHECKED: this function assumes that the
isenthalpic pressure change happens in single gas phase, i.e., no phase transitions occur.
(Inherited from HelmholtzEquationOfState) | |
| GetType | Gets the Type of the current instance. (Inherited from Object) | |
| IsentropicDerivativeOfMassSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isentropic (adiabatic) derivative of the mass specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsentropicDerivativeOfMassSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(Double, Double) |
Gets the isentropic (adiabatic) derivative of the mass specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsentropicDerivativeOfMoleSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isentropic (adiabatic) derivative of the mole specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsentropicDerivativeOfMoleSpecificVolumeWrtPressure_FromMoleDensityAndTemperature(Double, Double) |
Gets the isentropic (adiabatic) derivative of the mole specific volume w.r.t. pressure from mole density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressibility in 1/Pa from mass density (kg/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMassDensityAndTemperature(Double, Double) |
Gets the isothermal compressibility in 1/Pa from mass density (kg/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressibility in 1/Pa from mole density (mol/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressibility_FromMoleDensityAndTemperature(Double, Double) |
Gets the isothermal compressibility in 1/Pa from mole density (mol/m³) and temperature (K).
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressional modulus K in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMassDensityAndTemperature(Double, Double) |
Gets the isothermal compressional modulus K in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isothermal compressional modulus in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalCompressionalModulus_FromMoleDensityAndTemperature(Double, Double) |
Gets the isothermal compressional modulus in Pa from density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalDerivativePressureWrtMassDensity_FromMassDensityAndTemperature |
Gets the derivative of pressure w.r.t. the mass density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalDerivativePressureWrtMoleDensity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the derivative of pressure w.r.t. the mole density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| IsothermalDerivativePressureWrtMoleDensity_FromMoleDensityAndTemperature(Double, Double) |
Gets the derivative of pressure w.r.t. the mole density at isothermal conditions.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Joule-Thomson coefficient from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMassDensityAndTemperature(Double, Double) |
Get the Joule-Thomson coefficient from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Joule-Thomson coefficient from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| JouleThomsonCoefficient_FromMoleDensityAndTemperature(Double, Double) |
Get the Joule-Thomson coefficient from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromMoleDensity(DimensionfulQuantity) |
Gets the mass density (SIUnit: kg/m³) from mole density (SIUnit: mol/m³).
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromMoleDensity(Double) |
Gets the mass density (in kg/m³) from mole density (in mol/m³).
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double) |
Gets the mass density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(Double, Double, Double) |
Gets the mass density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double, DimensionfulQuantity) |
Gets the mass density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassDensity_FromPressureAndTemperature(Double, Double, Double, Double) |
Gets the mass density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMassDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEnthalpy_FromMoleDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMassDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificEntropy_FromMoleDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificGibbsEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the mass specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mass specific Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the mass specific Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificInternalEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MassSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Get the isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) | |
| MoleDensity_FromMassDensity(DimensionfulQuantity) |
Gets the mole density from mass density.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromMassDensity(Double) |
Gets the mole density (in mol/m³) from mass density (in kg/m³).
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double) |
Get the mole density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(Double, Double, Double) |
Get the mole density for a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity, Double, DimensionfulQuantity) |
Gets the mole density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensity_FromPressureAndTemperature(Double, Double, Double, Double) |
Gets the mole density from a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensityEstimates_FromPressureAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets an estimate of the mole densities at a given pressure and temperature.
(Inherited from HelmholtzEquationOfState) | |
| MoleDensityEstimates_FromPressureAndTemperature(Double, Double) |
Gets an estimate of the mole densities at a given pressure and temperature.
(Overrides HelmholtzEquationOfStateMoleDensityEstimates_FromPressureAndTemperature(Double, Double)) | |
| MoleSpecificEnthalpy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEnthalpy_FromMassDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEnthalpy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEnthalpy_FromMoleDensityAndTemperature(Double, Double) |
Get the enthalpy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMassDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificEntropy_FromMoleDensityAndTemperature(Double, Double) |
Get the entropy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificGibbsEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the mole specific Gibbs energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the Helmholtz energy from a given mass density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the Helmholtz energy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificHelmholtzEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the Helmholtz energy from a given mole density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMassDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificInternalEnergy_FromMoleDensityAndTemperature(Double, Double) |
Get the internal energy from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Gets the isobaric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature(Double, Double) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| MoleSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature(Double, Double) |
Get the mole specific isochoric heat capacity from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Phi0_OfReducedVariables |
Ideal part of the dimensionless Helmholtz energy as function of reduced variables. (Page 1541, Table 28)
(Inherited from HelmholtzEquationOfState) | |
| Phi0_tau_OfReducedVariables |
First derivative of the dimensionless Helmholtz energy as function of reduced variables with respect to the inverse reduced temperature. (Page 1541, Table 28)
(Inherited from HelmholtzEquationOfState) | |
| Phi0_tautau_OfReducedVariables |
Second derivative of Phi0 the of reduced variables with respect to the inverse reduced temperature. (Page 1541, Table 28)
(Inherited from HelmholtzEquationOfState) | |
| PhiR_delta_OfReducedVariables |
Calculates the first derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density delta.
(Inherited from HelmholtzEquationOfState) | |
| PhiR_deltadelta_OfReducedVariables |
Calculates the second derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density delta.
(Inherited from HelmholtzEquationOfState) | |
| PhiR_deltatau_OfReducedVariables |
Calculates the derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density delta and the inverse reduced temperature tau.
(Inherited from HelmholtzEquationOfState) | |
| PhiR_OfReducedVariables |
Calculates the residual part of the dimensionless Helmholtz energy in dependence on reduced density and reduced inverse temperature.
(Inherited from HelmholtzEquationOfState) | |
| PhiR_tau_OfReducedVariables |
Calculates the first derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
(Inherited from HelmholtzEquationOfState) | |
| PhiR_tautau_OfReducedVariables |
Calculates the second derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the pressure from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMassDensityAndTemperature(Double, Double) |
Get the pressure from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Gets the pressure from a given molar density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| Pressure_FromMoleDensityAndTemperature(Double, Double) |
Gets the pressure from a given molar density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SaturatedLiquidAndVaporMoleDensitiesAndPressure_FromTemperature(Double, Double) | Gets the saturated liquid mole density, the saturated vapor mole density, and the pressure for a given temperature. This is done by iteration, using multivariate Newton-Raphson. | |
| SaturatedLiquidAndVaporMoleDensitiesAndPressure_FromTemperature(Double, Double, Double, Double) | Gets the saturated liquid mole density, the saturated vapor mole density, and the pressure for a given temperature. This is done by iteration, using multivariate Newton-Raphson. | |
| SaturatedLiquidAndVaporMoleDensitiesAndTemperature_FromPressure | Gets the saturated liquid mole density, the saturated vapor mole density, and the temperature for a given pressure. This is done by iteration, using multivariate Newton-Raphson. | |
| SaturatedLiquidMoleDensityEstimate_FromTemperature | Gets an estimate for the saturated liquid mole density in dependence on the temperature. | |
| SaturatedVaporMoleDensityEstimate_FromTemperature | Gets an estimate for the saturated vapor mole density in dependence on the temperature. | |
| SaturatedVaporPressureEstimate_FromTemperature | Gets an estimate for the saturated vapor pressure in dependence on the temperature. | |
| SaturatedVaporPressureEstimateAndDerivativeWrtTemperature_FromTemperature | Gets an estimate for the saturated vapor pressure in dependence on the temperature as well as for the derivative of the saturated vapor pressure with respect to the temperature. | |
| SaturatedVaporTemperature_FromPressure | Get the temperature at the liquid/vapor interface for a given pressure by iteration (Newton-Raphson). | |
| SpeedOfSound_FromMassDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMassDensityAndTemperature(Double, Double) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMoleDensityAndTemperature(DimensionfulQuantity, DimensionfulQuantity) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| SpeedOfSound_FromMoleDensityAndTemperature(Double, Double) |
Get the speed of sound from a given density and temperature.
Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.
(Inherited from HelmholtzEquationOfState) | |
| ToString | Returns a string that represents the current object. (Inherited from Object) |