Diameter model for purely continuous phases. More...


Public Member Functions | |
| TypeName ("none") | |
| Runtime type information. More... | |
| noDiameter (const dictionary &diameterProperties, const phaseModel &phase) | |
| Construct from dictionary and phase. More... | |
| virtual | ~noDiameter () |
| Destructor. More... | |
| virtual tmp< volScalarField > | d () const |
| Get the diameter field. More... | |
| virtual tmp< volScalarField > | Av () const |
| Return the surface area per unit volume. 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... | |
| virtual void | correct () |
| Correct the model. More... | |
| virtual bool | read (const dictionary &phaseProperties) |
| Read phaseProperties dictionary. 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... | |
Diameter model for purely continuous phases.
Definition at line 50 of file noDiameter.H.
| noDiameter | ( | const dictionary & | diameterProperties, |
| const phaseModel & | phase | ||
| ) |
Construct from dictionary and phase.
Definition at line 43 of file noDiameter.C.
|
virtual |
Destructor.
Definition at line 55 of file noDiameter.C.
| TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Get the diameter field.
Implements diameterModel.
Definition at line 62 of file noDiameter.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

|
virtual |
Return the surface area per unit volume.
Implements diameterModel.
Definition at line 74 of file noDiameter.C.
References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.
