Swarm correction of Tomiyama et al. More...


Public Member Functions | |
| TypeName ("Tomiyama") | |
| Runtime type information. More... | |
| TomiyamaSwarm (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. More... | |
| virtual | ~TomiyamaSwarm () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Cs () const |
| Swarm correction coefficient. More... | |
Public Member Functions inherited from swarmCorrection | |
| 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... | |
Additional Inherited Members | |
Static Public Member Functions inherited from swarmCorrection | |
| static autoPtr< swarmCorrection > | New (const dictionary &dict, const phasePair &pair) |
Protected Attributes inherited from swarmCorrection | |
| const phasePair & | pair_ |
| Phase pair. More... | |
Swarm correction of Tomiyama et al.
Tomiyama, A., Kataoka, I., Fukuda, T., & Sakaguchi, T. (1995).
Drag coefficients of bubbles: 2nd report, drag coefficient for a swarm
of bubbles and its applicability to transient flow.
JSME Journal of Fluid Engineering, 61, 2810-2817.
Definition at line 58 of file TomiyamaSwarm.H.
| TomiyamaSwarm | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Swarm correction coefficient.
Implements swarmCorrection.