Click or drag to resize

HelmholtzEquationOfStateReducingMassDensity Property

Gets the density (in kg/m³) used to calculate the reduced (dimensionless) density.

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

Property Value

Double
Remarks
The reduced density called delta and is calculated by: delta = density / ReducingMassDensity.
See Also