Constant dispersed-phase particle diameter model. More...
#include <constantDiameter.H>


Public Member Functions | |
| TypeName ("constant") | |
| Runtime type information. | |
| constant (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. | |
| virtual | ~constant () |
| Destructor. | |
| virtual tmp< volScalarField > | d () const |
| Return the diameter as a field. | |
| virtual bool | read (const dictionary &diameterProperties) |
| Read diameterProperties dictionary. | |
| TypeName ("constant") | |
| Runtime type information. | |
| constant (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. | |
| virtual | ~constant () |
| Destructor. | |
| virtual tmp< volScalarField > | d () const |
| Return the diameter as a field. | |
| virtual bool | read (const dictionary &diameterProperties) |
| Read diameterProperties 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. | |
| virtual void | correct () |
| Correct the diameter field. | |
| 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. | |
| virtual void | correct () |
| Correct the diameter field. | |
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 45 of file constantDiameter.C.
References diameterModel::diameterModel(), diameterModel::diameterProperties(), diameterModel::diameterProperties_, Foam::dimLength, and diameterModel::phase().
Referenced by TypeName().


|
virtual |
Destructor.
Definition at line 58 of file constantDiameter.C.
| constant | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase ) |
Construct from components.
References diameterModel::diameterProperties(), and diameterModel::phase().

|
virtual |
Destructor.
| TypeName | ( | "constant" | ) |
Runtime type information.
References constant(), diameterModel::diameterProperties(), and diameterModel::phase().

|
virtual |
Return the diameter as a field.
Implements diameterModel.
Definition at line 64 of file constantDiameter.C.
References GeometricField< scalar, fvPatchField, volMesh >::New(), IOobjectOption::NO_REGISTER, and diameterModel::phase_.

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

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