|
| | 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...
|
| |
| | 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...
|
| |
Uniform spherical shape.
- Source files
-
Definition at line 52 of file spherical.H.