Go to the documentation of this file.
32 template<
class CloudType>
44 template<
class CloudType>
54 nF_(this->coeffDict().template getOrDefault<label>(
"nF", 1))
58 template<
class CloudType>
72 template<
class CloudType>
82 template<
class CloudType>
89 template<
class CloudType>
92 const scalar mass0 = this->
template getBaseProperty<scalar>(
"mass");
95 Info<<
" Mass transfer surface reaction = " << massTotal <<
nl;
97 if (this->writeTime())
99 this->setBaseProperty(
"mass", massTotal);
virtual void info(Ostream &os)
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)
HeterogeneousReactingModel(CloudType &owner)
void addToSurfaceReactionMass(const scalar dMass)
Base class for cloud sub-models.
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)
An Ostream is an abstract base class for all output systems (streams, files, token lists,...