
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... | |
Definition at line 50 of file saturationModel.H.
| saturationModel | ( | ) |
Construct null.
|
virtual |
Destructor.
| 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 function1, Antoine, AntoineExtended, polynomial, constantSaturationConditions, and ArdenBuck.
|
pure virtual |
Saturation pressure derivetive w.r.t. temperature.
Implemented in function1, Antoine, AntoineExtended, polynomial, constantSaturationConditions, and ArdenBuck.
|
pure virtual |
Natural log of the saturation pressure.
Implemented in function1, Antoine, AntoineExtended, polynomial, constantSaturationConditions, and ArdenBuck.
|
pure virtual |
Saturation temperature.
Implemented in function1, Antoine, AntoineExtended, polynomial, constantSaturationConditions, and ArdenBuck.
1.8.13