30 template<
class ParcelType>
35 pMin_(this->dict_, 0.0),
36 constantVolume_(this->dict_, false)
40 template<
class ParcelType>
48 constantVolume_(
cp.constantVolume_)
52 template<
class ParcelType>
59 pMin_(this->dict_,
"pMin", 1000.0),
60 constantVolume_(this->dict_,
word(
"constantVolume"))
64 template<
class ParcelType>
75 ParcelType(mesh, coordinates, celli, tetFacei, tetPti, facei),
80 template<
class ParcelType>
86 label& nLocateBoundaryHits
89 ParcelType(mesh, position, celli, nLocateBoundaryHits),
96 template<
class ParcelType>
100 return pMin_.value();
104 template<
class ParcelType>
108 return constantVolume_.value();
114 template<
class ParcelType>
121 template<
class ParcelType>
Class to hold reacting parcel constant properties.
bool constantVolume() const
Return const access to the constant volume flag.
scalar pMin() const
Return const access to the minimum pressure.
constantProperties()
Null constructor.
const scalarField & Y() const
Return const access to mass fractions of mixture [].
scalarField Y_
Mass fractions of mixture [].
ReactingParcel(const polyMesh &mesh, const barycentric &coordinates, const label celli, const label tetFacei, const label tetPti, const label facei)
Construct from mesh, coordinates and topology.
A list of keyword definitions, which are a keyword followed by any number of values (e....
Mesh consisting of general polyhedral cells.
A class for handling words, derived from string.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
bool cp(const fileName &src, const fileName &dst, const bool followLink=true)
Copy, recursively if necessary, the source to the destination.