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") |
|
| WenYu (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) |
|
virtual | ~WenYu () |
|
tmp< volScalarField > | K (const volScalarField &Ur) const |
|
| TypeName ("WenYu") |
|
| WenYu (const dictionary &dict, const phasePair &pair, const bool registerObject) |
|
virtual | ~WenYu () |
|
virtual tmp< volScalarField > | CdRe () const |
|
| TypeName ("WenYu") |
|
| WenYu (const dictionary &dict, const phasePair &pair, const bool registerObject) |
|
virtual | ~WenYu () |
|
virtual tmp< volScalarField > | CdRe () const |
|
| TypeName ("dragModel") |
|
| declareRunTimeSelectionTable (autoPtr, dragModel, dictionary,(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2),(interfaceDict, phase1, phase2)) |
|
| dragModel (const dictionary &dict, const phaseModel &phase1, const phaseModel &phase2) |
|
virtual | ~dragModel ()=default |
|
const phaseModel & | phase1 () const |
|
const phaseModel & | phase2 () const |
|
const dimensionedScalar & | residualPhaseFraction () const |
|
const dimensionedScalar & | residualSlip () const |
|
| TypeName ("dragModel") |
|
| 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 () |
|
virtual tmp< volScalarField > | Ki () const |
|
virtual tmp< volScalarField > | K () const |
|
virtual tmp< surfaceScalarField > | Kf () const |
|
bool | writeData (Ostream &os) const |
|
| TypeName ("dragModel") |
|
| 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 () |
|
virtual tmp< volScalarField > | Ki () const |
|
virtual tmp< volScalarField > | K () const |
|
virtual tmp< surfaceScalarField > | Kf () const |
|
bool | writeData (Ostream &os) const |
|
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:
Enwald, H., Peirano, E., & Almstedt, A. E. (1996).
Eulerian two-phase flow theory applied to fluidization.
International Journal of Multiphase Flow, 22, 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 61 of file WenYu.H.