Go to the documentation of this file.
37 #ifndef COxidationMurphyShaddix_H
38 #define COxidationMurphyShaddix_H
48 template<
class CloudType>
55 template<
class CloudType>
125 TypeName(
"COxidationMurphyShaddix");
label CsLocalId_
Cs positions in global/local lists.
Templated surface reaction model class.
const scalar WVol_
Effective molecular weight of gaseous volatiles.
const scalar E_
Kinetic rate activation energy.
scalar WC_
Molecular weight of C [kg/kmol].
const scalar T0_
Reference temperature for reference diffusion constant.
scalar HcCO2_
Formation enthalpy for CO2 [J/kg].
const scalar D0_
Reference diffusion constant.
virtual autoPtr< SurfaceReactionModel< CloudType > > clone() const
Construct and return a clone.
static scalar tolerance_
Tolerance used in inner iterations.
const scalar rho0_
Reference density for reference diffusion constant.
virtual scalar calculate(const scalar dt, const label cellI, const scalar d, const scalar T, const scalar Tc, const scalar pc, const scalar rhoc, const scalar mass, const scalarField &YGas, const scalarField &YLiquid, const scalarField &YSolid, const scalarField &YMixture, const scalar N, scalarField &dMassGas, scalarField &dMassLiquid, scalarField &dMassSolid, scalarField &dMassSRCarrier) const
Update surface reactions.
intWM_LABEL_SIZE_t label
A label is an int32_t or int64_t as specified by the pre-processor macro WM_LABEL_SIZE.
Pre-declare SubField and related Field type.
static label maxIters_
Maximum number of iterations.
void T(FieldField< Field, Type > &f1, const FieldField< Field, Type > &f2)
virtual ~COxidationMurphyShaddix()
Destructor.
label CO2GlobalId_
CO2 positions in global list.
Templated base class for dsmc cloud.
label O2GlobalId_
O2 position in global list.
A list of keyword definitions, which are a keyword followed by any number of values (e....
const scalar n_
Reaction order.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
COxidationMurphyShaddix(const dictionary &dict, CloudType &owner)
Construct from dictionary.
scalar WO2_
Molecular weight of O2 [kg/kmol].
Limited to C(s) + O2 -> CO2.
TypeName("COxidationMurphyShaddix")
Runtime type information.
const scalar A_
Kinetic rate coefficient.
const scalar Dn_
Exponent for diffusion equation.