#include <relativeVelocityModel.H>


Public Member Functions | |
| TypeName ("relativeVelocityModel") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, relativeVelocityModel, dictionary,(const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture),(dict, mixture)) | |
| Declare runtime constructor selection table. | |
| relativeVelocityModel (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) | |
| Construct from components. | |
| virtual | ~relativeVelocityModel () |
| Destructor. | |
| const incompressibleTwoPhaseInteractingMixture & | mixture () const |
| Mixture properties. | |
| tmp< volScalarField > | rho () const |
| Return the mixture mean density. | |
| const volVectorField & | Udm () const |
| Return the diffusion velocity of the dispersed phase. | |
| tmp< volSymmTensorField > | tauDm () const |
| Return the stress tensor due to the phase transport. | |
| virtual void | correct ()=0 |
| Update the diffusion velocity. | |
Static Public Member Functions | |
| static autoPtr< relativeVelocityModel > | New (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) |
Protected Attributes | |
| const incompressibleTwoPhaseInteractingMixture & | mixture_ |
| Mixture properties. | |
| const word | continuousPhaseName_ |
| Name of the continuous phase. | |
| const volScalarField & | alphac_ |
| Continuous phase fraction. | |
| const volScalarField & | alphad_ |
| Dispersed phase fraction. | |
| const dimensionedScalar & | rhoc_ |
| Continuous density. | |
| const dimensionedScalar & | rhod_ |
| Dispersed density. | |
| volVectorField | Udm_ |
| Dispersed diffusion velocity. | |
Definition at line 48 of file relativeVelocityModel.H.
| relativeVelocityModel | ( | const dictionary & | dict, |
| const incompressibleTwoPhaseInteractingMixture & | mixture ) |
|
virtual |
Destructor.
| TypeName | ( | "relativeVelocityModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| relativeVelocityModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) | , | ||
| (dict, mixture) | ) |
|
static |
|
inline |
Mixture properties.
Definition at line 160 of file relativeVelocityModel.H.
References mixture_.
Referenced by declareRunTimeSelectionTable(), general::general(), New(), relativeVelocityModel(), and simple::simple().

| tmp< volScalarField > rho | ( | ) | const |
Return the mixture mean density.
|
inline |
Return the diffusion velocity of the dispersed phase.
Definition at line 173 of file relativeVelocityModel.H.
References Udm_.
| tmp< volSymmTensorField > tauDm | ( | ) | const |
Return the stress tensor due to the phase transport.
|
pure virtual |
|
protected |
|
protected |
Name of the continuous phase.
Definition at line 80 of file relativeVelocityModel.H.
|
protected |
Continuous phase fraction.
Definition at line 85 of file relativeVelocityModel.H.
|
protected |
Dispersed phase fraction.
Definition at line 90 of file relativeVelocityModel.H.
|
protected |
Continuous density.
Definition at line 95 of file relativeVelocityModel.H.
|
protected |
Dispersed density.
Definition at line 100 of file relativeVelocityModel.H.
|
mutableprotected |
Dispersed diffusion velocity.
Definition at line 105 of file relativeVelocityModel.H.
Referenced by Udm().