JANAF
The janaf model provides thermodynamic property characteristics as a
function of temperature. The model is based on two sets of coefficients that
describe the property variation with temperature above, and below, the model
'common' temperature, , i.e.
The functions are valid within the range
If the bounds are exceeded, calculations will fail with a fatal error.
Heat capacity at constant pressure, [J/kg/K]
Absolute enthalpy, [J/kg]
Entropy, [J/kg/K]
Usage
The janaf thermodynamics model is defined using the entries:
thermodynamics
{
Tlow <scalar>;
Thigh <scalar>;
Tcommon <scalar>;
lowCpCoeffs (<scalar> <scalar> <scalar> <scalar> <scalar> <scalar> <scalar>);
highCpCoeffs (<scalar> <scalar> <scalar> <scalar> <scalar> <scalar> <scalar>);
}
Where
Tlow: Low temperature limit [K]Thigh: High temperature limit [K]Tcommon: Common temperature [K]lowCpCoeffs: Low coefficients []highCpCoeffs: High coefficients []
Further information
Source code