Model to describe the dependence of saturation pressure on temperature. More...

Public Member Functions | |
| TypeName ("saturationPressureModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, saturationPressureModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime construction from dictionary. More... | |
| declareRunTimeSelectionTable (autoPtr, saturationPressureModel,,(),()) | |
| Declare runtime default 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 |
Static Public Member Functions | |
| static autoPtr< saturationPressureModel > | New (const word &name, const dictionary &dict) |
| Select with name within a dictionary. More... | |
Model to describe the dependence of saturation pressure on temperature.
Definition at line 83 of file saturationPressureModel.H.
Default construct.
Definition at line 97 of file saturationPressureModel.C.
|
virtual |
Destructor.
Definition at line 103 of file saturationPressureModel.C.
| TypeName | ( | "saturationPressureModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| saturationPressureModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction from dictionary.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| saturationPressureModel | , | ||
| () | , | ||
| () | |||
| ) |
Declare runtime default construction.
|
static |
Select with name within a dictionary.
Definition at line 31 of file saturationPressureModelNew.C.
References dict, Foam::dimPressure, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::indentOrNl(), Foam::Info, token::isWord(), dictionary::lookup(), Foam::name(), dictionary::optionalTypeDict(), and token::wordToken().
Referenced by nonRandomTwoLiquid::nonRandomTwoLiquid(), and cavitationModel::read().


|
pure virtual |
Saturation temperature for scalarField.
Implemented in function1Pressure.
|
pure virtual |
Implemented in function1Pressure.
|
pure virtual |
Implemented in function1Pressure.
|
virtual |
Saturation pressure for volScalarField::Internal.
Definition at line 109 of file saturationPressureModel.C.
|
virtual |
Definition at line 109 of file saturationPressureModel.C.
|
virtual |
Definition at line 109 of file saturationPressureModel.C.
|
virtual |
Saturation pressure for volScalarField.
Definition at line 112 of file saturationPressureModel.C.
|
virtual |
Definition at line 112 of file saturationPressureModel.C.
|
virtual |
Definition at line 112 of file saturationPressureModel.C.
| Foam::tmp<FieldType> pSat | ( | const FieldType & | T | ) | const |
Definition at line 42 of file saturationPressureModel.C.
References Foam::dimPressure, Foam::saturationModels::evaluate(), and Foam::T().

| Foam::tmp<FieldType> pSatPrime | ( | const FieldType & | T | ) | const |
Definition at line 60 of file saturationPressureModel.C.
References Foam::dimPressure, Foam::dimTemperature, Foam::saturationModels::evaluate(), and Foam::T().

| Foam::tmp<FieldType> lnPSat | ( | const FieldType & | T | ) | const |
Definition at line 78 of file saturationPressureModel.C.
References Foam::dimless, Foam::saturationModels::evaluate(), and Foam::T().
