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...
Public Member Functions | |
TypeName ("GidaspowSchillerNaumann") | |
Runtime type information. More... | |
GidaspowSchillerNaumann (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) | |
Construct from components. More... | |
virtual | ~GidaspowSchillerNaumann () |
Destructor. More... | |
tmp< volScalarField > | K (const volScalarField &Ur) const |
The dragfunction K used in the momentum eq. More... | |
TypeName ("GidaspowSchillerNaumann") | |
Runtime type information. More... | |
GidaspowSchillerNaumann (const dictionary &dict, const phasePair &pair, const bool registerObject) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~GidaspowSchillerNaumann () |
Destructor. More... | |
virtual tmp< volScalarField > | CdRe () const |
Drag coefficient. More... | |
TypeName ("GidaspowSchillerNaumann") | |
Runtime type information. More... | |
GidaspowSchillerNaumann (const dictionary &dict, const phasePair &pair, const bool registerObject) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~GidaspowSchillerNaumann () |
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... | |
Private Attributes | |
const dimensionedScalar | residualRe_ |
Residual Reynolds Number. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< dragModel > | New (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) |
static autoPtr< dragModel > | New (const dictionary &dict, const phasePair &pair) |
static autoPtr< dragModel > | New (const dictionary &dict, const phasePair &pair) |
![]() | |
static const dimensionSet | dimK |
Coefficient dimensions. More... | |
![]() | |
const dictionary & | interfaceDict_ |
const phaseModel & | phase1_ |
const phaseModel & | phase2_ |
dimensionedScalar | residualPhaseFraction_ |
dimensionedScalar | residualSlip_ |
const phasePair & | pair_ |
Phase pair. More... | |
autoPtr< swarmCorrection > | swarmCorrection_ |
Swarm correction. 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.
Gidaspow, Schiller and Naumann 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'
"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 This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in "Derivation, Implementation and Validation of Computer Simulation Models for Gas-Solid Fluidized Beds", Berend van Wachem Ph.D. thesis.
"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 This is identical to the Wen and Yu, Rowe model Table 3.6 p.56 in "Derivation, Implementation and Validation of Computer Simulation Models for Gas-Solid Fluidized Beds", Berend van Wachem Ph.D. thesis.
Definition at line 60 of file GidaspowSchillerNaumann.H.
GidaspowSchillerNaumann | ( | const dictionary & | interfaceDict, |
const phaseModel & | phase1, | ||
const phaseModel & | phase2 | ||
) |
Construct from components.
|
virtual |
Destructor.
GidaspowSchillerNaumann | ( | const dictionary & | dict, |
const phasePair & | pair, | ||
const bool | registerObject | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
GidaspowSchillerNaumann | ( | const dictionary & | dict, |
const phasePair & | pair, | ||
const bool | registerObject | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "GidaspowSchillerNaumann" | ) |
Runtime type information.
|
virtual |
The dragfunction K used in the momentum eq.
ddt(alpha1*rho1*U1) + ... = ... alpha1*alpha2*K*(U1-U2) ddt(alpha2*rho2*U2) + ... = ... alpha1*alpha2*K*(U2-U1) NB! ***************************** for numerical reasons alpha1 and alpha2 has been extracted from the dragFunction K, so you MUST divide K by alpha1*alpha2 when implemnting the drag function NB! *****************************
Implements dragModel.
TypeName | ( | "GidaspowSchillerNaumann" | ) |
Runtime type information.
|
virtual |
Drag coefficient.
Implements dragModel.
TypeName | ( | "GidaspowSchillerNaumann" | ) |
Runtime type information.
|
virtual |
Drag coefficient.
Implements dragModel.
|
private |
Residual Reynolds Number.
Definition at line 74 of file GidaspowSchillerNaumann.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.