Go to the documentation of this file.
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->outputTime())
94 this->setBaseProperty(
"mass", massTotal);
A class for handling words, derived from string.
T returnReduce(const T &Value, const BinaryOp &bop, const int tag=Pstream::msgType(), const label comm=UPstream::worldComm)
Base class for cloud sub-models.
DevolatilisationModel(CloudType &owner)
Construct null from owner.
virtual ~DevolatilisationModel()
Destructor.
virtual void info(Ostream &os)
Write injection info to stream.
Templated base class for dsmc cloud.
scalar dMass_
Mass of lagrangian phase converted.
A list of keyword definitions, which are a keyword followed by any number of values (e....
void addToDevolatilisationMass(const scalar dMass)
Add to devolatilisation mass.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
fileName::Type type(const fileName &)
Return the file type: DIRECTORY or FILE.