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 (scalarField,) | |
| Saturation pressure for scalarField. 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 |
| template<class FieldType > | |
| Foam::tmp< FieldType > | TsatPrime (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< 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 |
Protected Member Functions | |
| template<class FieldType > | |
| tmp< FieldType > | Tsat (const FieldType &p) const |
| Saturation temperature. More... | |
| template<class FieldType > | |
| tmp< FieldType > | TsatPrime (const FieldType &p) const |
| Saturation temperature derivative w.r.t. pressure. 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 69 of file constantTemperature.C.
| constantTemperature | ( | const dimensionedScalar & | Tsat | ) |
Construct from a value.
Definition at line 79 of file constantTemperature.C.
|
virtual |
Destructor.
Definition at line 91 of file constantTemperature.C.
|
protected |
Saturation temperature.
|
protected |
Saturation temperature derivative w.r.t. pressure.
| TypeName | ( | "constant" | ) |
Runtime type information.
| DEFINE_TSAT | ( | scalarField | ) |
Saturation pressure for scalarField.
| 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 53 of file constantTemperature.C.
References Foam::saturationModels::evaluate(), p, and constantTemperature::Tsat_.

| Foam::tmp<FieldType> TsatPrime | ( | const FieldType & | p | ) | const |
Definition at line 61 of file constantTemperature.C.
References Foam::saturationModels::evaluate(), p, and Foam::saturationModels::zeroTbyP().

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