

Public Member Functions | |
| TypeName ("swarmCorrection") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, swarmCorrection, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
| swarmCorrection (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. 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 phasePair &pair) |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. More... | |
Definition at line 52 of file swarmCorrection.H.
| swarmCorrection | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| TypeName | ( | "swarmCorrection" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| swarmCorrection | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | |||
| ) |
|
static |
|
pure virtual |
Swarm correction coefficient.
Implemented in TomiyamaSwarm, and noSwarm.
|
protected |
Phase pair.
Definition at line 59 of file swarmCorrection.H.