Uniform spherical shape. More...


Public Member Functions | |
| TypeName ("spherical") | |
| Runtime type information. More... | |
| spherical (const dictionary &dict, const sizeGroup &group, const dictionary &groupDict) | |
| Construct from dictionaries 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, const dictionary &groupDict),(dict, group, groupDict)) | |
| shapeModel (const sizeGroup &group) | |
| Construct from sizeGroup. More... | |
| shapeModel (const shapeModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~shapeModel () |
| Destructor. More... | |
| const sizeGroup & | group () const |
| Return reference to size group. More... | |
| virtual void | correct () |
| Correct physical diameter. More... | |
| virtual void | addCoalescence (const volScalarField::Internal &Su, const sizeGroup &fj, const sizeGroup &fk) |
| Add coalescence contribution to secondary property source. More... | |
| virtual void | addBreakup (const volScalarField::Internal &Su, const sizeGroup &fj) |
| Add breakup 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, const dictionary &groupDict) |
| static const shapeModel & | model (const sizeGroup &) |
| Return the shape model for a given size group. More... | |
Protected Attributes inherited from shapeModel | |
| const sizeGroup & | group_ |
| Reference to sizeGroup. More... | |
| spherical | ( | const dictionary & | dict, |
| const sizeGroup & | group, | ||
| const dictionary & | groupDict | ||
| ) |
Construct from dictionaries and sizeGroup.
Definition at line 54 of file spherical.C.
|
virtual |
Destructor.
Definition at line 67 of file spherical.C.
| TypeName | ( | "spherical" | ) |
Runtime type information.
|
virtual |
Return representative surface area of the sizeGroup.
Implements shapeModel.
Definition at line 74 of file spherical.C.
References Foam::constant::atomic::group, mesh, GeometricField< Type, GeoMesh, PrimitiveField >::New(), and x.

|
virtual |
Return representative diameter of the sizeGroup.
Implements shapeModel.
Definition at line 89 of file spherical.C.
References Foam::constant::atomic::group, mesh, and GeometricField< Type, GeoMesh, PrimitiveField >::New().
