Usher packing dispersion model for sewage and mineral slurries, both cetrifugated and filtered. More...


Public Member Functions | |
| TypeName ("Usher") | |
| Runtime type information. More... | |
| Usher (const dictionary &dict, const relativeVelocityModel &relativeVelocity) | |
| Construct from components. More... | |
| ~Usher () | |
| Destructor. More... | |
| virtual tmp< volScalarField > | sigmaPrime () const |
| Return the derivative of the packing stress w.r.t. phase-fraction. More... | |
Public Member Functions inherited from packingDispersionModel | |
| TypeName ("packingDispersionModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, packingDispersionModel, dictionary,(const dictionary &dict, const relativeVelocityModel &relativeVelocity),(dict, relativeVelocity)) | |
| Declare runtime constructor selection table. More... | |
| packingDispersionModel (const relativeVelocityModel &relativeVelocity) | |
| Construct from components. More... | |
| packingDispersionModel (const packingDispersionModel &)=delete | |
| Disallow default bitwise copy construction. More... | |
| virtual | ~packingDispersionModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | Dd () const |
| Return the diffusion coefficient of the dispersed phase. More... | |
| void | operator= (const packingDispersionModel &)=delete |
| Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from packingDispersionModel | |
| static autoPtr< packingDispersionModel > | New (const dictionary &dict, const relativeVelocityModel &relativeVelocity) |
Protected Attributes inherited from packingDispersionModel | |
| const relativeVelocityModel & | relativeVelocity_ |
| Relative velocity model. More... | |
| const incompressibleDriftFluxMixture & | mixture_ |
| Mixture properties. More... | |
Usher packing dispersion model for sewage and mineral slurries, both cetrifugated and filtered.
Reference:
Usher, S. P., Studer, L. J., Wall, R. C., & Scales, P. J. (2013).
Characterisation of dewaterability from equilibrium
and transient centrifugation test data.
Chemical Engineering Science, 93, 277-291. packingDispersionModel Usher;
UsherCoeffs
{
alphaGel 0.1;
alphap 0.8;
alphacp 0.8;
alphag 0;
alphaMax 1;
b1 2e-3;
sigma01 3.18663;
n1 11;
b2 1;
}
Example usage for waste water:
packingDispersionModel Usher;
UsherCoeffs
{
alphaGel 0.025;
alphap 0.09;
alphacp 0.63;
alphag 0.01;
alphaMax 0.63;
b1 0.01;
sigma01 225.534;
n1 6.6;
b2 0.01;
}
| Usher | ( | const dictionary & | dict, |
| const relativeVelocityModel & | relativeVelocity | ||
| ) |
| TypeName | ( | "Usher" | ) |
Runtime type information.
|
virtual |
Return the derivative of the packing stress w.r.t. phase-fraction.
Implements packingDispersionModel.
Definition at line 149 of file Usher.C.
References Foam::pos().
