Packing dispersion model. More...


Public Member Functions | |
| 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 > | sigmaPrime () const =0 |
| Return the derivative of the packing stress w.r.t. phase-fraction. 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... | |
Static Public Member Functions | |
| static autoPtr< packingDispersionModel > | New (const dictionary &dict, const relativeVelocityModel &relativeVelocity) |
Protected Attributes | |
| const relativeVelocityModel & | relativeVelocity_ |
| Relative velocity model. More... | |
| const incompressibleDriftFluxMixture & | mixture_ |
| Mixture properties. More... | |
| packingDispersionModel | ( | const relativeVelocityModel & | relativeVelocity | ) |
Construct from components.
Definition at line 38 of file packingDispersionModel.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 98 of file packingDispersionModel.C.
| TypeName | ( | "packingDispersionModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| packingDispersionModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const relativeVelocityModel &relativeVelocity) | , | ||
| (dict, relativeVelocity) | |||
| ) |
Declare runtime constructor selection table.
|
static |
Definition at line 50 of file packingDispersionModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInFunction, dictionary::found(), Foam::Info, dictionary::lookup(), Foam::nl, and dictionary::optionalSubDict().

|
pure virtual |
|
virtual |
Return the diffusion coefficient of the dispersed phase.
Reimplemented in none.
Definition at line 105 of file packingDispersionModel.C.
|
delete |
Disallow default bitwise assignment.
|
protected |
Relative velocity model.
Definition at line 57 of file packingDispersionModel.H.
|
protected |
Mixture properties.
Definition at line 60 of file packingDispersionModel.H.