Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsBySpanEtAlSublimationPressureEstimateAndDerivativeWrtTemperature_FromTemperature Method

Gets an estimate of the sublimation pressure and its temperature derivative 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 pressure, double dpdT) SublimationPressureEstimateAndDerivativeWrtTemperature_FromTemperature(
	double temperature
)

Parameters

temperature  Double
The temperature in K.

Return Value

ValueTupleDouble, Double
The estimated sublimation pressure in Pa and the derivative dp/dT in Pa/K.
See Also