Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsBySpanEtAlSaturatedVaporPressureEstimateAndDerivativeWrtTemperature_FromTemperature Method

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.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public override (double pressure, double pressureWrtTemperature) SaturatedVaporPressureEstimateAndDerivativeWrtTemperature_FromTemperature(
	double temperature
)

Parameters

temperature  Double
The temperature in Kelvin.

Return Value

ValueTupleDouble, Double
An estimate for the saturated vapor pressure in Pa and the derivative w.r.t. temperature in Pa/K at the given temperature. If the temperature is outside [TriplePointTemperature, CriticalPointTemperature], (double.NaN, double.NaN) is returned.
See Also