Model for the time scale over which the velocity field of a dispersed phase tends towards an isotropic distribution. More...
#include <isotropic.H>


Public Member Functions | |
| TypeName ("isotropic") | |
| Runtime type information. | |
| isotropic (const dictionary &dict) | |
| Constructors. | |
| isotropic (const isotropic &hc) | |
| Construct a copy. | |
| virtual autoPtr< TimeScaleModel > | clone () const |
| Construct and return a clone. | |
| virtual | ~isotropic () |
| Destructor. | |
| tmp< FieldField< Field, scalar > > | oneByTau (const FieldField< Field, scalar > &alpha, const FieldField< Field, scalar > &r32, const FieldField< Field, scalar > &uSqr, const FieldField< Field, scalar > &f) const |
| Member Functions. | |
| Public Member Functions inherited from TimeScaleModel | |
| TypeName ("timeScaleModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, TimeScaleModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime constructor selection table. | |
| TimeScaleModel (const dictionary &dict) | |
| Constructors. | |
| TimeScaleModel (const TimeScaleModel &sm) | |
| Construct a copy. | |
| virtual | ~TimeScaleModel () |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from TimeScaleModel | |
| static autoPtr< TimeScaleModel > | New (const dictionary &dict) |
| Selector. | |
| Protected Attributes inherited from TimeScaleModel | |
| scalar | alphaPacked_ |
| Close pack volume fraction. | |
| scalar | e_ |
| Coefficient of restitution. | |
Model for the time scale over which the velocity field of a dispersed phase tends towards an isotropic distribution.
Reference:
"Inclusion of collisional return-to-isotropy in the MP-PIC method"
P O'Rourke and D Snider
Chemical Engineering Science
Volume 80, Issue 0, Pages 39-54, December 2012
Definition at line 60 of file isotropic.H.
| isotropic | ( | const dictionary & | dict | ) |
Constructors.
Construct from components
Definition at line 44 of file isotropic.C.
References dict, and TimeScaleModel::TimeScaleModel().
Referenced by clone(), isotropic(), and TypeName().


| isotropic | ( | const isotropic & | hc | ) |
Construct a copy.
Definition at line 53 of file isotropic.C.
References isotropic(), and TimeScaleModel::TimeScaleModel().

|
virtual |
Destructor.
Definition at line 64 of file isotropic.C.
| TypeName | ( | "isotropic" | ) |
Runtime type information.
References dict, and isotropic().

|
inlinevirtual |
Construct and return a clone.
Implements TimeScaleModel.
Definition at line 89 of file isotropic.H.
References isotropic().

|
virtual |
Member Functions.
Time scale
Implements TimeScaleModel.
Definition at line 71 of file isotropic.C.
References alpha, TimeScaleModel::alphaPacked_, TimeScaleModel::e_, f(), Foam::max(), Foam::constant::mathematical::pi(), and Foam::sqrt().
