Click or drag to resize

BinaryMixtureDefinitionBaseDepartureFunction_tau_OfReducedVariables Method

Derivative of the departure function w.r.t. tau in dependence of the reduced density and reduced inverse temperature.

Namespace: Altaxo.Science.Thermodynamics.Fluids
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double DepartureFunction_tau_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

Double
Derivative of the departure function w.r.t. tau.
See Also