

Public Member Functions | |
| TypeName ("linearTsub") | |
| Runtime type information. More... | |
| linearTsub (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~linearTsub () |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const |
| Get the diameter field. More... | |
| virtual void | correct () |
| Correct the model. More... | |
| virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. More... | |
Public Member Functions inherited from spherical | |
| TypeName ("spherical") | |
| Runtime type information. More... | |
| spherical (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~spherical () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Av () const |
| Get the surface area per unit volume field. More... | |
Public Member Functions inherited from diameterModel | |
| TypeName ("diameterModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase)) | |
| diameterModel (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~diameterModel () |
| 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) |
| Select from dictionary and phase. More... | |
Definition at line 61 of file linearTsubDiameter.H.
| linearTsub | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from dictionary and phase.
Definition at line 44 of file linearTsubDiameter.C.
References Foam::endl(), Foam::Info, and dimensioned< Type >::value().

|
virtual |
Destructor.
Definition at line 95 of file linearTsubDiameter.C.
| TypeName | ( | "linearTsub" | ) |
Runtime type information.
|
virtual |
Get the diameter field.
Implements diameterModel.
Definition at line 101 of file linearTsubDiameter.C.
|
virtual |
Correct the model.
Reimplemented from diameterModel.
Definition at line 107 of file linearTsubDiameter.C.
References Foam::max(), and Foam::min().

|
virtual |
Read phaseProperties dictionary.
Reimplemented from diameterModel.
Definition at line 129 of file linearTsubDiameter.C.
References saturationTemperatureModel::New(), and diameterModel::read().
