HelmholtzEquationOfStatePhiR_tautau_OfReducedVariables Method |
Calculates the second derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
Namespace: Altaxo.Science.Thermodynamics.FluidsAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract double PhiR_tautau_OfReducedVariables(
double delta,
double tau
)
Parameters
- delta Double
- The reduced density ( = density / ReducingMassDensity)
- tau Double
- The reduced inverse temperature (= ReducingTemperature / temperature)
Return Value
DoubleSecond derivative of the residual part of the dimensionless Helmholtz energy with respect to the inverse reduced temperature.
See Also