Click or drag to resize

HelmholtzEquationOfStateIsothermalCompressionalModulus_FromMoleDensityAndTemperature Method

Gets the isothermal compressional modulus in Pa from density and temperature. Attention - unchecked function: it is presumed, but not checked (!), that the given parameter combination describes a single phase fluid!.

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

Parameters

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

Return Value

Double
The isothermal compressional modulus K in Pa.
See Also