Click or drag to resize

HelmholtzEquationOfStateMoleDensityEstimates_FromPressureAndTemperature Method

Gets an estimate of the mole densities at a given pressure and temperature.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public virtual IEnumerable<double> MoleDensityEstimates_FromPressureAndTemperature(
	double pressure,
	double temperature
)

Parameters

pressure  Double
The pressure in Pa.
temperature  Double
The temperature in K.

Return Value

IEnumerableDouble
A tuple, consisting of the estimate of the mole density. If there is a second guess, it always has a lower value. In this case the second value of the tuple contains this second guess.
See Also