Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsBySpanEtAlMeltingTemperatureEstimate_FromPressure Method

Gets an estimate of the melting temperature for a given pressure, using Newton-Raphson iteration.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
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

Double
An estimate of the melting temperature. Should have about +-0.5 K accuracy.
See Also