Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa). More...


Public Member Functions | |
| TypeName ("polynomial") | |
| Runtime type information. More... | |
| polynomialTemperature (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| virtual | ~polynomialTemperature () |
| Destructor. More... | |
| virtual tmp< scalarField > | Tsat (const scalarField &p) const |
| Saturation temperature for scalarField. More... | |
| virtual tmp< scalarField > | TsatPrime (const scalarField &p) const |
| Saturation temperature derivative w.r.t. pressure for scalarField. More... | |
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 |
| 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 |
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... | |
Polynomial equation for the saturation vapour temperature in terms of the vapour pressure (in Pa).
where
is the pressure in Pa and
are the coefficients.
Definition at line 58 of file polynomialTemperature.H.
| polynomialTemperature | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 48 of file polynomialTemperature.C.
|
virtual |
Destructor.
Definition at line 60 of file polynomialTemperature.C.
| TypeName | ( | "polynomial" | ) |
Runtime type information.
|
virtual |
Saturation temperature for scalarField.
Implements saturationTemperatureModel.
Definition at line 67 of file polynomialTemperature.C.
References forAll, p, and tmp< T >::ref().

|
virtual |
Saturation temperature derivative w.r.t. pressure for scalarField.
Implements saturationTemperatureModel.
Definition at line 85 of file polynomialTemperature.C.
References forAll, p, and tmp< T >::ref().
