51 namespace saturationModels
Antoine(const dictionary &dict, const phaseInterface &interface)
Construct from a dictionary and an interface.
A list of keyword definitions, which are a keyword followed by any number of values (e...
dimensionedScalar C_
Constant C.
Class to represent an interface between phases. Derivations can further specify the configuration of ...
virtual tmp< volScalarField > pSat(const volScalarField &T) const
Saturation pressure.
virtual tmp< volScalarField > lnPSat(const volScalarField &T) const
Natural log of the saturation pressure.
TypeName("Antoine")
Runtime type information.
virtual tmp< volScalarField > pSatPrime(const volScalarField &T) const
Saturation pressure derivative w.r.t. temperature.
virtual ~Antoine()
Destructor.
const phaseInterface & interface() const
Access the interface.
virtual tmp< volScalarField > Tsat(const volScalarField &p) const
Saturation temperature.
Antoine equation for the vapour 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.
dimensionedScalar B_
Constant B.
A class for managing temporary objects.
dimensionedScalar A_
Constant A.