Public Member Functions | Protected Attributes | List of all members
Antoine Class Reference

Antoine equation for the vapour pressure. More...

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

Public Member Functions

 TypeName ("Antoine")
 Runtime type information. More...
 
 Antoine (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~Antoine ()
 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...
 

Protected Attributes

dimensionedScalar A_
 Constant A. More...
 
dimensionedScalar B_
 Constant B. More...
 
dimensionedScalar C_
 Constant C. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from saturationModel
static autoPtr< saturationModelNew (const dictionary &dict)
 Select null constructed. More...
 

Detailed Description

Antoine equation for the vapour pressure.

\[ \log p = A + \frac{B}{C + T} \]

Coefficients $A$, $B$ and $C$ are to be supplied and should be suitable for natural logarithms and temperatures in Kelvin.

Source files

Definition at line 57 of file Antoine.H.

Constructor & Destructor Documentation

◆ Antoine()

Antoine ( const dictionary dict)

Construct from a dictionary.

◆ ~Antoine()

virtual ~Antoine ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "Antoine"  )

Runtime type information.

◆ pSat()

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

Saturation pressure.

Implements saturationModel.

Reimplemented in AntoineExtended.

◆ pSatPrime()

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

Saturation pressure derivetive w.r.t. temperature.

Implements saturationModel.

Reimplemented in AntoineExtended.

◆ lnPSat()

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

Natural log of the saturation pressure.

Implements saturationModel.

Reimplemented in AntoineExtended.

◆ Tsat()

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

Saturation temperature.

Implements saturationModel.

Reimplemented in AntoineExtended.

Member Data Documentation

◆ A_

dimensionedScalar A_
protected

Constant A.

Definition at line 66 of file Antoine.H.

◆ B_

dimensionedScalar B_
protected

Constant B.

Definition at line 69 of file Antoine.H.

◆ C_

dimensionedScalar C_
protected

Constant C.

Definition at line 72 of file Antoine.H.


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