Michaels & Bolger relative velocity model. More...


Public Member Functions | |
| TypeName ("MichaelsBolger") | |
| Runtime type information. More... | |
| MichaelsBolger (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) | |
| Construct from components. More... | |
| ~MichaelsBolger () | |
| Destructor. More... | |
| virtual tmp< volScalarField > | UdmCoeff () const |
| Return the diffusion velocity coefficient. More... | |
Public Member Functions inherited from relativeVelocityModel | |
| TypeName ("relativeVelocityModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, relativeVelocityModel, dictionary,(const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g),(dict, mixture, g)) | |
| Declare runtime constructor selection table. More... | |
| relativeVelocityModel (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) | |
| Construct from components. More... | |
| relativeVelocityModel (const relativeVelocityModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~relativeVelocityModel () |
| Destructor. More... | |
| const incompressibleDriftFluxMixture & | mixture () const |
| Mixture properties. More... | |
| const volVectorField & | Udm () const |
| Return the diffusion velocity of the dispersed phase. More... | |
| tmp< volVectorField > | acceleration () const |
| Return the dispersed phase acceleration. More... | |
| tmp< volSymmTensorField > | tauDm () const |
| Return the stress tensor due to the phase transport. More... | |
| tmp< volVectorField > | divDevTau () const |
| Return the div stress tensor due to the phase transport. More... | |
| virtual void | correct () |
| Update the diffusion velocity. More... | |
| void | operator= (const relativeVelocityModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from relativeVelocityModel | |
| static autoPtr< relativeVelocityModel > | New (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) |
Protected Attributes inherited from relativeVelocityModel | |
| const incompressibleDriftFluxMixture & | mixture_ |
| Mixture properties. More... | |
| const uniformDimensionedVectorField & | g_ |
| Acceleration due to gravity. More... | |
| volVectorField | Udm_ |
| Dispersed diffusion velocity. More... | |
Michaels & Bolger relative velocity model.
Reference:
Michaels, A. S., & Bolger, J. C. (1962).
Settling rates and sediment volumes
of flocculated kaolin suspensions.
Industrial & Engineering Chemistry Fundamentals, 1(1), 24-33.
relativeVelocityModel MichaelsBolger;
MichaelsBolgerCoeffs
{
a0 0; // Extended Michaels & Bolger coefficient,
a1 4.65; // Exponent
}
Definition at line 70 of file MichaelsBolger.H.
| MichaelsBolger | ( | const dictionary & | dict, |
| const incompressibleDriftFluxMixture & | mixture, | ||
| const uniformDimensionedVectorField & | g | ||
| ) |
Construct from components.
Definition at line 48 of file MichaelsBolger.C.
| ~MichaelsBolger | ( | ) |
Destructor.
Definition at line 64 of file MichaelsBolger.C.
| TypeName | ( | "MichaelsBolger" | ) |
Runtime type information.
|
virtual |
Return the diffusion velocity coefficient.
Udm = UdmCoeff*acceleration
Implements relativeVelocityModel.
Definition at line 71 of file MichaelsBolger.C.
References alphaMax(), Foam::max(), and Foam::pow().
