Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsBySpanEtAlMeltingPressureEstimate_FromTemperature Method

Gets an estimate of the melting pressure for the specified temperature.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public double MeltingPressureEstimate_FromTemperature(
	double temperature
)

Parameters

temperature  Double
The temperature in K.

Return Value

Double
The estimated melting pressure in Pa.
See Also