Click or drag to resize

HelmholtzEquationOfStateGetTauFromTemperature Method

Gets the inverse reduced temperature by ReducingTemperature / temperature.

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

Parameters

temperature  Double
The temperature in Kelvin.

Return Value

Double
The inverse reduced temperature.
See Also