Click or drag to resize

HelmholtzEquationOfStateMassSpecificEnthalpy_FromMoleDensityAndTemperature Method

Get the enthalpy from a given density and temperature.

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

Parameters

moleDensity  Double
The density in mol/m³.
temperature  Double
The temperature in Kelvin.

Return Value

Double
The enthalpy in J/kg.
See Also