diff --git a/Cantera/src/kinetics/InterfaceKinetics.h b/Cantera/src/kinetics/InterfaceKinetics.h index 3de46a1f1..08cc525e0 100644 --- a/Cantera/src/kinetics/InterfaceKinetics.h +++ b/Cantera/src/kinetics/InterfaceKinetics.h @@ -629,6 +629,15 @@ namespace Cantera { //! boolean indicating whether mechanism has been finalized bool m_finalized; bool m_has_coverage_dependence; + + //! Boolean flag indicating whether any reaction in the mechanism + //! has a beta electrochemical parameter. + /*! + * If this is true, the the Butler-Volmer correction is applied + * to the forward reaction rate for those reactions. + * + * fac = exp ( - beta * (delta_phi)) + */ bool m_has_electrochem_rxns; int m_ioFlag;