Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsSaturatedLiquidMoleDensityEstimate_FromTemperature Method

Gets an estimate for the saturated liquid mole density in dependence on the temperature.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double SaturatedLiquidMoleDensityEstimate_FromTemperature(
	double temperature
)

Parameters

temperature  Double
The temperature in Kelvin.

Return Value

Double
An 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