

Public Member Functions | |
| 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... | |
| virtual tmp< volScalarField > | UdmCoeff () const =0 |
| Return the diffusion velocity coefficient. 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... | |
Static Public Member Functions | |
| static autoPtr< relativeVelocityModel > | New (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) |
Protected Attributes | |
| const incompressibleDriftFluxMixture & | mixture_ |
| Mixture properties. More... | |
| const uniformDimensionedVectorField & | g_ |
| Acceleration due to gravity. More... | |
| volVectorField | Udm_ |
| Dispersed diffusion velocity. More... | |
Definition at line 49 of file relativeVelocityModel.H.
| relativeVelocityModel | ( | const dictionary & | dict, |
| const incompressibleDriftFluxMixture & | mixture, | ||
| const uniformDimensionedVectorField & | g | ||
| ) |
Construct from components.
Definition at line 72 of file relativeVelocityModel.C.
|
delete |
Disallow default bitwise copy construction.
|
virtual |
Destructor.
Definition at line 139 of file relativeVelocityModel.C.
| TypeName | ( | "relativeVelocityModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| relativeVelocityModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) | , | ||
| (dict, mixture, g) | |||
| ) |
Declare runtime constructor selection table.
|
static |
Definition at line 100 of file relativeVelocityModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), Foam::nl, and dictionary::optionalSubDict().

|
inline |
Mixture properties.
Definition at line 121 of file relativeVelocityModel.H.
References relativeVelocityModel::mixture_.
|
inline |
Return the diffusion velocity of the dispersed phase.
Definition at line 127 of file relativeVelocityModel.H.
References relativeVelocityModel::Udm_.
|
pure virtual |
Return the diffusion velocity coefficient.
Udm = UdmCoeff*acceleration
Implemented in simple, MichaelsBolger, and general.
| Foam::tmp< Foam::volVectorField > acceleration | ( | ) | const |
Return the dispersed phase acceleration.
Including buoyancy and flow curvature
Definition at line 146 of file relativeVelocityModel.C.
References Foam::fvc::grad().

| Foam::tmp< Foam::volSymmTensorField > tauDm | ( | ) | const |
Return the stress tensor due to the phase transport.
Definition at line 165 of file relativeVelocityModel.C.
References GeometricField< Type, GeoMesh, PrimitiveField >::New(), and Foam::sqr().

| Foam::tmp< Foam::volVectorField > divDevTau | ( | ) | const |
Return the div stress tensor due to the phase transport.
Definition at line 181 of file relativeVelocityModel.C.
References Foam::fvc::div().

|
virtual |
Update the diffusion velocity.
Definition at line 187 of file relativeVelocityModel.C.
|
delete |
Disallow default bitwise assignment.
|
protected |
Mixture properties.
Definition at line 62 of file relativeVelocityModel.H.
Referenced by relativeVelocityModel::mixture().
|
protected |
Acceleration due to gravity.
Definition at line 65 of file relativeVelocityModel.H.
|
mutableprotected |
Dispersed diffusion velocity.
Definition at line 68 of file relativeVelocityModel.H.
Referenced by relativeVelocityModel::Udm().