Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsBySpanEtAlMeltingPressureEstimateAndDerivativeWrtTemperature_FromTemperature Method

Gets an estimate value of the melting pressure and the derivative of the pressure w.r.t. temperature for a given temperature. The estimated value should have an relative accuracy of 5% plus an absolute error of about 100 Pa.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public (double pressure, double dpdT) MeltingPressureEstimateAndDerivativeWrtTemperature_FromTemperature(
	double temperature
)

Parameters

temperature  Double
The temperature in K.

Return Value

ValueTupleDouble, Double
An estimate of the melting pressure in Pa and the derivative dp/dT in Pa/K. For water, the lowest melting pressure is returned.
See Also