Click or drag to resize

HelmholtzEquationOfStateIsothermalCompressibility_FromMassDensityAndTemperature Method

Gets the isothermal compressibility in 1/Pa from mass density (kg/m³) and temperature (K). 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 IsothermalCompressibility_FromMassDensityAndTemperature(
	double massDensity,
	double temperature
)

Parameters

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

Return Value

Double
The isothermal compressibility in 1/Pa.
See Also