Swarm correction of Tomiyama et al. More...
#include <TomiyamaSwarm.H>


Public Member Functions | |
| TypeName ("Tomiyama") | |
| Runtime type information. | |
| TomiyamaSwarm (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~TomiyamaSwarm () |
| Destructor. | |
| virtual tmp< volScalarField > | Cs () const |
| Swarm correction coefficient. | |
| TypeName ("Tomiyama") | |
| Runtime type information. | |
| TomiyamaSwarm (const dictionary &dict, const phasePair &pair) | |
| Construct from a dictionary and a phase pair. | |
| virtual | ~TomiyamaSwarm () |
| Destructor. | |
| virtual tmp< volScalarField > | Cs () const |
| Swarm correction coefficient. | |
| Public Member Functions inherited from swarmCorrection | |
| TypeName ("swarmCorrection") | |
| Runtime type information. | |
| 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. | |
| virtual | ~swarmCorrection ()=default |
| Destructor. | |
| TypeName ("swarmCorrection") | |
| Runtime type information. | |
| 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. | |
| virtual | ~swarmCorrection ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from swarmCorrection | |
| static autoPtr< swarmCorrection > | New (const dictionary &dict, const phasePair &pair) |
| static autoPtr< swarmCorrection > | New (const dictionary &dict, const phasePair &pair) |
| Protected Attributes inherited from swarmCorrection | |
| const phasePair & | pair_ |
| Phase pair. | |
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 56 of file TomiyamaSwarm.H.
| TomiyamaSwarm | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 44 of file TomiyamaSwarm.C.
References dict, Foam::dimless, swarmCorrection::pair_, and swarmCorrection::swarmCorrection().

|
virtual |
Destructor.
Definition at line 64 of file TomiyamaSwarm.C.
| TomiyamaSwarm | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
References dict.
|
virtual |
Destructor.
| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
References dict.
|
virtual |
Swarm correction coefficient.
Implements swarmCorrection.
Definition at line 71 of file TomiyamaSwarm.C.
References Foam::max(), swarmCorrection::pair_, and Foam::pow().

| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Swarm correction coefficient.
Implements swarmCorrection.