Simple relative velocity model. More...


Public Member Functions | |
| TypeName ("simple") | |
| Runtime type information. More... | |
| simple (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) | |
| Construct from components. More... | |
| ~simple () | |
| 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... | |
Simple relative velocity model.
| simple | ( | const dictionary & | dict, |
| const incompressibleDriftFluxMixture & | mixture, | ||
| const uniformDimensionedVectorField & | g | ||
| ) |
| TypeName | ( | "simple" | ) |
Runtime type information.
|
virtual |
Return the diffusion velocity coefficient.
Udm = UdmCoeff*acceleration
Implements relativeVelocityModel.
Definition at line 65 of file simple.C.
References Foam::max(), and Foam::pow().
