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 devolatilisation = " << 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.
DevolatilisationModel(CloudType &owner)
Construct null from owner.
virtual ~DevolatilisationModel()
Destructor.
A class for handling words, derived from string.
scalar dMass_
Mass of lagrangian phase converted.
An Ostream is an abstract base class for all output systems (streams, files, token lists...
virtual void info(Ostream &os)
Write injection info to stream.
Templated devolatilisation model class.
T returnReduce(const T &Value, const BinaryOp &bop, const int tag=Pstream::msgType(), const label comm=UPstream::worldComm)
Templated base class for dsmc cloud.
void addToDevolatilisationMass(const scalar dMass)
Add to devolatilisation mass.