16#ifndef CT_IMPORTKINETICS_H
17#define CT_IMPORTKINETICS_H
49 std::string default_phase,
50 bool check_for_duplicates =
false);
87bool importKinetics(
const XML_Node& phase, std::vector<ThermoPhase*> th,
123 const std::string& nm, ThermoPhase* th, Kinetics* kin);
Base class for kinetics managers and also contains the kineticsmgr module documentation (see Kinetics...
bool importKinetics(const XML_Node &phase, std::vector< ThermoPhase * > th, Kinetics *kin)
Import a reaction mechanism for a phase or an interface.
bool installReactionArrays(const XML_Node &p, Kinetics &kin, std::string default_phase, bool check_for_duplicates=false)
Install information about reactions into the kinetics object, kin.
Namespace for the Cantera kernel.
bool checkElectrochemReaction(const XML_Node &p, Kinetics &kin, const XML_Node &r)
Check to ensure that all electrochemical reactions are specified correctly.