28 inline Foam::label Foam::diameterModels::populationBalanceModel::nCorr()
const 35 Foam::diameterModels::populationBalanceModel::sourceUpdateInterval()
const 69 return continuousPhase_;
76 return velocityGroups_;
104 return coalescencePairs_;
111 return binaryBreakupPairs_;
118 if (velocityGroups_.size() > 1)
124 return velocityGroups_.first().phase();
132 if (velocityGroups_.size() > 1)
138 return velocityGroups_.first().phase().U();
156 refCast<const velocityGroup>(pair.
phase1().
dPtr()());
159 refCast<const velocityGroup>(pair.
phase2().
dPtr()());
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
const volScalarField & Sp(const label i) const
Return implicit source terms.
const phaseModel & phase2() const
Return phase 2.
const volVectorField & U() const
Return average velocity.
A list of keyword definitions, which are a keyword followed by any number of values (e...
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
const phaseModel & phase1() const
Return phase 1.
const List< labelPair > & coalescencePairs() const
Return coalescence relevant size group pairs.
bool isVelocityGroupPair(const phasePair &pair) const
Returns true if both phases are velocity groups and.
const phasePairTable & phasePairs() const
Return list of unordered phasePairs in this populationBalance.
const dictionary & dict() const
Return populationBalanceCoeffs dictionary.
This diameterModel is intended for use with a populationBalanceModel in order to simulate polydispers...
const dictionary & solverDict(const word &name) const
Return the solver controls dictionary for the given field.
const word & popBalName() const
Return name of populationBalance this velocityGroup belongs to.
const UPtrList< velocityGroup > & velocityGroups() const
Return the velocityGroups belonging to this populationBalance.
const phaseModel & continuousPhase() const
Return continuous phase.
Class to represent a system of phases and model interfacial transfers between them.
const phaseSystem & fluid() const
Return reference to the phaseSystem.
const UPtrList< sizeGroup > & sizeGroups() const
Return the sizeGroups belonging to this populationBalance.
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T,.
const volScalarField & alphas() const
Return total void of phases belonging to this populationBalance.
Mesh data needed to do the Finite Volume discretisation.
const autoPtr< diameterModel > & dPtr() const
Return const-reference to diameterModel of the phase.
const fvMesh & mesh() const
Return reference to the mesh.
const List< labelPair > & binaryBreakupPairs() const
Return binary breakup relevant size group pairs.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.