De Clercq packing dispersion model for waste water sludge. More...


Public Member Functions | |
| TypeName ("DeClercq") | |
| Runtime type information. More... | |
| DeClercq (const dictionary &dict, const relativeVelocityModel &relativeVelocity) | |
| Construct from components. More... | |
| ~DeClercq () | |
| 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... | |
De Clercq packing dispersion model for waste water sludge.
packingDispersionModel DeClercq;
DeClercqCoeffs
{
sigma0 8.022e-4;
beta 2.3429e-3;
alphaGel 4.5857e-3;
}
Definition at line 63 of file DeClercq.H.
| DeClercq | ( | const dictionary & | dict, |
| const relativeVelocityModel & | relativeVelocity | ||
| ) |
Construct from components.
Definition at line 48 of file DeClercq.C.
| ~DeClercq | ( | ) |
Destructor.
Definition at line 63 of file DeClercq.C.
| TypeName | ( | "DeClercq" | ) |
Runtime type information.
|
virtual |
Return the derivative of the packing stress w.r.t. phase-fraction.
Implements packingDispersionModel.
Definition at line 70 of file DeClercq.C.
References Foam::pos().
