Click or drag to resize

HelmholtzEquationOfStateOfPureFluidsReducingMoleDensity Property

Gets the molar density (in mol/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 override double ReducingMoleDensity { get; }

Property Value

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