Drag model modifier to take into account large fractions (swarms) of the dispersed phase. Often not appropriate as these effects are a fundamental part of the drag model formulation (e.g. Ergun). Use with care. More...
Public Member Functions | |
TypeName ("swarmCorrection") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, swarmCorrection, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
swarmCorrection (const dictionary &dict, const phaseInterface &interface) | |
Construct from a dictionary and an interface. More... | |
virtual | ~swarmCorrection () |
Destructor. More... | |
virtual tmp< volScalarField > | Cs () const =0 |
Swarm correction coefficient. More... | |
Static Public Member Functions | |
static autoPtr< swarmCorrection > | New (const dictionary &dict, const phaseInterface &interface) |
Protected Attributes | |
const dispersedPhaseInterface | interface_ |
Interface. More... | |
Drag model modifier to take into account large fractions (swarms) of the dispersed phase. Often not appropriate as these effects are a fundamental part of the drag model formulation (e.g. Ergun). Use with care.
Definition at line 54 of file swarmCorrection.H.
swarmCorrection | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
|
virtual |
Destructor.
TypeName | ( | "swarmCorrection" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
swarmCorrection | , | ||
dictionary | , | ||
(const dictionary &dict, const phaseInterface &interface) | , | ||
(dict, interface) | |||
) |
|
static |
|
pure virtual |
Swarm correction coefficient.
Implemented in TomiyamaSwarm, and noSwarm.
|
protected |
Interface.
Definition at line 61 of file swarmCorrection.H.