Go to the documentation of this file.
33 template<
class CloudType>
45 template<
class CloudType>
57 template<
class CloudType>
60 const typename parcelType::trackingData& td
63 auto&
c = this->owner();
82 auto&
Re =
c.template lookupObjectRef<IOField<scalar>>(
"Re");
85 typename parcelType::trackingData& nctd =
86 const_cast<typename parcelType::trackingData&
>(td);
91 const parcelType&
p = parcelIter();
93 scalar Ts, rhos, mus,
Pr, kappas;
94 p.template calcSurfaceValues<CloudType>
96 c, nctd,
p.T(), Ts, rhos, mus,
Pr, kappas
99 Re[parceli++] =
p.Re(rhos,
p.U(), td.Uc(),
p.d(), mus);
103 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.
dimensionedScalar Pr("Pr", dimless, laminarTransport)
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)
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...
ThermoReynoldsNumber(const dictionary &dict, CloudType &owner, const word &modelName)