

Public Member Functions | |
| TypeName ("linearTsub") | |
| Runtime type information. More... | |
| linearTsub (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. More... | |
| virtual | ~linearTsub () |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const |
| Return the diameter field. More... | |
| virtual void | correct () |
| Correct the diameter field. More... | |
| virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. More... | |
Public Member Functions inherited from diameterModel | |
| TypeName ("diameterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) | |
| diameterModel (const dictionary &dict, const phaseModel &phase) | |
| virtual | ~diameterModel ()=default |
| Destructor. More... | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More... | |
| const phaseModel & | phase () const |
| Return the phase. More... | |
| TypeName ("diameterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) | |
| diameterModel (const dictionary &dict, const phaseModel &phase) | |
| virtual | ~diameterModel ()=default |
| Destructor. More... | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More... | |
| const phaseModel & | phase () const |
| Return the phase. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from diameterModel | |
| static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
| static autoPtr< diameterModel > | New (const dictionary &dict, const phaseModel &phase) |
Protected Attributes inherited from diameterModel | |
| dictionary | diameterProperties_ |
| const phaseModel & | phase_ |
Definition at line 58 of file linearTsubDiameter.H.
| linearTsub | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from components.
Definition at line 48 of file linearTsubDiameter.C.
|
virtual |
Destructor.
Definition at line 92 of file linearTsubDiameter.C.
| TypeName | ( | "linearTsub" | ) |
Runtime type information.
|
virtual |
Return the diameter field.
Implements diameterModel.
Definition at line 98 of file linearTsubDiameter.C.
|
virtual |
Correct the diameter field.
Reimplemented from diameterModel.
Definition at line 104 of file linearTsubDiameter.C.
References fluid, Foam::max(), Foam::min(), and saturationModel::Tsat().

|
virtual |
Read phaseProperties dictionary.
Implements diameterModel.
Definition at line 138 of file linearTsubDiameter.C.
References diameterModel::read().
