Spherical shape model. More...


Public Member Functions | |
| TypeName ("spherical") | |
| Runtime type information. More... | |
| spherical (const dictionary &dict, const populationBalanceModel &popBal) | |
| Construct from a dictionary. More... | |
| virtual | ~spherical () |
| Destructor. More... | |
| virtual tmp< volScalarField > | a (const label i) const |
| Return the representative surface area of a group. More... | |
| virtual tmp< volScalarField > | d (const label i) const |
| Return the representative diameter of a group. More... | |
Public Member Functions inherited from shapeModel | |
| TypeName ("shapeModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, shapeModel, dictionary,(const dictionary &dict, const populationBalanceModel &popBal),(dict, popBal)) | |
| shapeModel (const populationBalanceModel &popBal) | |
| Construct from a population balance model. More... | |
| shapeModel (const shapeModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~shapeModel () |
| Destructor. More... | |
| const populationBalanceModel & | popBal () const |
| Return reference to the population balance model. More... | |
| virtual void | solve () |
| Solve equations. More... | |
| virtual void | correct () |
| Correct the shape. More... | |
| virtual void | addCoalescence (const volScalarField::Internal &Su, const label i, const label j, const label k) |
| Add coalescence contribution to secondary property source. More... | |
| virtual void | addBreakup (const volScalarField::Internal &Su, const label i, const label j) |
| 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 populationBalanceModel &popBal) |
Protected Attributes inherited from shapeModel | |
| const populationBalanceModel & | popBal_ |
| Reference to the population balance model. More... | |
| spherical | ( | const dictionary & | dict, |
| const populationBalanceModel & | popBal | ||
| ) |
Construct from a dictionary.
Definition at line 52 of file spherical.C.
|
virtual |
Destructor.
Definition at line 64 of file spherical.C.
| TypeName | ( | "spherical" | ) |
Runtime type information.
|
virtual |
Return the representative surface area of a group.
Implements shapeModel.
Definition at line 71 of file spherical.C.
References mesh, Foam::name(), and GeometricField< Type, GeoMesh, PrimitiveField >::New().

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