HelmholtzEquationOfStateOfPureFluidsMoleDensityEstimates_FromPressureAndTemperature Method |
Gets an estimate of the mole densities at a given pressure and temperature.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override IEnumerable<double> MoleDensityEstimates_FromPressureAndTemperature(
double pressure,
double temperature
)
Parameters
- pressure Double
- The pressure in Pa.
- temperature Double
- The temperature in K.
Return Value
IEnumerableDoubleA 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