55 namespace saturationModels
virtual tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
virtual ~polynomial()
Destructor.
A list of keyword definitions, which are a keyword followed by any number of values (e...
TypeName("polynomial")
Runtime type information.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
const phaseInterface & interface() const
Access the interface.
virtual tmp< volScalarField > pSat(const volScalarField &T) const
Saturation pressure.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
Model to describe the dependence of saturation pressure on temperature, and vice versa.
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const
Natural log of the saturation pressure.
Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa)...
polynomial(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A class for managing temporary objects.
virtual tmp< volScalarField > pSatPrime(const volScalarField &T) const
Saturation pressure derivative w.r.t. temperature.