

Public Member Functions | |
| 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... | |
| virtual void | correct ()=0 |
| Update the diffusion velocity. More... | |
Static Public Member Functions | |
| static autoPtr< relativeVelocityModel > | New (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) |
Protected Attributes | |
| 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... | |
Definition at line 48 of file relativeVelocityModel.H.
| relativeVelocityModel | ( | const dictionary & | dict, |
| const incompressibleTwoPhaseInteractingMixture & | mixture | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "relativeVelocityModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| relativeVelocityModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const incompressibleTwoPhaseInteractingMixture &mixture) | , | ||
| (dict, mixture) | |||
| ) |
Declare runtime constructor selection table.
|
static |
|
inline |
Mixture properties.
Definition at line 160 of file relativeVelocityModel.H.
References relativeVelocityModel::mixture_.
| 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 relativeVelocityModel::Udm_.
| tmp<volSymmTensorField> tauDm | ( | ) | const |
Return the stress tensor due to the phase transport.
|
pure virtual |
|
protected |
Mixture properties.
Definition at line 75 of file relativeVelocityModel.H.
Referenced by relativeVelocityModel::mixture().
|
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 relativeVelocityModel::Udm().