42 #ifndef polynomialTemperature_H
43 #define polynomialTemperature_H
52 namespace saturationModels
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa).
virtual ~polynomialTemperature()
Destructor.
virtual tmp< scalarField > Tsat(const scalarField &p) const
Saturation temperature for scalarField.
TypeName("polynomial")
Runtime type information.
virtual tmp< scalarField > TsatPrime(const scalarField &p) const
Saturation temperature derivative w.r.t. pressure for scalarField.
polynomialTemperature(const dictionary &dict)
Construct from a dictionary.
Model to describe the dependence of saturation temperature on pressure.
A class for managing temporary objects.