Public Member Functions | List of all members
polynomial Class Reference

Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa). More...

Inheritance diagram for polynomial:
Inheritance graph
[legend]
Collaboration diagram for polynomial:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("polynomial")
 Runtime type information. More...
 
 polynomial (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~polynomial ()
 Destructor. More...
 
virtual tmp< volScalarFieldpSat (const volScalarField &T) const
 Saturation pressure. More...
 
virtual tmp< volScalarFieldpSatPrime (const volScalarField &T) const
 Saturation pressure derivetive w.r.t. temperature. More...
 
virtual tmp< volScalarFieldlnPSat (const volScalarField &T) const
 Natural log of the saturation pressure. More...
 
virtual tmp< volScalarFieldTsat (const volScalarField &p) const
 Saturation temperature. More...
 
- Public Member Functions inherited from saturationModel
 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 Public Member Functions inherited from saturationModel
static autoPtr< saturationModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa).

\[ T_sat = \sum_i C_i p^i \]

where $p$ is the pressure in Pa and $C$ are the coefficients.

Currently this class only provides $T_sat$, the inverse function to return the vapour pressure for a given temperature are not implemented.

Source files

Definition at line 61 of file polynomial.H.

Constructor & Destructor Documentation

◆ polynomial()

polynomial ( const dictionary dict)

Construct from a dictionary.

◆ ~polynomial()

virtual ~polynomial ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "polynomial"  )

Runtime type information.

◆ pSat()

virtual tmp<volScalarField> pSat ( const volScalarField T) const
virtual

Saturation pressure.

Implements saturationModel.

◆ pSatPrime()

virtual tmp<volScalarField> pSatPrime ( const volScalarField T) const
virtual

Saturation pressure derivetive w.r.t. temperature.

Implements saturationModel.

◆ lnPSat()

virtual tmp<volScalarField> lnPSat ( const volScalarField T) const
virtual

Natural log of the saturation pressure.

Implements saturationModel.

◆ Tsat()

virtual tmp<volScalarField> Tsat ( const volScalarField p) const
virtual

Saturation temperature.

Implements saturationModel.


The documentation for this class was generated from the following file: