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.
Definition at line 40 of file swarmCorrection.C.
|
virtual |
Destructor.
Definition at line 52 of file swarmCorrection.C.
| TypeName | ( | "swarmCorrection" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| swarmCorrection | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseInterface &interface) | , | ||
| (dict, interface) | |||
| ) |
|
static |
Definition at line 32 of file swarmCorrectionNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, and phaseInterface::name().

|
pure virtual |
Swarm correction coefficient.
Implemented in TomiyamaSwarm, and noSwarm.
|
protected |
Interface.
Definition at line 61 of file swarmCorrection.H.