Click or drag to resize

HelmholtzEquationOfStateReducingTemperature Property

Gets the temperature (in Kelvin) that is used to calculate the inverse reduced temperature.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public abstract double ReducingTemperature { get; }

Property Value

Double
Remarks
The inverse reduced temperature is called tau and is calculated by: tau = ReducingTemperature / temperature.
See Also