Go to the documentation of this file.
32 template<
class CloudType>
44 template<
class CloudType>
56 template<
class CloudType>
59 const typename parcelType::trackingData& td
62 auto&
c = this->owner();
81 auto&
Re =
c.template lookupObjectRef<IOField<scalar>>(
"Re");
87 const parcelType&
p = parcelIter();
89 Re[parceli++] =
p.Re(td);
93 if (
c.size() &&
c.time().writeTime())
Defines the attributes of an object for which implicit objectRegistry management is supported,...
A class for handling words, derived from Foam::string.
A primitive field of type <T> with automated input and output.
virtual void postEvolve(const typename parcelType::trackingData &td)
Templated base class for dsmc cloud.
const dimensionedScalar re
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
forAllConstIters(mixture.phases(), phase)
KinematicReynoldsNumber(const dictionary &dict, CloudType &owner, const word &modelName)
Templated cloud function object base class.
scalarField Re(const UList< complex > &cf)
const dimensionedScalar c
Calculates and writes particle Reynolds number field on the cloud. The normalisation factors are calc...