Antoine equation for the vapour pressure. More...


Public Member Functions | |
| TypeName ("Antoine") | |
| Runtime type information. More... | |
| Antoine (const dictionary &dict) | |
| Construct from a dictionary. More... | |
| virtual | ~Antoine () |
| 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... | |
| DEFINE_TSAT (scalarField,) | |
| Saturation temperature for scalarField. More... | |
| DEFINE_TSAT (volScalarField::Internal,) | |
| Saturation temperature for volScalarField::Internal. More... | |
| DEFINE_TSAT (volScalarField,) | |
| Saturation temperature for volScalarField. More... | |
| 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 |
| 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 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 |
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 |
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... | |
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... | |
Antoine equation for the vapour pressure.
Coefficients
,
and
are to be supplied and should be suitable for natural logarithms and temperatures in Kelvin.
| Antoine | ( | const dictionary & | dict | ) |
| TypeName | ( | "Antoine" | ) |
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.
| DEFINE_TSAT | ( | scalarField | ) |
Saturation temperature for scalarField.
| DEFINE_TSAT | ( | volScalarField::Internal | ) |
Saturation temperature for volScalarField::Internal.
| DEFINE_TSAT | ( | volScalarField | ) |
Saturation temperature for volScalarField.
| Foam::tmp<FieldType> pSat | ( | const FieldType & | T | ) | const |
Definition at line 48 of file Antoine.C.
References Foam::exp(), Foam::saturationModels::oneP, and Foam::T().

| Foam::tmp<FieldType> pSatPrime | ( | const FieldType & | T | ) | const |
Definition at line 56 of file Antoine.C.
References Foam::sqr(), and Foam::T().

| Foam::tmp<FieldType> lnPSat | ( | const FieldType & | T | ) | const |
| Foam::tmp<FieldType> Tsat | ( | const FieldType & | p | ) | const |
Definition at line 72 of file Antoine.C.
References Foam::log(), Foam::saturationModels::oneP, and p.

| Foam::tmp<FieldType> TsatPrime | ( | const FieldType & | p | ) | const |
Definition at line 80 of file Antoine.C.
References Foam::log(), Foam::saturationModels::oneP, p, and Foam::sqr().
