BinaryMixtureDefinitionBaseDepartureFunction_delta_OfReducedVariables Method |
Derivative of the departure function w.r.t. delta 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_delta_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
DoubleDerivative of the departure function w.r.t. delta.
See Also