Uniform spherical shape. More...


Public Member Functions | |
| TypeName ("spherical") | |
| Runtime type information. More... | |
| spherical (const dictionary &dict, const sizeGroup &group) | |
| Construct from dictionary and sizeGroup. More... | |
| virtual | ~spherical () |
| Destructor. More... | |
| virtual const tmp< volScalarField > | a () const |
| Return representative surface area of the sizeGroup. More... | |
| virtual const tmp< volScalarField > | d () const |
| Return representative diameter of the sizeGroup. More... | |
Public Member Functions inherited from shapeModel | |
| TypeName ("shapeModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, shapeModel, dictionary,(const dictionary &dict, const sizeGroup &group),(dict, group)) | |
| shapeModel (const dictionary &dict, const sizeGroup &group) | |
| Construct from dictionary and sizeGroup. More... | |
| shapeModel (const shapeModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~shapeModel () |
| Destructor. More... | |
| const sizeGroup & | SizeGroup () const |
| Return reference to size group. More... | |
| virtual void | correct () |
| Correct physical diameter. More... | |
| virtual void | addCoalescence (const volScalarField &Su, const sizeGroup &fj, const sizeGroup &fk) |
| Add coalescence contribution to secondary property source. More... | |
| virtual void | addBreakup (const volScalarField &Su, const sizeGroup &fj) |
| Add breakup contribution to secondary property source. More... | |
| virtual void | addDrift (const volScalarField &Su, const sizeGroup &fu, const driftModel &model) |
| Add drift contribution to secondary property source. More... | |
| virtual void | addNucleation (const volScalarField &Su, const sizeGroup &fi, const nucleationModel &model) |
| Add nucleation contribution to secondary property source. More... | |
| virtual void | reset () |
| Reset secondary property source. More... | |
| void | operator= (const shapeModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from shapeModel | |
| static autoPtr< shapeModel > | New (const dictionary &dict, const sizeGroup &group) |
Protected Attributes inherited from shapeModel | |
| const sizeGroup & | sizeGroup_ |
| Reference to sizeGroup. More... | |
| spherical | ( | const dictionary & | dict, |
| const sizeGroup & | group | ||
| ) |
Construct from dictionary and sizeGroup.
Definition at line 53 of file spherical.C.
|
virtual |
Destructor.
Definition at line 66 of file spherical.C.
| TypeName | ( | "spherical" | ) |
Runtime type information.
|
virtual |
Return representative surface area of the sizeGroup.
Implements shapeModel.
Definition at line 73 of file spherical.C.
References GeometricField< Type, PatchField, GeoMesh >::New().

|
virtual |
Return representative diameter of the sizeGroup.
Implements shapeModel.
Definition at line 88 of file spherical.C.
References GeometricField< Type, PatchField, GeoMesh >::New().
