Model to describe the dependence of saturation pressure on temperature, and vice versa. More...

Public Member Functions | |
| TypeName ("saturationTemperatureModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, saturationTemperatureModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| saturationTemperatureModel () | |
| Default construct. More... | |
| virtual | ~saturationTemperatureModel () |
| Destructor. More... | |
| virtual tmp< volScalarField::Internal > | Tsat (const volScalarField::Internal &p) const =0 |
| Saturation temperature for volScalarField::Internal. More... | |
| virtual tmp< volScalarField > | Tsat (const volScalarField &p) const =0 |
| Saturation temperature for volScalarField. More... | |
Static Public Member Functions | |
| static autoPtr< saturationTemperatureModel > | New (const dictionary &dict) |
| Select with dictionary. More... | |
| static autoPtr< saturationTemperatureModel > | New (const word &name, const dictionary &dict) |
| Select with name within a dictionary. More... | |
Model to describe the dependence of saturation pressure on temperature, and vice versa.
Definition at line 68 of file saturationTemperatureModel.H.
Default construct.
Definition at line 39 of file saturationTemperatureModel.C.
|
virtual |
Destructor.
Definition at line 45 of file saturationTemperatureModel.C.
| TypeName | ( | "saturationTemperatureModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| saturationTemperatureModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
static |
Select with dictionary.
Definition at line 31 of file saturationTemperatureModelNew.C.
References dict.
|
static |
Select with name within a dictionary.
Definition at line 38 of file saturationTemperatureModelNew.C.
References dict, Foam::dimTemperature, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, dictionary::isDict(), Foam::isNull(), Foam::isType(), token::isWord(), dictionary::lookup(), Foam::name(), dictionary::optionalSubDict(), and dictionary::subDict().

|
pure virtual |
Saturation temperature for volScalarField::Internal.
Implemented in polynomialTemperature, and function1Temperature.
|
pure virtual |
Saturation temperature for volScalarField.
Implemented in polynomialTemperature, and function1Temperature.