Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsSaturatedVaporTemperature_FromPressure Method

Get the temperature at the liquid/vapor interface for a given pressure by iteration (Newton-Raphson).

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual double SaturatedVaporTemperature_FromPressure(
	double pressure,
	double relativeAccuracy = 1E-06
)

Parameters

pressure  Double
The pressure in Pa.
relativeAccuracy  Double  (Optional)
The relative accuracy (of the pressure, that is calculated back from the iterated temperature).

Return Value

Double
The temperature in Kelvin of the liquid/vapor interface at the given pressure in Pa. See NaN is returned for pressures below the TriplePointPressure or above the CriticalPointPressure.
See Also