General relative velocity model. More...
Public Member Functions | |
TypeName ("general") | |
Runtime type information. More... | |
general (const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g) | |
Construct from components. More... | |
~general () | |
Destructor. More... | |
virtual void | correct () |
Update the diffusion velocity. 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... | |
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... | |
General relative velocity model.
general | ( | const dictionary & | dict, |
const incompressibleDriftFluxMixture & | mixture, | ||
const uniformDimensionedVectorField & | g | ||
) |
TypeName | ( | "general" | ) |
Runtime type information.
|
virtual |
Update the diffusion velocity.
Implements relativeVelocityModel.
Definition at line 66 of file general.C.
References Foam::exp(), and Foam::max().