Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 720 Bytes

surfacearrhenius.rst

File metadata and controls

17 lines (12 loc) · 720 Bytes

rmgpy.kinetics.SurfaceArrhenius

rmgpy.kinetics.SurfaceArrhenius

The SurfaceArrhenius class uses a rate expression that is identical to the Arrhenius class:

$$k(T) = A \left( \frac{T}{T_0} \right)^n \exp \left( -\frac{E_\mathrm{a}}{RT} \right)$$

Above, A is the preexponential factor, T0 is the reference temperature, n is the temperature exponent, and Ea is the activation energy.

The only difference is the units for A are in terms of surface concentration (mol/m2) instead of volume concentration (mol/m3).