Go to the documentation of this file.
26 #include "TomiyamaSwarm.H"
27 #include "phasePair.H"
34 namespace swarmCorrections
51 const dictionary&
dict,
55 swarmCorrection(
dict, pair),
60 dict.lookupOrDefault<scalar>
63 pair_.dispersed().residualAlpha().value()
82 pow(
max(this->pair_.continuous(), residualAlpha_), scalar(3) - 2*l_);
const dimensionSet dimless(0, 0, 0, 0, 0, 0, 0)
virtual tmp< volScalarField > Cs() const
Swarm correction coefficient.
A class for managing temporary objects.
addToRunTimeSelectionTable(ensightPart, ensightPartCells, istream)
Swarm correction of Tomiyama et al.
dimensionedScalar pow(const dimensionedScalar &ds, const dimensionedScalar &expt)
Macros for easy insertion into run-time selection tables.
dimensioned< Type > max(const dimensioned< Type > &, const dimensioned< Type > &)
virtual ~TomiyamaSwarm()
Destructor.
TomiyamaSwarm(const dictionary &dict, const phasePair &pair)
Construct from a dictionary and a phase pair.
defineTypeNameAndDebug(combustionModel, 0)