BinaryMixtureDefinitionBaseDepartureFunction_OfReducedVariables Method |
The Departure function is a correction function for the residual part of the reduced Helmholtz energy in dependence of the reduced density and reduced inverse temperature.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public double DepartureFunction_OfReducedVariables(
double delta,
double tau
)
Parameters
- delta Double
- The reduced density = mole density / ReducingMoleDensity. The ReducingMoleDensity depends on the mole fractions of the components.
- tau Double
- The reduced inverse temperature = ReducingTemperature / temperature. The ReducingTemperature depends on the mole fractions of the components.
Return Value
DoubleValue of the departure function.
See Also