11 #ifndef CT_EDGEKINETICS_H 12 #define CT_EDGEKINETICS_H 37 InterfaceKinetics::operator=(right);
50 "To be removed after Cantera 2.3.");
void warn_deprecated(const std::string &method, const std::string &extra)
Print a warning indicating that method is deprecated.
EdgeKinetics()
Constructor.
A kinetics manager for heterogeneous reaction mechanisms.
size_t m_nDim
Number of dimensions of reacting phase (2 for InterfaceKinetics, 1 for EdgeKinetics) ...
virtual void assignShallowPointers(const std::vector< thermo_t *> &tpVector)
Reassign the pointers within the Kinetics object.
Public interface for kinetics managers.
Heterogeneous reactions at one-dimensional interfaces between multiple adjacent two-dimensional surfa...
virtual int type() const
Identifies the kinetics manager type.
Namespace for the Cantera kernel.
virtual std::string kineticsType() const
Identifies the Kinetics manager type.
virtual Kinetics * duplMyselfAsKinetics(const std::vector< thermo_t *> &tpVector) const
Duplication routine for objects which inherit from Kinetics.