Go to the documentation of this file.
32 template<
class CloudType>
43 template<
class CloudType>
56 template<
class CloudType>
69 template<
class CloudType>
76 template<
class CloudType>
86 template<
class CloudType>
89 const scalar mass0 = this->
template getBaseProperty<scalar>(
"mass");
92 Info<<
" Mass transfer devolatilisation = " << massTotal <<
nl;
94 if (this->writeTime())
96 this->setBaseProperty(
"mass", massTotal);
A class for handling words, derived from Foam::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)
virtual ~DevolatilisationModel()
virtual void info(Ostream &os)
Templated base class for dsmc cloud.
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
OBJstream os(runTime.globalPath()/outputName)
void addToDevolatilisationMass(const scalar dMass)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...