ArdenBuck equation for the vapour pressure of moist air. More...


Public Member Functions | |
| TypeName ("ArdenBuck") | |
| Runtime type information. More... | |
| ArdenBuck (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| virtual | ~ArdenBuck () |
| Destructor. More... | |
| DEFINE_PSAT (scalarField,) | |
| Saturation pressure for scalarField. More... | |
| DEFINE_PSAT (volScalarField::Internal,) | |
| Saturation pressure for volScalarField::Internal. More... | |
| DEFINE_PSAT (volScalarField,) | |
| Saturation pressure for volScalarField. More... | |
| template<class FieldType > | |
| Foam::tmp< FieldType > | xByTC (const FieldType &TC) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | pSat (const FieldType &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | pSatPrime (const FieldType &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | lnPSat (const FieldType &T) const |
Public Member Functions inherited from saturationPressureModel | |
| TypeName ("saturationPressureModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, saturationPressureModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction. More... | |
| saturationPressureModel () | |
| Default construct. More... | |
| virtual | ~saturationPressureModel () |
| Destructor. More... | |
| virtual tmp< scalarField > | pSat (const scalarField &T) const =0 |
| Saturation temperature for scalarField. More... | |
| virtual tmp< scalarField > | pSatPrime (const scalarField &T) const =0 |
| virtual tmp< scalarField > | lnPSat (const scalarField &T) const =0 |
| virtual tmp< volScalarField::Internal > | pSat (const volScalarField::Internal &T) const |
| Saturation pressure for volScalarField::Internal. More... | |
| virtual tmp< volScalarField::Internal > | pSatPrime (const volScalarField::Internal &T) const |
| virtual tmp< volScalarField::Internal > | lnPSat (const volScalarField::Internal &T) const |
| virtual tmp< volScalarField > | pSat (const volScalarField &T) const |
| Saturation pressure for volScalarField. More... | |
| virtual tmp< volScalarField > | pSatPrime (const volScalarField &T) const |
| virtual tmp< volScalarField > | lnPSat (const volScalarField &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | pSat (const FieldType &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | pSatPrime (const FieldType &T) const |
| template<class FieldType > | |
| Foam::tmp< FieldType > | lnPSat (const FieldType &T) const |
Additional Inherited Members | |
Static Public Member Functions inherited from saturationPressureModel | |
| static autoPtr< saturationPressureModel > | New (const dictionary &dict) |
| Select with dictionary. More... | |
| static autoPtr< saturationPressureModel > | New (const word &name, const dictionary &dict) |
| Select with name within a dictionary. More... | |
ArdenBuck equation for the vapour pressure of moist air.
Definition at line 50 of file ArdenBuck.H.
| ArdenBuck | ( | const dictionary & | dict | ) |
Construct from a dictionary.
Definition at line 91 of file ArdenBuck.C.
|
virtual |
Destructor.
Definition at line 99 of file ArdenBuck.C.
| TypeName | ( | "ArdenBuck" | ) |
Runtime type information.
| DEFINE_PSAT | ( | scalarField | ) |
Saturation pressure for scalarField.
| DEFINE_PSAT | ( | volScalarField::Internal | ) |
Saturation pressure for volScalarField::Internal.
| DEFINE_PSAT | ( | volScalarField | ) |
Saturation pressure for volScalarField.
| Foam::tmp<FieldType> xByTC | ( | const FieldType & | TC | ) | const |
Definition at line 52 of file ArdenBuck.C.
References Foam::saturationModels::B, and Foam::saturationModels::D.
| Foam::tmp<FieldType> pSat | ( | const FieldType & | T | ) | const |
Definition at line 60 of file ArdenBuck.C.
References Foam::saturationModels::A, Foam::exp(), Foam::T(), and Foam::saturationModels::zeroC.

| Foam::tmp<FieldType> pSatPrime | ( | const FieldType & | T | ) | const |
Definition at line 70 of file ArdenBuck.C.
References Foam::saturationModels::A, Foam::saturationModels::C, Foam::saturationModels::D, Foam::exp(), Foam::T(), x, and Foam::saturationModels::zeroC.

| Foam::tmp<FieldType> lnPSat | ( | const FieldType & | T | ) | const |
Definition at line 81 of file ArdenBuck.C.
References Foam::saturationModels::A, Foam::log(), Foam::T(), dimensioned< Type >::value(), and Foam::saturationModels::zeroC.
