30 template<
class CloudType>
38 B_(this->coeffDict().template lookup<scalar>(
"B")),
39 angle_(this->coeffDict().template lookup<scalar>(
"angle"))
43 template<
class CloudType>
57 template<
class CloudType>
64 template<
class CloudType>
71 template<
class CloudType>
78 template<
class CloudType>
88 const scalar volFlowRate,
92 const vector& injectionPos,
93 const scalar pAmbient,
106 scalar pWalk =
mag(
pos - injectionPos);
Templated atomisation model class.
Primary Breakup Model for pressure swirl atomisers.
BlobsSheetAtomisation(const dictionary &dict, CloudType &cloud)
Construct from dictionary.
virtual bool calcChi() const
Flag to indicate if chi needs to be calculated.
virtual ~BlobsSheetAtomisation()
Destructor.
virtual scalar initLiquidCore() const
Initial value of liquidCore.
virtual void update(const scalar dt, scalar &d, scalar &liquidCore, scalar &tc, const scalar rho, const scalar mu, const scalar sigma, const scalar volFlowRate, const scalar rhoAv, const scalar Urel, const vector &pos, const vector &injectionPos, const scalar pAmbient, const scalar chi, randomGenerator &rndGen) const
Templated base class for dsmc cloud.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
const dimensionedScalar sigma
Stefan-Boltzmann constant: default SI units: [W/m^2/K^4].
const dimensionedScalar mu
Atomic mass unit.
dimensionedScalar pos(const dimensionedScalar &ds)
void mag(LagrangianPatchField< scalar > &f, const LagrangianPatchField< Type > &f1)
void sqr(LagrangianPatchField< typename outerProduct< Type, Type >::type > &f, const LagrangianPatchField< Type > &f1)
void sqrt(LagrangianPatchField< scalar > &f, const LagrangianPatchField< scalar > &f1)
dimensionedScalar cos(const dimensionedScalar &ds)
randomGenerator rndGen(653213)