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 50 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 132 of file relativeVelocityModel.H.
References relativeVelocityModel::mixture_, and relativeVelocityModel::rho().
tmp<volScalarField> rho | ( | ) | const |
Return the mixture mean density.
Referenced by relativeVelocityModel::mixture().
|
inline |
Return the diffusion velocity of the dispersed phase.
Definition at line 141 of file relativeVelocityModel.H.
References relativeVelocityModel::correct(), relativeVelocityModel::tauDm(), and relativeVelocityModel::Udm_.
tmp<volSymmTensorField> tauDm | ( | ) | const |
Return the stress tensor due to the phase transport.
Referenced by relativeVelocityModel::Udm().
|
pure virtual |
Update the diffusion velocity.
Implemented in general, and simple.
Referenced by relativeVelocityModel::Udm().
|
protected |
Mixture properties.
Definition at line 69 of file relativeVelocityModel.H.
Referenced by relativeVelocityModel::mixture().
|
protected |
Name of the continuous phase.
Definition at line 72 of file relativeVelocityModel.H.
|
protected |
Continuous phase fraction.
Definition at line 75 of file relativeVelocityModel.H.
|
protected |
Dispersed phase fraction.
Definition at line 78 of file relativeVelocityModel.H.
|
protected |
Continuous density.
Definition at line 81 of file relativeVelocityModel.H.
|
protected |
Dispersed density.
Definition at line 84 of file relativeVelocityModel.H.
|
mutableprotected |
Dispersed diffusion velocity.
Definition at line 87 of file relativeVelocityModel.H.
Referenced by relativeVelocityModel::Udm().