D. Gidaspow, Multiphase flow and fluidization, Academic Press, New York, 1994. More...
D. Gidaspow, Multiphase flow and fluidization, Academic Press, New York, 1994.
Definition at line 50 of file GidaspowErgunWenYu.H.
Public Member Functions | |
TypeName ("GidaspowErgunWenYu") | |
Runtime type information.
| |
GidaspowErgunWenYu (const dictionary &interfaceDict, const volScalarField &alpha, const phaseModel &phasea, const phaseModel &phaseb) | |
Construct from components.
| |
virtual | ~GidaspowErgunWenYu () |
Destructor.
| |
tmp< volScalarField > | K (const volScalarField &Ur) const |
the dragfunction K used in the momentum eq.
|
GidaspowErgunWenYu | ( | const dictionary & | interfaceDict, |
const volScalarField & | alpha, | ||
const phaseModel & | phasea, | ||
const phaseModel & | phaseb | ||
) |
Construct from components.
virtual ~GidaspowErgunWenYu | ( | ) | [virtual]
|
Destructor.
TypeName | ( | "GidaspowErgunWenYu" | ) |
Runtime type information.
tmp<volScalarField> K | ( | const volScalarField & | Ur ) | const [virtual]
|
the dragfunction K used in the momentum eq.
ddt(alpha*rhoa*Ua) + ... = ... alpha*beta*K*(Ua-Ub) ddt(beta*rhob*Ub) + ... = ... alpha*beta*K*(Ub-Ua) NB ! ***************************** for numerical reasons alpha and beta has been extracted from the dragFunction K, so you MUST divide K by alpha*beta when implementing the drag function NB ! *****************************
Implements dragModel.