Public Member Functions | |
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... | |
virtual tmp< volScalarField > | pSat (const volScalarField &T) const =0 |
Saturation pressure. More... | |
virtual tmp< volScalarField > | pSatPrime (const volScalarField &T) const =0 |
Saturation pressure derivetive w.r.t. temperature. More... | |
virtual tmp< volScalarField > | lnPSat (const volScalarField &T) const =0 |
Natural log of the saturation pressure. More... | |
virtual tmp< volScalarField > | Tsat (const volScalarField &p) const =0 |
Saturation temperature. More... | |
Static Public Member Functions | |
static autoPtr< saturationModel > | New (const dictionary &dict) |
Select null constructed. More... | |
Private Member Functions | |
saturationModel (const saturationModel &) | |
Disallow default bitwise copy construct. More... | |
void | operator= (const saturationModel &) |
Disallow default bitwise assignment. More... | |
Definition at line 50 of file saturationModel.H.
|
private |
Disallow default bitwise copy construct.
saturationModel | ( | ) |
Construct null.
|
virtual |
Destructor.
|
private |
Disallow default bitwise assignment.
TypeName | ( | "saturationModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
saturationModel | , | ||
dictionary | , | ||
(const dictionary &dict) | , | ||
(dict) | |||
) |
Declare runtime construction.
|
static |
Select null constructed.
|
pure virtual |
Saturation pressure.
Implemented in AntoineExtended, Antoine, polynomial, constantSaturationConditions, and ArdenBuck.
|
pure virtual |
Saturation pressure derivetive w.r.t. temperature.
Implemented in AntoineExtended, Antoine, polynomial, constantSaturationConditions, and ArdenBuck.
|
pure virtual |
Natural log of the saturation pressure.
Implemented in AntoineExtended, Antoine, polynomial, constantSaturationConditions, and ArdenBuck.
|
pure virtual |
Saturation temperature.
Implemented in AntoineExtended, Antoine, polynomial, constantSaturationConditions, and ArdenBuck.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.