constantPressure Class Reference

Constant saturation pressure model. More...

Inheritance diagram for constantPressure:
Collaboration diagram for constantPressure:

Public Member Functions

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

Constant saturation pressure model.

Source files

Definition at line 50 of file constantPressure.H.

Constructor & Destructor Documentation

◆ constantPressure() [1/2]

constantPressure ( const dictionary dict)

Construct from a dictionary.

Definition at line 86 of file constantPressure.C.

◆ constantPressure() [2/2]

Construct from a value.

Definition at line 96 of file constantPressure.C.

◆ ~constantPressure()

~constantPressure ( )
virtual

Destructor.

Definition at line 108 of file constantPressure.C.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

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.

◆ pSat()

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

Definition at line 50 of file constantPressure.C.

References Foam::compressible::New(), and Foam::T().

Here is the call graph for this function:

◆ pSatPrime()

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

Definition at line 58 of file constantPressure.C.

References Foam::dimPressure, Foam::dimTemperature, Foam::compressible::New(), and Foam::T().

Here is the call graph for this function:

◆ lnPSat()

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

Definition at line 72 of file constantPressure.C.

References Foam::dimless, Foam::log(), Foam::compressible::New(), and Foam::T().

Here is the call graph for this function:

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