HelmholtzEquationOfStateOfPureFluidsBySpanEtAlSaturatedVaporPressureEstimate_FromTemperature Method | 
            Gets an estimate for the saturated vapor pressure in dependence on the temperature.
            
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3261.0 (4.8.3261.0)
Syntaxpublic override double SaturatedVaporPressureEstimate_FromTemperature(
	double temperature
)
Parameters
- temperature  Double
 - The temperature in K.
 
Return Value
DoubleAn estimate for the saturated vapor pressure in Pa at the given temperature.
            If the temperature is outside [TriplePointTemperature, CriticalPointTemperature], double.NaN is returned.
            
See Also