Equation of state based on the dimensionless Helmholtz energy, both for pure fluids and for mixtures of fluids.
Constructor | Description |
Full Usage:
HelmholtzEquationOfState()
|
|
Instance member | Description |
Full Usage:
this.GetDeltaFromMassDensity
Parameters:
float
-
The mass density in kg/m³.
Returns: float
Reduced density.
Modifiers: abstract |
|
Full Usage:
this.GetDeltaFromMoleDensity
Parameters:
float
-
The mass density in kg/m³.
Returns: float
Reduced density.
Modifiers: abstract |
|
Full Usage:
this.GetTauFromTemperature
Parameters:
float
-
The temperature in Kelvin.
Returns: float
The inverse reduced temperature.
Modifiers: abstract |
|
Full Usage:
this.IsentropicDerivativeOfMassSpecificVolumeWrtPressure_FromMoleDensityAndTemperature
Parameters:
float
-
The mole density.
temperature : float
-
The temperature.
Returns: float
The isentropic (adiabatic) derivative of the mass specific volume w.r.t. pressure (m³/(kg Pa)).
|
Gets the isentropic (adiabatic) derivative of the mass specific volume w.r.t. pressure from mole density and temperature.
|
Full Usage:
this.IsentropicDerivativeOfMoleSpecificVolumeWrtPressure_FromMoleDensityAndTemperature
Parameters:
float
-
The mole density.
temperature : float
-
The temperature.
Returns: float
The isentropic (adiabatic) derivative of the mole specific volume w.r.t. pressure (m³/(mol Pa)).
|
Gets the isentropic (adiabatic) derivative of the mole specific volume w.r.t. pressure from mole density and temperature.
|
Full Usage:
this.IsothermalCompressibility_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isothermal compressibility in 1/Pa.
|
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!.
|
Full Usage:
this.IsothermalCompressibility_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isothermal compressibility in 1/Pa.
|
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!.
|
Full Usage:
this.IsothermalCompressionalModulus_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isothermal compressional modulus K in Pa.
|
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!.
|
Full Usage:
this.IsothermalCompressionalModulus_FromMoleDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isothermal compressional modulus K in Pa.
|
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!.
|
Full Usage:
this.IsothermalDerivativePressureWrtMassDensity_FromMassDensityAndTemperature
Parameters:
float
-
The mass density.
temperature : float
-
The temperature.
Returns: float
Derivative of pressure w.r.t. the mass density at isothermal conditions.
|
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!.
|
Full Usage:
this.IsothermalDerivativePressureWrtMoleDensity_FromMoleDensityAndTemperature
Parameters:
float
-
The mole density.
temperature : float
-
The temperature.
Returns: float
Derivative of pressure w.r.t. the mole density at isothermal conditions.
|
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!.
|
Full Usage:
this.MassDensity_FromMoleDensity
Parameters:
float
-
The mole density in mol/m³.
Returns: float
The mass density in kg/m³.
Modifiers: abstract |
Gets the mass density (in kg/m³) from mole density (in mol/m³).
|
Full Usage:
this.MassDensity_FromPressureAndTemperature
Parameters:
float
-
The pressure in Pa.
temperature : float
-
The temperature in Kelvin.
?relativeAccuracy : float
-
The target relative accuracy of the result.
Returns: float
The mass density in kg/m³
Modifiers: abstract |
Gets the mass density for a given pressure and temperature. The density has to be calculated iteratively, using Newton-Raphson. Therefore we need the target accuracy. The iteration is ended if the pressure calculated back from the density compared with the pressure given in the argument is within the relative accuracy.
|
Full Usage:
this.MassDensity_FromPressureAndTemperature
Parameters:
float
-
The pressure in Pa.
temperature : float
-
The temperature in Kelvin.
relativeAccuracy : float
-
The target relative accuracy of the result.
massDensityStartValue : float
-
The start value for the density to search for (kg/m³).
Returns: float
The density in mol/m³
|
Gets the mole density from a given pressure and temperature. The density has to be calculated iteratively, using Newton-Raphson. Therefore we need the target accuracy. The iteration is ended if the pressure calculated back from the density compared with the pressure given in the argument is within the relative accuracy.
|
Full Usage:
this.MassSpecificEnthalpy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The enthalpy in J/kg.
|
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!.
|
Full Usage:
this.MassSpecificEnthalpy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The enthalpy in J/kg.
|
Get the enthalpy from a given density and temperature.
|
Full Usage:
this.MassSpecificEntropy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The entropy in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificEntropy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The entropy in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificGibbsEnergy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Gibbs energy in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificGibbsEnergy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Gibbs energy in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificHelmholtzEnergy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Helmholtz energy in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificHelmholtzEnergy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Helmholtz energy in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificInternalEnergy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The internal energy in J/kg.
|
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!.
|
Full Usage:
this.MassSpecificInternalEnergy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The internal energy in J/mol.
|
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!.
|
Full Usage:
this.MassSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isobaric heat capacity in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isobaric heat capacity in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isochoric heat capacity in J/(kg K).
|
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!.
|
Full Usage:
this.MassSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isochoric heat capacity in J/(kg K).
|
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!.
|
Full Usage:
this.MoleDensity_FromMassDensity
Parameters:
float
-
The mass density in kg/m³.
Returns: float
The mole density in mol/m³.
Modifiers: abstract |
Gets the mole density (in mol/m³) from mass density (in kg/m³).
|
Full Usage:
this.MoleDensity_FromPressureAndTemperature
Parameters:
float
-
The pressure in Pa.
temperature : float
-
The temperature in Kelvin.
?relativeAccuracy : float
-
The target relative accuracy of the result.
Returns: float
The mole density in mol/m³
Modifiers: abstract |
Get the mole density for a given pressure and temperature. The density has to be calculated iteratively, using Newton-Raphson. Therefore we need the target accuracy. The iteration is ended if the pressure calculated back from the density compared with the pressure given in the argument is within the relative accuracy.
|
Full Usage:
this.MoleDensity_FromPressureAndTemperature
Parameters:
float
-
The pressure in Pa.
temperature : float
-
The temperature in Kelvin.
relativeAccuracy : float
-
The target relative accuracy of the result.
moleDensityStartValue : float
-
The start value for the density to search for.
Returns: float
The density in mol/m³
|
Gets the mole density from a given pressure and temperature. The density has to be calculated iteratively, using Newton-Raphson. Therefore we need the target accuracy. The iteration is ended if the pressure calculated back from the density compared with the pressure given in the argument is within the relative accuracy.
|
Full Usage:
this.MoleSpecificEnthalpy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The enthalpy in J/mol.
|
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!.
|
Full Usage:
this.MoleSpecificEnthalpy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The enthalpy in J/mol.
|
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!.
|
Full Usage:
this.MoleSpecificEntropy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The entropy in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificEntropy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The entropy in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificGibbsEnergy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Gibbs energy in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificGibbsEnergy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Gibbs energy in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificHelmholtzEnergy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Helmholtz energy in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificHelmholtzEnergy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The Helmholtz energy in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificInternalEnergy_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The internal energy in J/mol.
|
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!.
|
Full Usage:
this.MoleSpecificInternalEnergy_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The internal energy in J/mol.
|
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!.
|
Full Usage:
this.MoleSpecificIsobaricHeatCapacity_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isobaric heat capacity in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificIsobaricHeatCapacity_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isobaric heat capacity in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificIsochoricHeatCapacity_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isochoric heat capacity in J/(mol K).
|
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!.
|
Full Usage:
this.MoleSpecificIsochoricHeatCapacity_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The isochoric heat capacity in J/(mol K).
|
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!.
|
Full Usage:
this.MolecularWeight
Returns: float
Modifiers: abstract |
Gets the (typical) molecular weight of the fluid.
|
Full Usage:
this.Phi0_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
Ideal part of the dimensionless Helmholtz energy.
Modifiers: abstract |
Ideal part of the dimensionless Helmholtz energy as function of reduced variables. (Page 1541, Table 28)
|
Full Usage:
this.Phi0_tau_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
First derivative of the dimensionless Helmholtz energy as function of reduced variables with respect to the inverse reduced temperature.
Modifiers: abstract |
First derivative of the dimensionless Helmholtz energy as function of reduced variables with respect to the inverse reduced temperature. (Page 1541, Table 28)
|
Full Usage:
this.Phi0_tautau_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
Second derivative the dimensionless Helmholtz energy of reduced variables with respect to the inverse reduced temperature.
Modifiers: abstract |
Second derivative of Phi0 the of reduced variables with respect to the inverse reduced temperature. (Page 1541, Table 28)
|
Full Usage:
this.PhiR_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
The residual part of the dimensionless Helmholtz energy.
Modifiers: abstract |
Calculates the residual part of the dimensionless Helmholtz energy in dependence on reduced density and reduced inverse temperature.
|
Full Usage:
this.PhiR_delta_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
First derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density.
Modifiers: abstract |
Calculates the first derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density delta.
|
Full Usage:
this.PhiR_deltadelta_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
Second derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density.
Modifiers: abstract |
Calculates the second derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density delta.
|
Full Usage:
this.PhiR_deltatau_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
First derivative of the residual part of the dimensionless Helmholtz energy with respect to the reduced density delta and the inverse reduced temperature tau.
Modifiers: abstract |
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.
|
Full Usage:
this.PhiR_tau_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
First derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
Modifiers: abstract |
Calculates the first derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
|
Full Usage:
this.PhiR_tautau_OfReducedVariables
Parameters:
float
-
The reduced density ( = density / HelmholtzEquationOfState.ReducingMassDensity)
tau : float
-
The reduced inverse temperature (= HelmholtzEquationOfState.ReducingTemperature / temperature)
Returns: float
Second derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
Modifiers: abstract |
Calculates the second derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
|
Full Usage:
this.Pressure_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The pressure in Pa.
Modifiers: abstract |
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!.
|
Full Usage:
this.Pressure_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The pressure in Pa.
Modifiers: abstract |
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!.
|
Full Usage:
this.ReducingMassDensity
Returns: float
|
Gets the density (in kg/m³) used to calculate the reduced (dimensionless) density. The reduced density called delta and is calculated by: delta = density / HelmholtzEquationOfState.ReducingMassDensity.
|
Full Usage:
this.ReducingMoleDensity
Returns: float
Modifiers: abstract |
Gets the molar density (in mol/m³) used to calculate the reduced (dimensionless) density. The reduced density called delta and is calculated by: delta = density / HelmholtzEquationOfState.ReducingMassDensity.
|
Full Usage:
this.ReducingTemperature
Returns: float
Modifiers: abstract |
Gets the temperature (in Kelvin) that is used to calculate the inverse reduced temperature. The inverse reduced temperature is called tau and is calculated by: tau = HelmholtzEquationOfState.ReducingTemperature / temperature.
|
Full Usage:
this.SpeedOfSound_FromMassDensityAndTemperature
Parameters:
float
-
The density in kg/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The speed of sound in m/s.
|
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!.
|
Full Usage:
this.SpeedOfSound_FromMoleDensityAndTemperature
Parameters:
float
-
The density in mol/m³.
temperature : float
-
The temperature in Kelvin.
Returns: float
The speed of sound in m/s.
|
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!.
|
Full Usage:
this.WorkingSpecificGasConstant
Returns: float
|
Gets the specific gas constant of the fluid. Is calculated from HelmholtzEquationOfState.WorkingUniversalGasConstant and HelmholtzEquationOfState.MolecularWeight.
|
Full Usage:
this.WorkingUniversalGasConstant
Returns: float
Modifiers: abstract |
Gets the universal gas constant that was used at the time this model was developed.
|