Langmuir-Hinshelwood Model¶
A full overview of the model is provided in: LangmuirHinshelwood.py
The LH model includes the following elementary reactions:
\begin{align}
\text{CO}_{(\text{g})} + \text{*} & \overset{k_\text{CO}}{\longleftrightarrow} \text{CO}^\text{*} &\qquad \text{CO adsorption} \\
\text{O}_{2(\text{g})} + 2\text{*} & \overset{k_{\text{O}_2}}{\longleftrightarrow} \text{O}^\text{*} + \text{O}^\text{*} &\qquad \text{O adsorption}\\
\text{O}^\text{*} + \text{*} & \overset{k_\text{O}}{\longleftrightarrow} \text{*} + \text{O}^\text{*} &\qquad \text{O diffusion}\\
\text{CO}^\text{*} + \text{*} & \overset{k_\text{CO}}{\longleftrightarrow} \text{*} + \text{CO}^\text{*} &\qquad \text{CO diffusion} \\
\text{CO}^\text{*} + \text{O}^\text{*} & \overset{k_\text{oxi}}{\longleftrightarrow} 2\text{*} + \text{CO}_{2(\text{g})} &\qquad \text{CO oxidation} \\
\end{align}
Fig. 2 Lattice generated using the option repeat_cell=(5,5)¶