Base class for dispersion modelling. More...
Public Member Functions | |
| TypeName ("dispersionModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, DispersionModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
| DispersionModel (CloudType &owner) | |
| Construct null from owner. More... | |
| DispersionModel (const dictionary &dict, CloudType &owner, const word &type) | |
| Construct from components. More... | |
| DispersionModel (const DispersionModel< CloudType > &dm) | |
| Construct copy. More... | |
| virtual autoPtr< DispersionModel< CloudType > > | clone () const =0 |
| Construct and return a clone. More... | |
| virtual | ~DispersionModel () |
| Destructor. More... | |
| virtual vector | update (const scalar dt, const label celli, const vector &U, const vector &Uc, vector &UTurb, scalar &tTurb)=0 |
| Update (disperse particles) More... | |
Static Public Member Functions | |
| static autoPtr< DispersionModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
| Selector. More... | |
Base class for dispersion modelling.
Definition at line 86 of file KinematicCloud.H.
| DispersionModel | ( | CloudType & | owner | ) |
Construct null from owner.
Definition at line 33 of file DispersionModel.C.
| DispersionModel | ( | const dictionary & | dict, |
| CloudType & | owner, | ||
| const word & | type | ||
| ) |
Construct from components.
Definition at line 41 of file DispersionModel.C.
| DispersionModel | ( | const DispersionModel< CloudType > & | dm | ) |
Construct copy.
Definition at line 53 of file DispersionModel.C.
|
virtual |
Destructor.
Definition at line 64 of file DispersionModel.C.
| TypeName | ( | "dispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| DispersionModel< CloudType > | , | ||
| dictionary | , | ||
| (const dictionary &dict, CloudType &owner) | , | ||
| (dict, owner) | |||
| ) |
|
pure virtual |
Construct and return a clone.
Implemented in DispersionRASModel< CloudType >, GradientDispersionRAS< CloudType >, NoDispersion< CloudType >, and StochasticDispersionRAS< CloudType >.
|
static |
Selector.
Definition at line 36 of file DispersionModelNew.C.
|
pure virtual |
Update (disperse particles)
Implemented in DispersionRASModel< CloudType >, GradientDispersionRAS< CloudType >, NoDispersion< CloudType >, and StochasticDispersionRAS< CloudType >.