HelmholtzEquationOfStateOfPureFluidsBySpanEtAlSublimationPressureEstimateAndDerivativeWrtTemperature_FromTemperature Method |
Gets an estimate of the sublimation pressure and its temperature derivative for the specified temperature.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic (double pressure, double dpdT) SublimationPressureEstimateAndDerivativeWrtTemperature_FromTemperature(
double temperature
)
Parameters
- temperature Double
- The temperature in K.
Return Value
ValueTupleDouble,
DoubleThe estimated sublimation pressure in Pa and the derivative
dp/dT in Pa/K.
See Also