BinaryMixtureDefinitionBaseDepartureFunction_tautau_OfReducedVariables Method |
2nd derivative of the departure function w.r.t. tau 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_tautau_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
Double2nd derivative of the departure function w.r.t. tau.
See Also