29 Foam::diameterModels::populationBalanceModel::sourceUpdateInterval()
const
69 return mesh_.solution().solverDict(name_).lookup<
label>(
"nCorr");
77 mesh_.solution().solverDict(name_).lookupOrDefault<
bool>
79 "solveOnFinalIterOnly",
88 return continuousPhase_;
109 return coalescencePairs_;
116 return binaryBreakupPairs_;
123 if (velocityGroupPtrs_.size() > 1)
129 return velocityGroupPtrs_.begin()()->phase();
137 if (velocityGroupPtrs_.size() > 1)
143 return velocityGroupPtrs_.begin()()->phase().U();
Generic GeometricField class.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
A simple wrapper around bool so that it can be read as a word: true/false, on/off,...
const phaseSystem & fluid() const
Return reference to the phaseSystem.
const List< labelPair > & coalescencePairs() const
Return coalescence relevant size group pairs.
const List< labelPair > & binaryBreakupPairs() const
Return binary breakup relevant size group pairs.
const volVectorField & U() const
Return average velocity.
const UPtrList< sizeGroup > & sizeGroups() const
Return the size groups belonging to this populationBalance.
Switch solveOnFinalIterOnly() const
Solve on final pimple iteration only.
const phaseModel & continuousPhase() const
Return continuous phase.
const volScalarField & alphas() const
Return total void of phases belonging to this populationBalance.
const dictionary & dict() const
Return populationBalanceCoeffs dictionary.
const fvMesh & mesh() const
Return reference to the mesh.
label nCorr() const
Return the number of corrections.
const volScalarField & Sp(const label i) const
Return implicit source terms.
const phaseSystem::dmdtfTable & dmdtfs() const
Return reference to the interfacial mass transfer rates.
A list of keyword definitions, which are a keyword followed by any number of values (e....
T lookupOrDefault(const word &, const T &, bool recursive=false, bool patternMatch=true) const
Find and return a T, if not found return the given default.
Mesh data needed to do the Finite Volume discretisation.
const fvSolution & solution() const
Return the fvSolution.
Class to represent a system of phases and model interfacial transfers between them.
const dictionary & solverDict(const word &name) const
Return the solver controls dictionary for the given field.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.