Base class for modelling the shape of the particles belonging to a size class through alternative diameters, e.g. a collisional diameter, which can then be utilised in population balance submodels, e.g. for modelling fractal aggregation.
More...
|
| | 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 tmp< volScalarField > | a (const label i) const =0 |
| | Return representative surface area of the group. More...
|
| |
| virtual tmp< volScalarField > | d (const label i) const =0 |
| | Return representative diameter of the group. 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...
|
| |
Base class for modelling the shape of the particles belonging to a size class through alternative diameters, e.g. a collisional diameter, which can then be utilised in population balance submodels, e.g. for modelling fractal aggregation.
- Source files
-
Definition at line 58 of file shapeModel.H.