Constant dispersed-phase particle diameter model. More...


Public Member Functions | |
| TypeName ("constant") | |
| Runtime type information. More... | |
| constant (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. More... | |
| virtual | ~constant () |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const |
| Return the diameter as a field. More... | |
| virtual bool | read (const dictionary &diameterProperties) |
| Read diameterProperties dictionary. More... | |
| TypeName ("constant") | |
| Runtime type information. More... | |
| constant (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. More... | |
| virtual | ~constant () |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const |
| Return the diameter as a field. More... | |
| virtual bool | read (const dictionary &diameterProperties) |
| Read diameterProperties 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... | |
| virtual void | correct () |
| Correct the diameter field. 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... | |
| virtual void | correct () |
| Correct the diameter field. 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_ |
Constant dispersed-phase particle diameter model.
Definition at line 48 of file constantDiameter.H.
| constant | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from components.
Definition at line 46 of file constantDiameter.C.
|
virtual |
Destructor.
Definition at line 58 of file constantDiameter.C.
| constant | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Return the diameter as a field.
Implements diameterModel.
Definition at line 64 of file constantDiameter.C.
References GeometricField< scalar, fvPatchField, volMesh >::New(), and IOobjectOption::NO_REGISTER.

|
virtual |
Read diameterProperties dictionary.
Implements diameterModel.
Definition at line 76 of file constantDiameter.C.
References diameterModel::read().

| TypeName | ( | "constant" | ) |
Runtime type information.
|
virtual |
Return the diameter as a field.
Implements diameterModel.
|
virtual |
Read diameterProperties dictionary.
Implements diameterModel.