Constant saturation temperature model. More...


Public Member Functions | |
| TypeName ("constant") | |
| Runtime type information. More... | |
| constantTemperature (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| constantTemperature (const dimensionedScalar &Tsat) | |
| Construct from a value. More... | |
| virtual | ~constantTemperature () |
| Destructor. More... | |
| DEFINE_TSAT (volScalarField::Internal,) | |
| Saturation pressure for volScalarField::Internal. More... | |
| DEFINE_TSAT (volScalarField,) | |
| Saturation pressure for volScalarField. More... | |
| template<class FieldType > | |
| Foam::tmp< FieldType > | Tsat (const FieldType &p) const |
Public Member Functions inherited from saturationTemperatureModel | |
| 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... | |
Protected Member Functions | |
| template<class FieldType > | |
| tmp< FieldType > | Tsat (const FieldType &p) const |
| Saturation temperature. More... | |
Protected Attributes | |
| const dimensionedScalar | Tsat_ |
| Constant saturation temperature. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from saturationTemperatureModel | |
| 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... | |
Constant saturation temperature model.
Definition at line 50 of file constantTemperature.H.
| constantTemperature | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 58 of file constantTemperature.C.
| constantTemperature | ( | const dimensionedScalar & | Tsat | ) |
Construct from a value.
Definition at line 68 of file constantTemperature.C.
|
virtual |
Destructor.
Definition at line 80 of file constantTemperature.C.
|
protected |
Saturation temperature.
| TypeName | ( | "constant" | ) |
Runtime type information.
| DEFINE_TSAT | ( | volScalarField::Internal | ) |
Saturation pressure for volScalarField::Internal.
| DEFINE_TSAT | ( | volScalarField | ) |
Saturation pressure for volScalarField.
| Foam::tmp<FieldType> Tsat | ( | const FieldType & | p | ) | const |
Definition at line 50 of file constantTemperature.C.
References Foam::compressible::New(), p, and constantTemperature::Tsat_.

|
protected |
Constant saturation temperature.
Definition at line 59 of file constantTemperature.H.
Referenced by constantTemperature::Tsat().