|
| TypeName ("Lain") |
| Runtime type information. More...
|
|
| Lain (const dictionary &dict, const phasePair &pair, const bool registerObject) |
| Construct from a dictionary and a phase pair. More...
|
|
virtual | ~Lain () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | CdRe () const |
| Drag coefficient. More...
|
|
| TypeName ("Lain") |
| Runtime type information. More...
|
|
| Lain (const dictionary &dict, const phasePair &pair, const bool registerObject) |
| Construct from a dictionary and a phase pair. More...
|
|
virtual | ~Lain () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | CdRe () const |
| Drag coefficient. More...
|
|
| TypeName ("dragModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2),(interfaceDict, phase1, phase2)) |
|
| dragModel (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) |
|
virtual | ~dragModel () |
| Destructor. More...
|
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
const dimensionedScalar & | residualPhaseFraction () const |
|
const dimensionedScalar & | residualSlip () const |
|
virtual tmp< volScalarField > | K (const volScalarField &Ur) const =0 |
| The dragfunction K used in the momentum eq. More...
|
|
| TypeName ("dragModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject)) |
|
| dragModel (const phasePair &pair, const bool registerObject) |
|
| dragModel (const dictionary &dict, const phasePair &pair, const bool registerObject) |
|
virtual | ~dragModel () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | Ki () const |
| Return the phase-intensive drag coefficient Ki. More...
|
|
virtual tmp< volScalarField > | K () const |
| Return the drag coefficient K. More...
|
|
virtual tmp< surfaceScalarField > | Kf () const |
| Return the drag coefficient Kf. More...
|
|
bool | writeData (Ostream &os) const |
| Dummy write for regIOobject. More...
|
|
| TypeName ("dragModel") |
| Runtime type information. More...
|
|
| declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &dict, const phasePair &pair, const bool registerObject),(dict, pair, registerObject)) |
|
| dragModel (const phasePair &pair, const bool registerObject) |
|
| dragModel (const dictionary &dict, const phasePair &pair, const bool registerObject) |
|
virtual | ~dragModel () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | Ki () const |
| Return the phase-intensive drag coefficient Ki. More...
|
|
virtual tmp< volScalarField > | K () const |
| Return the drag coefficient K. More...
|
|
virtual tmp< surfaceScalarField > | Kf () const |
| Return the drag coefficient Kf. More...
|
|
bool | writeData (Ostream &os) const |
| Dummy write for regIOobject. More...
|
|
Drag model of Lain et al.
References:
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.,
PhD Thesis, April 2013
"Modelling hydrodynamics and turbulence in a bubble column using the
Euler-Lagrange procedure"
Lain, S., Brodera, D., Sommerfelda, M., Goza, M.F.,
International Journal of Multiphase Flow
Volume 28, Issue 8, August 2002, pp. 1381-1407
- Source files
-
References:
"Implementation and Comparison of Correlations for interfacial Forces
in a Gas-Liquid System within an Euler-Euler Framework"
Otromke, M.,
PhD Thesis, April 2013
"Modelling hydrodynamics and turbulence in a bubble column using the
Euler-Lagrange procedure"
Lain, S., Brodera, D., Sommerfelda, M., Goza, M.F.,
International Journal of Multiphase Flow
Volume 28, Issue 8, August 2002, pp. 1381-1407
- Source files
-
Definition at line 69 of file Lain.H.