Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa). More...
Public Member Functions | |
TypeName ("polynomial") | |
Runtime type information. More... | |
polynomial (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~polynomial () |
Destructor. More... | |
virtual tmp< volScalarField > | pSat (const volScalarField &T) const |
Saturation pressure. More... | |
virtual tmp< volScalarField > | pSatPrime (const volScalarField &T) const |
Saturation pressure derivetive w.r.t. temperature. More... | |
virtual tmp< volScalarField > | lnPSat (const volScalarField &T) const |
Natural log of the saturation pressure. More... | |
virtual tmp< volScalarField > | Tsat (const volScalarField &p) const |
Saturation temperature. More... | |
![]() | |
TypeName ("saturationModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, saturationModel, dictionary,(const dictionary &dict),(dict)) | |
Declare runtime construction. More... | |
saturationModel () | |
Construct null. More... | |
virtual | ~saturationModel () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< saturationModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa).
where is the pressure in Pa and
are the coefficients.
Currently this class only provides , the inverse function to return the vapour pressure for a given temperature are not implemented.
Definition at line 61 of file polynomial.H.
polynomial | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
virtual |
Destructor.
TypeName | ( | "polynomial" | ) |
Runtime type information.
|
virtual |
Saturation pressure.
Implements saturationModel.
|
virtual |
Saturation pressure derivetive w.r.t. temperature.
Implements saturationModel.
|
virtual |
Natural log of the saturation pressure.
Implements saturationModel.
|
virtual |
Saturation temperature.
Implements saturationModel.