RateEG

Chemical Reactor Design Toolbox Reference Manual

ChemReactorDesign.Basic.Liquid.Rates.RateEG

RateE.svg

Description

The component determines the molar fluxes due to a heterogeneous electrochemical reaction involving species in the gas and liquid phase

\begin{equation*}
\sum_{i}^{N^{G}} \nu_{i}^{G} \, A^{G}_{i}  + \sum_{i}^{N^{L}}} \nu^{L}_{k} \, A^{L}_{k}
+ n \, e^{-} = 0 
\end{equation*}

using a power law rate expression

\begin{equation*}
r = k(T) \, \left(
\exp\left\{-\alpha \, n \, f \, \eta(T) \right\} \,
\prod_{i}^{N^{G}} a_{i}^{\for{\kappa_{i}}^{G}} \,
\prod_{i}^{N^{L}} a_{i}^{\for{\kappa_{i}}^{L}} \,
-
\exp\left\{(1-\alpha) \, n \, f \, \eta(T) \right\} \,
\prod_{i}^{N^{G}} a_{i}^{\back{\kappa_{i}}^{G}} \,
\prod_{i}^{N^{L}} a_{i}^{\back{\kappa_{i}}^{L}} \,
\right)
\end{equation*}

with

\begin{equation*}
a_{i}^{G} = \frac{x_{i} \, \varphi_{i} \, p}{1 \, bar} \qquad
a_{k}^{L} = \frac{\gamma_{i} \, c_{i}}{1 \, \frac{mol}{l}} 
\end{equation*}

and

\begin{equation*}
f = \frac{\cal F}{R \, T}
\end{equation*}
\begin{equation*}
n = \lvert \sum_{i}^{N} \nu_{i} \, z_{i} \lvert
\end{equation*}

The area of the electrode is chosen as reference frame.

The concentrations are obtained from the mole fractions and the temperature dependent molar volumes (c.f. getConc).

Temperature Dependent Parameters

  • Rate Constant

    \begin{equation*}
k(T) = k_{\infty} \, \exp\left\{-\frac{E_{a}}{R \, T} \right\}
\end{equation*}
  • Open Loop Potential

     \begin{equation*}
 U_{0}(T) = - \frac{\left( \sum\limits_{i}^{N^{L}} \nu^{L}_{i} \, \Delta G^{L}_{f_{i}}(T) +
\sum\limits_{i}^{N^{G}} \nu^{G}_{i} \, \Delta G^{G}_{f_{i}}(T)
           \right)}{n \, {\cal F}}
 \end{equation*}
  • Overpotential

    \begin{equation*}
\eta(T) = U-U_{0}(T)
\end{equation*}

Comments

Generally, the reaction is regarded to be reversible. Thus, the individual orders of reaction are calculated from the provided stoichiometric coefficients to ensure equivalence between thermodynamics and kinetics.

Variables

The molar fluxes for the liquid phase are obtained as

\begin{equation*}
F^{L}_{i} = \nu_{i} \,  A \, r
\qquad \text{for} \quad i=1,\cdots,N
\end{equation*}

and for the solid phase

\begin{equation*}
F^{G}_{i} = \nu^{G}_{i} \,  A \, r
\qquad \text{for} \quad i=1,\cdots,N^{S}
\end{equation*}

Since the heat of reaction, i.e. the energy change resulting from the change in composition, is implicitly accounted for in the balance equation of the respective volume component, it holds

\begin{equation*}
\Phi^{L} = 0 \qquad \text{and} \qquad \Phi^{G} = 0
\end{equation*}

The associated currrent is obtained as

\begin{equation*}
I = - {\cal F} \, \sum_{i}^{N} z_{i} \, F_{i}
\end{equation*}

Ports

Conserving

  • Liquid conserving port

    Port_B_L = Liquid;  %
    
  • Gas conserving port

    Port_B_G = Gas;  %
    
  • Electrical conserving ports

    Port_p = Electrical;  %
    
    Port_n = Electrical;  %
    

Input

  • Physical signal that represents the area

    A = {0,'m^2'}; % A
    

Parameters

Options

  • Option to select calculation of the open loop potential

    calculate_U0 = OnOff.Off;   
    

    On | Off

Kinetics

  • Frequency Factor

    kfinfA = {0,'mol/(cm^2*s)'};
    
  • Activation Energy

    Ea = {0,'kJ/mol'}; 
    
  • Factor of Symmetry

    alpha = {0.5,'1'};
    

Thermodynamics

  • Open Loop Potential

    U0 = {0,'V'};
    

    The parameter is only visible when the option calculate_U0 is set to On.

Liquid

  • Stoichiometric Coefficients

    nu = {[-1; 0],'1'};   
    

    Note Initially only two species are considered. As the number of species can be changed via the properties dialogue, the size of the array must be adjusted accordingly.

Solid

  • Stoichiometric Coefficients for Gas Phase

    nu_G = {[1;0],'1'}; 
    

    Notes Initially for the solid phase only two species are considered. As the number of species can be changed via the properties dialogue, the size of the array must be adjusted accordingly.

Nomenclature

\(A\) area
\(a_{i}\) activity of species Ai
\(c_i\) concentration of species Ai
\(E_{a}\) activation energy
\(F^{L}_{i}\) molar flow rate of species Ai in liquid phase
\(F^{G}_{i}\) molar flow rate of species Ai in gas phase
\(\Delta G_{f_{i}}\) Gibbs free energy of species Ai
\(I\) current
\(k\) reaction rate constant
\(N^{L}\) total number of species in the liquid phase
\(N^{G}\) total number of species in the gas phase
\(p\) pressure
\(r\) reaction rate
\(R\) universal gas constant
\(T\) temperature
\(U\) potential
\(U_{0}\) potential
\(x_{i}\) mole fraction of species Ai
\(z_{i}\) charge of species Ai
\(\cal F\) Faraday constant
\(\alpha\) symmetry factor
\(\eta\) overpotential
\(\nu_{i}\) stoichiometric coefficient of species Ai
\(\nu^{G}_{i}\) stoichiometric coefficient of species Ai in gas phase
\(\for{\kappa}_{i}\) order of reaction of species Ai (forward reaction)
\(\for{\kappa}_{i}\) order of reaction of species Ai (forward reaction)
\(\gamma_{i}\) activity coefficient of species Ai
\(\Phi^{L}\) energy flow rate in liquid phase
\(\Phi^{G}\) energy flow rate in gas phase