Public Member Functions |
|
| TypeName ("forceModel") |
|
| declareRunTimeSelectionTable (autoPtr, forceModel, dictionary,(const dictionary &dict, cfdemCloud &sm),(dict, sm)) |
|
| forceModel (const dictionary &dict, cfdemCloud &sm) |
|
virtual void | setForce (double **const &mask, double **&, double **&, double **&) const =0 |
|
virtual void | manipulateScalarField (volScalarField &) const |
|
word | modelType () |
|
volVectorField & | impParticleForces () const |
|
volVectorField & | expParticleForces () const |
|
const bool & | coupleForce () const |
|
| TypeName ("forceModel") |
|
| declareRunTimeSelectionTable (autoPtr, forceModel, dictionary,(const dictionary &dict, cfdemCloud &sm),(dict, sm)) |
|
| forceModel (const dictionary &dict, cfdemCloud &sm) |
|
virtual void | setForce (double **const &mask, double **&, double **&, double **&) const =0 |
|
virtual void | manipulateScalarField (volScalarField &) const |
|
word | modelType () |
|
volVectorField & | impParticleForces () const |
|
volVectorField & | expParticleForces () const |
|
const bool & | coupleForce () const |
Static Public Member Functions |
|
static autoPtr< forceModel > | New (const dictionary &dict, cfdemCloud &sm, word forceType) |
|
static autoPtr< forceModel > | New (const dictionary &dict, cfdemCloud &sm, word forceType) |
Protected Attributes |
|
const dictionary & | dict_ |
|
cfdemCloud & | particleCloud_ |
|
Switch | treatExplicit_ |
|
Switch | treatDEM_ |
|
volVectorField | impParticleForces_ |
|
volVectorField | expParticleForces_ |
|
bool | coupleForce_ |
|
const word | modelType_ |