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


Public Member Functions | |
| TypeName ("isothermal") | |
| Runtime type information. More... | |
| isothermal (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from components. More... | |
| virtual | ~isothermal () |
| Destructor. More... | |
| virtual void | correct () |
| Correct the diameter field. 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) | |
| virtual | ~spherical () |
| Destructor. 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) | |
| virtual | ~diameterModel () |
| Destructor. More... | |
| const dictionary & | diameterProperties () const |
| Return the phase diameter properties dictionary. More... | |
| const phaseModel & | phase () const |
| Return the phase. More... | |
| tmp< volScalarField > | d () const |
| Return the diameter. More... | |
| tmp< volScalarField > | a () const |
| Return the surface area per unit volume. More... | |
Protected Member Functions | |
| virtual tmp< volScalarField > | calcD () const |
| Get the diameter field. More... | |
Protected Member Functions inherited from spherical | |
| virtual tmp< volScalarField > | calcA () const |
| Get the diameter field. More... | |
Protected Member Functions inherited from diameterModel | |
| volScalarField & | dRef () |
| Get a reference to the stored diameter field. More... | |
| volScalarField & | aRef () |
| Get a reference to the stored surface area per unit volume field. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from diameterModel | |
| static autoPtr< diameterModel > | New (const dictionary &diameterProperties, const phaseModel &phase) |
Isothermal dispersed-phase particle diameter model.
Definition at line 50 of file isothermalDiameter.H.
| isothermal | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from components.
|
virtual |
Destructor.
|
protectedvirtual |
Get the diameter field.
Implements diameterModel.
| TypeName | ( | "isothermal" | ) |
Runtime type information.
|
virtual |
Correct the diameter field.
Reimplemented from diameterModel.
|
virtual |
Read phaseProperties dictionary.
Reimplemented from diameterModel.