Swarm correction of Tomiyama et al. More...


Public Member Functions | |
| TypeName ("Tomiyama") | |
| Runtime type information. More... | |
| TomiyamaSwarm (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. 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 phaseInterface &interface),(dict, interface)) | |
| swarmCorrection (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~swarmCorrection () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from swarmCorrection | |
| static autoPtr< swarmCorrection > | New (const dictionary &dict, const phaseInterface &interface) |
Protected Attributes inherited from swarmCorrection | |
| const dispersedPhaseInterface | interface_ |
| Interface. More... | |
Swarm correction of Tomiyama et al.
Reference:
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 59 of file TomiyamaSwarm.H.
| TomiyamaSwarm | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 48 of file TomiyamaSwarm.C.
|
virtual |
Destructor.
Definition at line 71 of file TomiyamaSwarm.C.
| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Swarm correction coefficient.
Implements swarmCorrection.
Definition at line 78 of file TomiyamaSwarm.C.
References Foam::max(), and Foam::pow().
