Base class for collisional return-to-isotropy models. More...
Public Member Functions | |
TypeName ("isotropyModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, IsotropyModel, dictionary,(const dictionary &dict, CloudType &owner),(dict, owner)) | |
Declare runtime constructor selection table. More... | |
IsotropyModel (CloudType &owner) | |
Construct null from owner. More... | |
IsotropyModel (const dictionary &dict, CloudType &owner, const word &type) | |
Construct from components. More... | |
IsotropyModel (const IsotropyModel< CloudType > &cm) | |
Construct a copy. More... | |
virtual autoPtr< IsotropyModel< CloudType > > | clone () const =0 |
Construct and return a clone. More... | |
virtual | ~IsotropyModel () |
Destructor. More... | |
virtual void | calculate ()=0 |
Member Functions. More... | |
Static Public Member Functions | |
static autoPtr< IsotropyModel< CloudType > > | New (const dictionary &dict, CloudType &owner) |
Selector. More... | |
Protected Attributes | |
autoPtr< TimeScaleModel > | timeScaleModel_ |
Time scale model. More... | |
Base class for collisional return-to-isotropy models.
Definition at line 59 of file MPPICCloud.H.
IsotropyModel | ( | CloudType & | owner | ) |
Construct null from owner.
Definition at line 33 of file IsotropyModel.C.
IsotropyModel | ( | const dictionary & | dict, |
CloudType & | owner, | ||
const word & | type | ||
) |
Construct from components.
Definition at line 42 of file IsotropyModel.C.
IsotropyModel | ( | const IsotropyModel< CloudType > & | cm | ) |
Construct a copy.
Definition at line 61 of file IsotropyModel.C.
|
virtual |
Destructor.
Definition at line 73 of file IsotropyModel.C.
TypeName | ( | "isotropyModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
IsotropyModel | , | ||
dictionary | , | ||
(const dictionary &dict, CloudType &owner) | , | ||
(dict, owner) | |||
) |
Declare runtime constructor selection table.
|
pure virtual |
Construct and return a clone.
|
static |
Selector.
Definition at line 82 of file IsotropyModel.C.
|
pure virtual |
Member Functions.
Calculate velocities
Implemented in Stochastic< CloudType >, and NoIsotropy< CloudType >.
|
protected |
Time scale model.
Definition at line 64 of file IsotropyModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.