Go to the documentation of this file.
31 template<
class ParcelType>
36 pMin_(this->dict_, 0.0),
37 constantVolume_(this->dict_, false)
41 template<
class ParcelType>
47 ParcelType::constantProperties(
cp),
49 constantVolume_(
cp.constantVolume_)
53 template<
class ParcelType>
59 ParcelType::constantProperties(parentDict),
60 pMin_(this->dict_,
"pMin", 1000.0),
61 constantVolume_(this->dict_,
word(
"constantVolume"))
65 template<
class ParcelType>
81 template<
class ParcelType>
89 ParcelType(
mesh, position, celli),
95 template<
class ParcelType>
101 const label tetFacei,
104 const scalar nParticle0,
106 const scalar dTarget0,
109 const vector& angularMomentum0,
142 template<
class ParcelType>
146 return pMin_.value();
150 template<
class ParcelType>
154 return constantVolume_.value();
160 template<
class ParcelType>
167 template<
class ParcelType>
174 template<
class ParcelType>
181 template<
class ParcelType>
189 template<
class ParcelType>
197 template<
class ParcelType>
204 template<
class ParcelType>
scalar mass0() const
Return const access to initial mass [kg].
const scalarField & YSolid() const
Return const access to mass fractions of solids.
A class for handling words, derived from Foam::string.
const scalarField & Y() const
Return const access to mass fractions of mixture [].
Mesh consisting of general polyhedral cells.
const scalarField & YLiquid() const
Return const access to mass fractions of liquids.
PtrList< coordinateSystem > coordinates(solidRegions.size())
const scalarField & YGas() const
Return const access to mass fractions of gases.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
ReactingParcel(const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti)
Construct from mesh, coordinates and topology.
scalar mass0_
Initial mass [kg].
bool constantVolume() const
Return const access to the constant volume flag.
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
Copy the source to the destination (recursively if necessary).
Class to hold reacting parcel constant properties.
constantProperties()
Null constructor.
scalar pMin() const
Return const access to the minimum pressure.
scalarField Y_
Mass fractions of mixture [].
scalarList Y0(nSpecie, Zero)