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.3448.0 (4.8.3448.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
Returns the saturated vapor temperature in K; returns NaN for pressures outside [TriplePointPressure, CriticalPointPressure].
See Also