Model to describe the dependence of saturation temperature on pressure. 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< scalarField > | Tsat (const scalarField &p) const =0 |
| Saturation temperature for scalarField. More... | |
| virtual tmp< scalarField > | TsatPrime (const scalarField &p) const =0 |
| virtual tmp< volScalarField::Internal > | Tsat (const volScalarField::Internal &p) const |
| Saturation temperature for volScalarField::Internal. More... | |
| virtual tmp< volScalarField::Internal > | TsatPrime (const volScalarField::Internal &p) const |
| virtual tmp< volScalarField > | Tsat (const volScalarField &p) const |
| Saturation temperature for volScalarField. More... | |
| virtual tmp< volScalarField > | TsatPrime (const volScalarField &p) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | Tsat (const FieldType &p) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | TsatPrime (const FieldType &p) const |
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 temperature on pressure.
Definition at line 75 of file saturationTemperatureModel.H.
Default construct.
Definition at line 78 of file saturationTemperatureModel.C.
|
virtual |
Destructor.
Definition at line 84 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.
Referenced by linearTsub::read().

|
static |
Select with name within a dictionary.
Definition at line 38 of file saturationTemperatureModelNew.C.
References dict, Foam::dimTemperature, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::isDict(), Foam::isNull(), Foam::isType(), token::isWord(), dictionary::lookup(), Foam::name(), dictionary::optionalSubDict(), and dictionary::subDict().

|
pure virtual |
Saturation temperature for scalarField.
Implemented in polynomialTemperature, and function1Temperature.
|
pure virtual |
Implemented in polynomialTemperature, and function1Temperature.
|
virtual |
Saturation temperature for volScalarField::Internal.
Definition at line 90 of file saturationTemperatureModel.C.
|
virtual |
Definition at line 90 of file saturationTemperatureModel.C.
|
virtual |
Saturation temperature for volScalarField.
Definition at line 93 of file saturationTemperatureModel.C.
|
virtual |
Definition at line 93 of file saturationTemperatureModel.C.
| Foam::tmp<FieldType> Tsat | ( | const FieldType & | p | ) | const |
Definition at line 32 of file saturationTemperatureModel.C.
References Foam::dimTemperature, Foam::saturationModels::evaluate(), and p.

| Foam::tmp<FieldType> TsatPrime | ( | const FieldType & | p | ) | const |
Definition at line 50 of file saturationTemperatureModel.C.
References Foam::dimPressure, Foam::dimTemperature, Foam::saturationModels::evaluate(), and p.
