Public Member Functions | |
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 > | CdRe () const =0 |
Drag coefficient. 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 > | CdRe () const =0 |
Drag coefficient. 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... | |
Static Public Member Functions | |
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 Public Attributes | |
static const dimensionSet | dimK |
Coefficient dimensions. More... | |
Protected Attributes | |
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... | |
dragModel | ( | const dictionary & | interfaceDict, |
const phaseModel & | phase1, | ||
const phaseModel & | phase2 | ||
) |
|
virtual |
Destructor.
dragModel | ( | const dictionary & | dict, |
const phasePair & | pair, | ||
const bool | registerObject | ||
) |
|
virtual |
Destructor.
dragModel | ( | const dictionary & | dict, |
const phasePair & | pair, | ||
const bool | registerObject | ||
) |
|
virtual |
Destructor.
TypeName | ( | "dragModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
dragModel | , | ||
dictionary | , | ||
(const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) | , | ||
(interfaceDict, phase1, phase2) | |||
) |
|
static |
|
inline |
Definition at line 110 of file dragModel.H.
References dragModel::phase1_.
|
inline |
Definition at line 115 of file dragModel.H.
References dragModel::phase2_.
|
inline |
Definition at line 120 of file dragModel.H.
References dragModel::residualPhaseFraction_.
|
inline |
Definition at line 125 of file dragModel.H.
References dragModel::residualSlip_.
|
pure 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! *****************************
Implemented in WenYu, GidaspowSchillerNaumann, blended, Ergun, Gibilaro, SyamlalOBrien, GidaspowErgunWenYu, interface, and SchillerNaumann.
TypeName | ( | "dragModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
dragModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair, const bool registerObject) | , | ||
(dict, pair, registerObject) | |||
) |
|
static |
|
pure virtual |
Drag coefficient.
Implemented in TomiyamaAnalytic, TomiyamaAnalytic, GidaspowSchillerNaumann, GidaspowSchillerNaumann, GidaspowErgunWenYu, GidaspowErgunWenYu, Lain, segregated, Lain, segregated, TomiyamaCorrelated, TomiyamaCorrelated, WenYu, WenYu, IshiiZuber, IshiiZuber, SchillerNaumann, SchillerNaumann, Ergun, Gibilaro, Ergun, Gibilaro, SyamlalOBrien, and SyamlalOBrien.
|
virtual |
Return the phase-intensive drag coefficient Ki.
used in the momentum equations ddt(alpha1*rho1*U1) + ... = ... alphad*K*(U1-U2) ddt(alpha2*rho2*U2) + ... = ... alphad*K*(U2-U1)
|
virtual |
Return the drag coefficient K.
used in the momentum equations ddt(alpha1*rho1*U1) + ... = ... K*(U1-U2) ddt(alpha2*rho2*U2) + ... = ... K*(U2-U1)
Reimplemented in segregated, and segregated.
|
virtual |
Return the drag coefficient Kf.
used in the face-momentum equations
Reimplemented in segregated, and segregated.
bool writeData | ( | Ostream & | os | ) | const |
Dummy write for regIOobject.
TypeName | ( | "dragModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
dragModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair, const bool registerObject) | , | ||
(dict, pair, registerObject) | |||
) |
|
static |
|
pure virtual |
Drag coefficient.
Implemented in TomiyamaAnalytic, TomiyamaAnalytic, GidaspowSchillerNaumann, GidaspowSchillerNaumann, GidaspowErgunWenYu, GidaspowErgunWenYu, Lain, segregated, Lain, segregated, TomiyamaCorrelated, TomiyamaCorrelated, WenYu, WenYu, IshiiZuber, IshiiZuber, SchillerNaumann, SchillerNaumann, Ergun, Gibilaro, Ergun, Gibilaro, SyamlalOBrien, and SyamlalOBrien.
|
virtual |
Return the phase-intensive drag coefficient Ki.
used in the momentum equations ddt(alpha1*rho1*U1) + ... = ... alphad*K*(U1-U2) ddt(alpha2*rho2*U2) + ... = ... alphad*K*(U2-U1)
|
virtual |
Return the drag coefficient K.
used in the momentum equations ddt(alpha1*rho1*U1) + ... = ... K*(U1-U2) ddt(alpha2*rho2*U2) + ... = ... K*(U2-U1)
Reimplemented in segregated, and segregated.
|
virtual |
Return the drag coefficient Kf.
used in the face-momentum equations
Reimplemented in segregated, and segregated.
bool writeData | ( | Ostream & | os | ) | const |
Dummy write for regIOobject.
|
protected |
Definition at line 56 of file dragModel.H.
|
protected |
Definition at line 57 of file dragModel.H.
Referenced by dragModel::phase1().
|
protected |
Definition at line 58 of file dragModel.H.
Referenced by dragModel::phase2().
|
protected |
Definition at line 59 of file dragModel.H.
Referenced by dragModel::residualPhaseFraction().
|
protected |
Definition at line 60 of file dragModel.H.
Referenced by dragModel::residualSlip().
|
protected |
Phase pair.
Definition at line 62 of file dragModel.H.
|
protected |
Swarm correction.
Definition at line 65 of file dragModel.H.
|
static |
Coefficient dimensions.
Definition at line 93 of file dragModel.H.
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.