56 #ifndef SingleKineticRateDevolatilisation_H 57 #define SingleKineticRateDevolatilisation_H 69 template<
class CloudType>
110 volatileData(
const volatileData& vd)
152 is >> vd.name_ >> vd.A1_ >> vd.E_;
188 const scalar residualCoeff_;
194 TypeName(
"singleKineticRateDevolatilisation");
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
A list of keyword definitions, which are a keyword followed by any number of values (e...
char readEndList(const char *funcName)
An Istream is an abstract base class for all input systems (streams, files, token lists etc)...
const dictionary & dict() const
Return const access to the cloud dictionary.
const CloudType & owner() const
Return const access to the owner cloud.
virtual autoPtr< DevolatilisationModel< CloudType > > clone() const
Construct and return a clone.
A class for handling words, derived from string.
Istream & operator>>(Istream &, directionInfo &)
static const word null
An empty word.
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if successful.
char readBeginList(const char *funcName)
An Ostream is an abstract base class for all output systems (streams, files, token lists...
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
word name(const complex &)
Return a string representation of a complex.
Ostream & operator<<(Ostream &, const ensightPart &)
Templated devolatilisation model class.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
TypeName("singleKineticRateDevolatilisation")
Runtime type information.
virtual void calculate(const scalar dt, const scalar age, const scalar mass0, const scalar mass, const scalar T, const scalarField &YGasEff, const scalarField &YLiquidEff, const scalarField &YSolidEff, label &canCombust, scalarField &dMassDV) const
Update model.
virtual ~SingleKineticRateDevolatilisation()
Destructor.
Templated base class for dsmc cloud.
SingleKineticRateDevolatilisation(const dictionary &dict, CloudType &owner)
Construct from dictionary.
Single kinetic rate devolatisation model.