29 Foam::diameterModels::populationBalanceModel::sourceUpdateInterval()
const 72 "solveOnFinalIterOnly",
81 return continuousPhase_;
88 return velocityGroupPtrs_;
109 return coalescencePairs_;
116 return binaryBreakupPairs_;
123 if (velocityGroupPtrs_.size() > 1)
129 return velocityGroupPtrs_[velocityGroupPtrs_.begin().key()]->phase();
137 if (velocityGroupPtrs_.size() > 1)
144 velocityGroupPtrs_[velocityGroupPtrs_.begin().key()]->phase().U();
FvWallInfoData< WallInfo, label > 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 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 List< labelPair > & coalescencePairs() const
Return coalescence relevant size group pairs.
A simple wrapper around bool so that it can be read as a word: true/false, on/off, yes/no, y/n, t/f, or none/any.
Holds information (coordinate and normal) regarding nearest wall point.
const dictionary & dict() const
Return populationBalanceCoeffs dictionary.
const fvSolution & solution() const
Return the fvSchemes.
const dictionary & solverDict(const word &name) const
Return the solver controls dictionary for the given field.
label nCorr() const
Return the number of corrections.
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.
An STL-conforming hash table.
const UPtrList< sizeGroup > & sizeGroups() const
Return the size groups 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 fvMesh & mesh() const
Return reference to the mesh.
const List< labelPair > & binaryBreakupPairs() const
Return binary breakup relevant size group pairs.
Switch solveOnFinalIterOnly() const
Solve on final pimple iteration only.
Single incompressible phase derived from the phase-fraction. Used as part of the multiPhaseMixture fo...
const HashTable< const velocityGroup * > & velocityGroupPtrs() const
Return the velocity groups belonging to this populationBalance.
ITstream & lookup(const word &, bool recursive=false, bool patternMatch=true) const
Find and return an entry data stream.