30 template<
class CloudType>
41 template<
class CloudType>
54 template<
class CloudType>
67 template<
class CloudType>
74 template<
class CloudType>
84 template<
class CloudType>
87 const scalar mass0 = this->
template getBaseProperty<scalar>(
"mass");
90 Info<<
" Mass transfer surface reaction = " << massTotal <<
nl;
92 if (this->writeTime())
94 this->setBaseProperty(
"mass", massTotal);
A list of keyword definitions, which are a keyword followed by any number of values (e...
Base class for cloud sub-models.
virtual ~SurfaceReactionModel()
Destructor.
virtual void info(Ostream &os)
Write injection info to stream.
A class for handling words, derived from string.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
scalar dMass_
Mass of lagrangian phase converted.
SurfaceReactionModel(CloudType &owner)
Construct null from owner.
void addToSurfaceReactionMass(const scalar dMass)
Add to devolatilisation mass.
T returnReduce(const T &Value, const BinaryOp &bop, const int tag=Pstream::msgType(), const label comm=UPstream::worldComm)
Templated surface reaction model class.
Templated base class for dsmc cloud.