HelmholtzEquationOfStateOfPureFluidsBySpanEtAlMeltingTemperatureEstimate_FromPressure Method |
Gets an estimate of the melting 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 MeltingTemperatureEstimate_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 melting temperature. Should have about +-0.5 K accuracy.
See Also