Equilibrium model for the time scale over which properties of a dispersed phase tend towards the mean value. More...


Public Member Functions | |
| TypeName ("equilibrium") | |
| Runtime type information. More... | |
| equilibrium (const dictionary &dict) | |
| Constructors. More... | |
| equilibrium (const equilibrium &hc) | |
| Construct a copy. More... | |
| virtual autoPtr< TimeScaleModel > | clone () const |
| Construct and return a clone. More... | |
| virtual | ~equilibrium () |
| Destructor. More... | |
| 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. More... | |
Public Member Functions inherited from TimeScaleModel | |
| TypeName ("timeScaleModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, TimeScaleModel, dictionary,(const dictionary &dict),(dict)) | |
| Declare runtime constructor selection table. More... | |
| TimeScaleModel (const dictionary &dict) | |
| Constructors. More... | |
| TimeScaleModel (const TimeScaleModel &sm) | |
| Construct a copy. More... | |
| virtual | ~TimeScaleModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from TimeScaleModel | |
| static autoPtr< TimeScaleModel > | New (const dictionary &dict) |
| Selector. More... | |
Protected Attributes inherited from TimeScaleModel | |
| scalar | alphaPacked_ |
| Close pack volume fraction. More... | |
| scalar | e_ |
| Coefficient of restitution. More... | |
Equilibrium model for the time scale over which properties of a dispersed phase tend towards the mean value.
Reference:
"A model for collisional exchange in gas/liquid/solid fluidised beds"
P O'Rourke, P Zhao and D Snider
Chemical Engineering Science
Volume 64, Issue 8, Pages 1784-1797, April 2009
Definition at line 59 of file equilibrium.H.
| equilibrium | ( | const dictionary & | dict | ) |
Constructors.
Construct from components
Definition at line 49 of file equilibrium.C.
Referenced by equilibrium::clone().

| equilibrium | ( | const equilibrium & | hc | ) |
Construct a copy.
Definition at line 58 of file equilibrium.C.
|
virtual |
Destructor.
Definition at line 69 of file equilibrium.C.
| TypeName | ( | "equilibrium" | ) |
Runtime type information.
|
inlinevirtual |
Construct and return a clone.
Implements TimeScaleModel.
Definition at line 78 of file equilibrium.H.
References equilibrium::equilibrium().

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