ArdenBuck Class Reference

ArdenBuck equation for the vapour pressure of moist air. More...

Inheritance diagram for ArdenBuck:
Collaboration diagram for ArdenBuck:

Public Member Functions

 TypeName ("ArdenBuck")
 Runtime type information. More...
 
 ArdenBuck (const dictionary &dict)
 Construct from a dictionary. More...
 
virtual ~ArdenBuck ()
 Destructor. More...
 
 DEFINE_PSAT (volScalarField::Internal,)
 Saturation pressure for volScalarField::Internal. More...
 
 DEFINE_PSAT (volScalarField,)
 Saturation pressure for volScalarField. More...
 
template<class FieldType >
Foam::tmp< FieldType > xByTC (const FieldType &TC) const
 
template<class FieldType >
Foam::tmp< FieldType > pSat (const FieldType &T) const
 
template<class FieldType >
Foam::tmp< FieldType > pSatPrime (const FieldType &T) const
 
template<class FieldType >
Foam::tmp< FieldType > lnPSat (const FieldType &T) const
 
- Public Member Functions inherited from saturationPressureModel
 TypeName ("saturationPressureModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, saturationPressureModel, dictionary,(const dictionary &dict),(dict))
 Declare runtime construction. More...
 
 saturationPressureModel ()
 Default construct. More...
 
virtual ~saturationPressureModel ()
 Destructor. More...
 
virtual tmp< volScalarField::InternalpSat (const volScalarField::Internal &T) const =0
 Saturation pressure for volScalarField::Internal. More...
 
virtual tmp< volScalarField::InternalpSatPrime (const volScalarField::Internal &T) const =0
 
virtual tmp< volScalarField::InternallnPSat (const volScalarField::Internal &T) const =0
 
virtual tmp< volScalarFieldpSat (const volScalarField &T) const =0
 Saturation pressure for volScalarField. More...
 
virtual tmp< volScalarFieldpSatPrime (const volScalarField &T) const =0
 
virtual tmp< volScalarFieldlnPSat (const volScalarField &T) const =0
 

Additional Inherited Members

- Static Public Member Functions inherited from saturationPressureModel
static autoPtr< saturationPressureModelNew (const dictionary &dict)
 Select with dictionary. More...
 
static autoPtr< saturationPressureModelNew (const word &name, const dictionary &dict)
 Select with name within a dictionary. More...
 

Detailed Description

ArdenBuck equation for the vapour pressure of moist air.

Source files

Definition at line 50 of file ArdenBuck.H.

Constructor & Destructor Documentation

◆ ArdenBuck()

ArdenBuck ( const dictionary dict)

Construct from a dictionary.

Definition at line 98 of file ArdenBuck.C.

◆ ~ArdenBuck()

~ArdenBuck ( )
virtual

Destructor.

Definition at line 106 of file ArdenBuck.C.

Member Function Documentation

◆ TypeName()

TypeName ( "ArdenBuck"  )

Runtime type information.

◆ DEFINE_PSAT() [1/2]

DEFINE_PSAT ( volScalarField::Internal  )

Saturation pressure for volScalarField::Internal.

◆ DEFINE_PSAT() [2/2]

DEFINE_PSAT ( volScalarField  )

Saturation pressure for volScalarField.

◆ xByTC()

Foam::tmp<FieldType> xByTC ( const FieldType &  TC) const

Definition at line 59 of file ArdenBuck.C.

References B, and D.

◆ pSat()

Foam::tmp<FieldType> pSat ( const FieldType &  T) const

Definition at line 67 of file ArdenBuck.C.

References A, Foam::exp(), Foam::T(), and zeroC.

Here is the call graph for this function:

◆ pSatPrime()

Foam::tmp<FieldType> pSatPrime ( const FieldType &  T) const

Definition at line 77 of file ArdenBuck.C.

References A, C, D, Foam::exp(), Foam::T(), x, and zeroC.

Here is the call graph for this function:

◆ lnPSat()

Foam::tmp<FieldType> lnPSat ( const FieldType &  T) const

Definition at line 88 of file ArdenBuck.C.

References A, Foam::log(), Foam::T(), dimensioned< Type >::value(), and zeroC.

Here is the call graph for this function:

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