HelmholtzEquationOfStateOfPureFluidsBySpanEtAlSaturatedLiquidMoleDensityEstimate_FromTemperature Method |
Gets an estimate for the saturated liquid mole density in dependence on the temperature.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override double SaturatedLiquidMoleDensityEstimate_FromTemperature(
double temperature
)
Parameters
- temperature Double
- The temperature in Kelvin.
Return Value
DoubleAn estimate for the saturated liquid mole density in mol/m³ at the given temperature.
If the temperature is outside [TriplePointTemperature, CriticalPointTemperature], double.NaN is returned.
See Also