HelmholtzEquationOfStateOfPureFluidsBySpanEtAlSublimationTemperatureEstimate_FromPressure Method |
Gets an estimate of the sublimation temperature for a given pressure, using Newton-Raphson iteration.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double SublimationTemperatureEstimate_FromPressure(
double pressure,
double relativeAccuracy = 1E-06
)
Parameters
- pressure Double
- The pressure in Pa.
- relativeAccuracy Double (Optional)
- The relative accuracy of the pressure back-calculated for the returned temperature.
Return Value
DoubleAn estimate of the sublimation temperature. Should have about +-1 K accuracy down to TriplePointTemperature/2. For lower temperatures the deviation is higher..
See Also