Go to the documentation of this file.
30 template<
class ParcelType>
35 TDevol_(this->dict_, 0.0),
36 LDevol_(this->dict_, 0.0),
37 hRetentionCoeff_(this->dict_, 0.0)
41 template<
class ParcelType>
51 hRetentionCoeff_(
cp.hRetentionCoeff_)
55 template<
class ParcelType>
63 TDevol_(this->dict_,
"TDevol"),
64 LDevol_(this->dict_,
"LDevol"),
65 hRetentionCoeff_(this->dict_,
"hRetentionCoeff")
69 template<
class ParcelType>
87 template<
class ParcelType>
95 ParcelType(
mesh, position, celli),
103 template<
class ParcelType>
109 const label tetFacei,
112 const scalar nParticle0,
114 const scalar dTarget0,
117 const vector& angularMomentum0,
123 const constantProperties& constProps
153 template<
class ParcelType>
157 return TDevol_.
value();
161 template<
class ParcelType>
165 return LDevol_.value();
169 template<
class ParcelType>
174 scalar value = hRetentionCoeff_.value();
176 if ((value < 0) || (value > 1))
179 <<
"hRetentionCoeff must be in the range 0 to 1" <<
nl
189 template<
class ParcelType>
197 template<
class ParcelType>
205 template<
class ParcelType>
213 template<
class ParcelType>
221 template<
class ParcelType>
228 template<
class ParcelType>
235 template<
class ParcelType>
242 template<
class ParcelType>
const volScalarField & cp
const scalarField & YGas() const
Ostream & endl(Ostream &os)
Mesh consisting of general polyhedral cells.
Generic templated field type.
PtrList< coordinateSystem > coordinates(solidRegions.size())
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
const scalarField & YLiquid() const
errorManipArg< error, int > exit(error &err, const int errNo=1)
#define FatalErrorInFunction
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
const scalarField & YSolid() const
scalar hRetentionCoeff() const
ReactingMultiphaseParcel(const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti)
scalarList Y0(nSpecie, Zero)
const Type & value() const