Simple relative velocity model. More...
Public Member Functions | |
TypeName ("simple") | |
Runtime type information. More... | |
simple (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) | |
Construct from components. More... | |
~simple () | |
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 incompressibleTwoPhaseInteractingMixture &mixture),(dict, mixture)) | |
Declare runtime constructor selection table. More... | |
relativeVelocityModel (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) | |
Construct from components. More... | |
virtual | ~relativeVelocityModel () |
Destructor. More... | |
const incompressibleTwoPhaseInteractingMixture & | mixture () const |
Mixture properties. More... | |
tmp< volScalarField > | rho () const |
Return the mixture mean density. More... | |
const volVectorField & | Udm () const |
Return the diffusion velocity of the dispersed phase. More... | |
tmp< volSymmTensorField > | tauDm () const |
Return the stress tensor due to the phase transport. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from relativeVelocityModel | |
static autoPtr< relativeVelocityModel > | New (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) |
Protected Attributes inherited from relativeVelocityModel | |
const incompressibleTwoPhaseInteractingMixture & | mixture_ |
Mixture properties. More... | |
const word | continuousPhaseName_ |
Name of the continuous phase. More... | |
const volScalarField & | alphac_ |
Continuous phase fraction. More... | |
const volScalarField & | alphad_ |
Dispersed phase fraction. More... | |
const dimensionedScalar & | rhoc_ |
Continuous density. More... | |
const dimensionedScalar & | rhod_ |
Dispersed density. More... | |
volVectorField | Udm_ |
Dispersed diffusion velocity. More... | |
Simple relative velocity model.
simple | ( | const dictionary & | dict, |
const incompressibleTwoPhaseInteractingMixture & | mixture | ||
) |
Construct from components.
~simple | ( | ) |
Destructor.
TypeName | ( | "simple" | ) |
Runtime type information.
|
virtual |
Update the diffusion velocity.
Implements relativeVelocityModel.