#include <dragModel.H>


Public Member Functions | |
| TypeName ("dragModel") | |
| Runtime type information. | |
| 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 |
| Destructor. | |
| 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 drag function K used in the momentum eq. | |
Static Public Member Functions | |
| static autoPtr< dragModel > | New (const dictionary &dict, const phaseModel &phase1, const phaseModel &phase2) |
Protected Attributes | |
| const dictionary & | interfaceDict_ |
| const phaseModel & | phase1_ |
| const phaseModel & | phase2_ |
| dimensionedScalar | residualPhaseFraction_ |
| dimensionedScalar | residualSlip_ |
| dragModel | ( | const dictionary & | dict, |
| const phaseModel & | phase1, | ||
| const phaseModel & | phase2 ) |
Definition at line 38 of file dragModel.C.
References dict, Foam::dimless, Foam::dimVelocity, interfaceDict_, phase1(), phase1_, phase2(), phase2_, residualPhaseFraction_, and residualSlip_.
Referenced by blended::blended(), declareRunTimeSelectionTable(), Ergun::Ergun(), Gibilaro::Gibilaro(), GidaspowErgunWenYu::GidaspowErgunWenYu(), GidaspowSchillerNaumann::GidaspowSchillerNaumann(), interface::interface(), SchillerNaumann::SchillerNaumann(), SyamlalOBrien::SyamlalOBrien(), and WenYu::WenYu().


|
virtualdefault |
| TypeName | ( | "dragModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| dragModel | , | ||
| dictionary | , | ||
| (const dictionary &interfaceDict, const phaseModel &phase1, const phaseModel &phase2) | , | ||
| (interfaceDict, phase1, phase2) | ) |
|
static |
Definition at line 56 of file dragModel.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, phase1(), and phase2().
Referenced by blended::blended(), and multiphaseSystem::multiphaseSystem().


|
inline |
Definition at line 114 of file dragModel.H.
References phase1_.
Referenced by blended::blended(), declareRunTimeSelectionTable(), multiphaseSystem::dragCoeffs(), dragModel(), Ergun::Ergun(), Gibilaro::Gibilaro(), GidaspowErgunWenYu::GidaspowErgunWenYu(), GidaspowSchillerNaumann::GidaspowSchillerNaumann(), interface::interface(), New(), SchillerNaumann::SchillerNaumann(), SyamlalOBrien::SyamlalOBrien(), blended::TypeName(), Ergun::TypeName(), Gibilaro::TypeName(), GidaspowErgunWenYu::TypeName(), GidaspowSchillerNaumann::TypeName(), interface::TypeName(), SchillerNaumann::TypeName(), SyamlalOBrien::TypeName(), WenYu::TypeName(), WenYu::WenYu(), and ~dragModel().

|
inline |
Definition at line 119 of file dragModel.H.
References phase2_.
Referenced by blended::blended(), declareRunTimeSelectionTable(), multiphaseSystem::dragCoeffs(), dragModel(), Ergun::Ergun(), Gibilaro::Gibilaro(), GidaspowErgunWenYu::GidaspowErgunWenYu(), GidaspowSchillerNaumann::GidaspowSchillerNaumann(), interface::interface(), New(), SchillerNaumann::SchillerNaumann(), SyamlalOBrien::SyamlalOBrien(), blended::TypeName(), Ergun::TypeName(), Gibilaro::TypeName(), GidaspowErgunWenYu::TypeName(), GidaspowSchillerNaumann::TypeName(), interface::TypeName(), SchillerNaumann::TypeName(), SyamlalOBrien::TypeName(), WenYu::TypeName(), WenYu::WenYu(), and ~dragModel().

|
inline |
Definition at line 124 of file dragModel.H.
References residualPhaseFraction_.
Referenced by multiphaseSystem::dragCoeffs().

|
inline |
Definition at line 129 of file dragModel.H.
References residualSlip_.
Referenced by multiphaseSystem::dragCoeffs().

|
pure virtual |
The drag function 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 implementing the drag function ********************************** NB! *****************************
Implemented in blended, Ergun, Gibilaro, GidaspowErgunWenYu, GidaspowSchillerNaumann, interface, SchillerNaumann, SyamlalOBrien, and WenYu.
Referenced by multiphaseSystem::dragCoeffs().

|
protected |
Definition at line 56 of file dragModel.H.
Referenced by dragModel().
|
protected |
Definition at line 57 of file dragModel.H.
Referenced by dragModel(), Ergun::K(), Gibilaro::K(), GidaspowErgunWenYu::K(), GidaspowSchillerNaumann::K(), SchillerNaumann::K(), SyamlalOBrien::K(), WenYu::K(), and phase1().
|
protected |
Definition at line 58 of file dragModel.H.
Referenced by dragModel(), Ergun::K(), Gibilaro::K(), GidaspowErgunWenYu::K(), GidaspowSchillerNaumann::K(), SchillerNaumann::K(), SyamlalOBrien::K(), WenYu::K(), and phase2().
|
protected |
Definition at line 59 of file dragModel.H.
Referenced by dragModel(), and residualPhaseFraction().
|
protected |
Definition at line 60 of file dragModel.H.
Referenced by dragModel(), and residualSlip().