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. 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 dictionary &dict) |
| Select with dictionary. More... | |
| 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 96 of file saturationPressureModel.C.
|
virtual |
Destructor.
Definition at line 102 of file saturationPressureModel.C.
| TypeName | ( | "saturationPressureModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| saturationPressureModel | , | ||
| dictionary | , | ||
| (const dictionary &dict) | , | ||
| (dict) | |||
| ) |
Declare runtime construction.
|
static |
Select with dictionary.
Definition at line 31 of file saturationPressureModelNew.C.
References dict.
Referenced by nonRandomTwoLiquid::nonRandomTwoLiquid(), and cavitationModel::read().

|
static |
Select with name within a dictionary.
Definition at line 38 of file saturationPressureModelNew.C.
References dict, Foam::dimPressure, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::isDict(), Foam::isNull(), Foam::isType(), token::isWord(), dictionary::lookup(), Foam::name(), dictionary::optionalSubDict(), and dictionary::subDict().

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

| Foam::tmp<FieldType> pSatPrime | ( | const FieldType & | T | ) | const |
Definition at line 59 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 77 of file saturationPressureModel.C.
References Foam::dimless, Foam::saturationModels::evaluate(), and Foam::T().
