Constant saturation pressure and temperature. More...
Public Member Functions | |
TypeName ("constant") | |
Runtime type information. More... | |
constantSaturationConditions (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~constantSaturationConditions () |
Destructor. More... | |
virtual tmp< volScalarField > | pSat (const volScalarField &T) const |
Saturation pressure. More... | |
virtual tmp< volScalarField > | pSatPrime (const volScalarField &T) const |
Saturation pressure derivetive w.r.t. temperature. More... | |
virtual tmp< volScalarField > | lnPSat (const volScalarField &T) const |
Natural log of the saturation pressure. More... | |
virtual tmp< volScalarField > | Tsat (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 | pSat_ |
Constant saturation pressure. More... | |
dimensionedScalar | Tsat_ |
Constant saturation temperature. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from saturationModel | |
static autoPtr< saturationModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Constant saturation pressure and temperature.
Definition at line 50 of file constantSaturationConditions.H.
constantSaturationConditions | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
virtual |
Destructor.
TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Saturation pressure.
Implements saturationModel.
|
virtual |
Saturation pressure derivetive w.r.t. temperature.
Implements saturationModel.
|
virtual |
Natural log of the saturation pressure.
Implements saturationModel.
|
virtual |
Saturation temperature.
Implements saturationModel.
|
protected |
Constant saturation pressure.
Definition at line 59 of file constantSaturationConditions.H.
|
protected |
Constant saturation temperature.
Definition at line 62 of file constantSaturationConditions.H.