Go to the documentation of this file.
56 #ifndef SingleKineticRateDevolatilisation_H
57 #define SingleKineticRateDevolatilisation_H
69 template<
class CloudType>
194 TypeName(
"singleKineticRateDevolatilisation");
A class for handling words, derived from string.
scalar E() const
Return const access to the pre-exponential factor.
TypeName("singleKineticRateDevolatilisation")
Runtime type information.
virtual autoPtr< DevolatilisationModel< CloudType > > clone() const
Construct and return a clone.
~volatileData()
Destructor.
virtual ~SingleKineticRateDevolatilisation()
Destructor.
char readBeginList(const char *funcName)
scalar A1_
Activation energy.
char readEndList(const char *funcName)
scalar A1() const
Return const access to the activation energy.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
SingleKineticRateDevolatilisation(const dictionary &dict, CloudType &owner)
Construct from dictionary.
Pre-declare SubField and related Field type.
An Istream is an abstract base class for all input systems (streams, files, token lists etc)....
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
List< scalar > YVolatile0_
List of initial volatile mass fractions.
friend Istream & operator>>(Istream &is, volatileData &vd)
Read from Istream.
Templated devolatilisation model class.
Templated base class for dsmc cloud.
List< label > volatileToGasMap_
Mapping between local and cloud gaseous species.
volatileData()
Null constructor.
A list of keyword definitions, which are a keyword followed by any number of values (e....
scalar E_
Pre-exponential factor.
Single kinetic rate devolatisation model.
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.
friend Ostream & operator<<(Ostream &os, const volatileData &vd)
Write to Ostream.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
bool readScalar(const char *buf, doubleScalar &s)
Read whole of buf as a scalar. Return true if succesful.
A 1D array of objects of type <T>, where the size of the vector is known and used for subscript bound...
volatileData(const volatileData &vd)
Construct as copy.
const word & name() const
Return const access to the name.
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
List< volatileData > volatileData_
List of volatile data - (name A1 E)
const scalar residualCoeff_
Volatile residual coefficient (0-1)
volatileData(Istream &is)
Construct from Istream.