34 #ifndef relativeVelocityModel_H
35 #define relativeVelocityModel_H
Generic GeometricField class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A list of keyword definitions, which are a keyword followed by any number of values (e....
Class to represent a mixture of two constant density phases.
const uniformDimensionedVectorField & g_
Acceleration due to gravity.
tmp< volSymmTensorField > tauDm() const
Return the stress tensor due to the phase transport.
void operator=(const relativeVelocityModel &)=delete
Disallow default bitwise assignment.
declareRunTimeSelectionTable(autoPtr, relativeVelocityModel, dictionary,(const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g),(dict, mixture, g))
Declare runtime constructor selection table.
virtual ~relativeVelocityModel()
Destructor.
virtual void correct()=0
Update the diffusion velocity.
tmp< volVectorField > acceleration() const
Return the dispersed phase acceleration.
TypeName("relativeVelocityModel")
Runtime type information.
static autoPtr< relativeVelocityModel > New(const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g)
tmp< volVectorField > divDevTau() const
Return the div stress tensor due to the phase transport.
const incompressibleDriftFluxMixture & mixture_
Mixture properties.
volVectorField Udm_
Dispersed diffusion velocity.
relativeVelocityModel(const dictionary &dict, const incompressibleDriftFluxMixture &mixture, const uniformDimensionedVectorField &g)
Construct from components.
const volVectorField & Udm() const
Return the diffusion velocity of the dispersed phase.
const incompressibleDriftFluxMixture & mixture() const
Mixture properties.
A class for managing temporary objects.
Macros to ease declaration of run-time selection tables.