#include <linearTsubDiameter.H>


Public Member Functions | |
| TypeName ("linearTsub") | |
| Runtime type information. | |
| linearTsub (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. | |
| virtual | ~linearTsub () |
| Destructor. | |
| virtual tmp< volScalarField > | d () const |
| Return the diameter field. | |
| virtual void | correct () |
| Correct the diameter field. | |
| virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. | |
| Public Member Functions inherited from diameterModel | |
| TypeName ("diameterModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) | |
| diameterModel (const dictionary &dict, const phaseModel &phase) | |
| virtual | ~diameterModel ()=default |
| Destructor. | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. | |
| const phaseModel & | phase () const |
| Return the phase. | |
| TypeName ("diameterModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase)) | |
| diameterModel (const dictionary &dict, const phaseModel &phase) | |
| virtual | ~diameterModel ()=default |
| Destructor. | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. | |
| const phaseModel & | phase () const |
| Return the phase. | |
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 47 of file linearTsubDiameter.C.
References diameterModel::diameterModel(), diameterModel::diameterProperties(), Foam::dimLength, Foam::dimTemperature, mesh, Foam::name(), diameterModel::phase(), diameterModel::phase_, and timeName.

|
virtual |
Destructor.
Definition at line 92 of file linearTsubDiameter.C.
| TypeName | ( | "linearTsub" | ) |
Runtime type information.
References diameterModel::diameterProperties(), and diameterModel::phase().

|
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(), diameterModel::phase_, Foam::refCast(), and saturationModel::Tsat().

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