Go to the documentation of this file.
31 template<
class ParcelType>
35 sigma0_(this->dict_, 0.0),
36 mu0_(this->dict_, 0.0)
40 template<
class ParcelType>
52 template<
class ParcelType>
59 sigma0_(this->dict_,
"sigma0"),
60 mu0_(this->dict_,
"mu0")
64 template<
class ParcelType>
67 const label parcelTypeId,
70 const scalar minParcelMass,
71 const scalar youngsModulus,
72 const scalar poissonsRatio,
81 const bool constantVolume,
104 sigma0_(this->dict_, sigma0),
105 mu0_(this->dict_,
mu0)
109 template<
class ParcelType>
115 const label tetFacei,
121 position0_(this->position()),
136 template<
class ParcelType>
144 ParcelType(
mesh, position, celli),
146 position0_(this->position()),
161 template<
class ParcelType>
167 const label tetFacei,
170 const scalar nParticle0,
172 const scalar dTarget0,
175 const vector& angularMomentum0,
178 const scalar liquidCore,
179 const scalar KHindex,
184 const scalar injector,
187 const typename ParcelType::constantProperties& constProps
209 position0_(this->position()),
210 sigma_(constProps.sigma0()),
211 mu_(constProps.
mu0()),
212 liquidCore_(liquidCore),
226 template<
class ParcelType>
230 return sigma0_.
value();
234 template<
class ParcelType>
244 template<
class ParcelType>
251 template<
class ParcelType>
258 template<
class ParcelType>
265 template<
class ParcelType>
272 template<
class ParcelType>
279 template<
class ParcelType>
286 template<
class ParcelType>
293 template<
class ParcelType>
300 template<
class ParcelType>
307 template<
class ParcelType>
314 template<
class ParcelType>
321 template<
class ParcelType>
328 template<
class ParcelType>
335 template<
class ParcelType>
342 template<
class ParcelType>
349 template<
class ParcelType>
356 template<
class ParcelType>
363 template<
class ParcelType>
370 template<
class ParcelType>
377 template<
class ParcelType>
384 template<
class ParcelType>
391 template<
class ParcelType>
398 template<
class ParcelType>
405 template<
class ParcelType>
412 template<
class ParcelType>
419 template<
class ParcelType>
const dimensionedScalar & pMin
const volScalarField & cp
const vector & position0() const
Mesh consisting of general polyhedral cells.
const dimensionedScalar epsilon0
Generic templated field type.
PtrList< coordinateSystem > coordinates(solidRegions.size())
dimensionedScalar Pr("Pr", dimless, laminarTransport)
const dimensionedScalar rhoMin
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
scalar liquidCore() const
SprayParcel(const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti)
const dimensionedScalar mu0
scalarList Y0(nSpecie, Zero)
const Type & value() const