H, Enwald, E. Peirano, A-E Almstedt 'Eulerian Two-Phase Flow Theory Applied to Fluidization' Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996) Eq. 86-87, p. 40.
More...
|
| TypeName ("WenYu") |
| Runtime type information. More...
|
|
| WenYu (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) |
| Construct from components. More...
|
|
virtual | ~WenYu () |
| Destructor. More...
|
|
tmp< volScalarField > | K (const volScalarField &Ur) const |
| The dragfunction K used in the momentum eq. More...
|
|
| TypeName ("WenYu") |
| Runtime type information. More...
|
|
| WenYu (const dictionary &dict, const phasePair &pair, const bool registerObject) |
| Construct from a dictionary and a phase pair. More...
|
|
virtual | ~WenYu () |
| Destructor. More...
|
|
virtual tmp< volScalarField > | CdRe () const |
| Drag coefficient. More...
|
|
| TypeName ("WenYu") |
| Runtime type information. More...
|
|
| WenYu (const dictionary &dict, const phasePair &pair, const bool registerObject) |
| Construct from a dictionary and a phase pair. More...
|
|
virtual | ~WenYu () |
| 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 |
|
| 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...
|
|
H, Enwald, E. Peirano, A-E Almstedt 'Eulerian Two-Phase Flow Theory Applied to Fluidization' Int. J. Multiphase Flow, Vol. 22, Suppl, pp. 21-66 (1996) Eq. 86-87, p. 40.
Wen and Yu drag model.
This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in the Ph.D. thesis of Berend van Wachem 'Derivation, Implementation and Validation of Computer Simulation Models for Gas-Solid Fluidized Beds'
NB: The difference between the Gidaspow-version is the void-fraction in the Re-number
- Source files
-
Reference:
"Eulerian Two-Phase Flow Theory Applied to Fluidization"
Enwald, H., Peirano, E., Almstedt, A-E.,
Int. J. Multiphase Flow, Vol. 22, Suppl, 1996, pp. 21-66
Eq. 86-87, p. 40
- Source files
-
Reference:
"Eulerian Two-Phase Flow Theory Applied to Fluidization"
Enwald, H., Peirano, E., Almstedt, A-E.,
Int. J. Multiphase Flow, Vol. 22, Suppl, 1996, pp. 21-66
Eq. 86-87, p. 40
- Source files
-
Definition at line 63 of file WenYu.H.