76#ifndef velocityGroup_H
77#define velocityGroup_H
79#include "diameterModel.H"
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
const phaseModel & phase() const
Return the phase.
diameterModel(const dictionary &dict, const phaseModel &phase)
const dictionary & diameterProperties() const
Return the phase diameter properties dictionary.
This class represents a single sizeGroup belonging to a velocityGroup. The main property of a sizeGro...
This diameterModel is intended for use with a populationBalanceModel in order to simulate polydispers...
void postSolve()
Corrections after populationBalanceModel::solve().
const dimensionedScalar & formFactor() const
Return the form factor.
virtual bool read(const dictionary &diameterProperties)
Read diameterProperties dictionary.
const volScalarField & f() const
Return reference field for sizeGroup's.
const volScalarField & dmdt() const
Return const-reference to the mass transfer rate.
virtual tmp< volScalarField > d() const
Return the Sauter-mean diameter.
const tmp< fv::convectionScheme< scalar > > & mvConvection() const
Return const-reference to multivariate convectionScheme.
velocityGroup(const dictionary &diameterProperties, const phaseModel &phase)
Construct from components.
virtual ~velocityGroup()
Destructor.
TypeName("velocityGroup")
Runtime type information.
const word & popBalName() const
Return name of populationBalance this velocityGroup belongs to.
volScalarField & dmdtRef()
Return reference to the mass transfer rate.
void preSolve()
Corrections before populationBalanceModel::solve().
const PtrList< sizeGroup > & sizeGroups() const
Return sizeGroups belonging to this velocityGroup.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
A class for managing temporary objects.
A class for handling words, derived from Foam::string.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
#define TypeName(TypeNameString)
Declare a ClassName() with extra virtual type info.