Public Member Functions | List of all members
AntoineExtended Class Reference

Extended Antoine equation for the vapour pressure. More...

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

Public Member Functions

 TypeName ("AntoineExtended")
 Runtime type information. More...
 
 AntoineExtended (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~AntoineExtended ()
 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 Antoine
 TypeName ("Antoine")
 Runtime type information. More...
 
 Antoine (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~Antoine ()
 Destructor. 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...
 
- Protected Attributes inherited from Antoine
dimensionedScalar A_
 Constant A. More...
 
dimensionedScalar B_
 Constant B. More...
 
dimensionedScalar C_
 Constant C. More...
 

Detailed Description

Extended Antoine equation for the vapour pressure.

\[ \log (p) = A + \frac{B}{C + T} + D \log (T) + E T^F \]

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

Source files

Definition at line 58 of file AntoineExtended.H.

Constructor & Destructor Documentation

AntoineExtended ( const dictionary dict)

Construct from a dictionary.

virtual ~AntoineExtended ( )
virtual

Destructor.

Member Function Documentation

TypeName ( "AntoineExtended"  )

Runtime type information.

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

Saturation pressure.

Reimplemented from Antoine.

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

Saturation pressure derivetive w.r.t. temperature.

Reimplemented from Antoine.

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

Natural log of the saturation pressure.

Reimplemented from Antoine.

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

Saturation temperature.

Reimplemented from Antoine.


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