Skip to content

Commit 72ce915

Browse files
committed
working on models
1 parent 98cb566 commit 72ce915

File tree

1 file changed

+45
-2
lines changed

1 file changed

+45
-2
lines changed
Lines changed: 45 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,45 @@
1-
Here a description of the models that BattMo entails:
2-
- Lithium Ion
1+
In the following, all the symbols that are not introduced directly in the text are collected in Table \ref{tab:symb}.
2+
3+
The mass and charge conservation in the electrolyte are given by
4+
```math
5+
\begin{aligned}
6+
\fracpar{}{t}(\epsi_\elyte c_\elyte) + \dive \Nvec_{\elyte} &= R_{\elyte},\\
7+
\dive \jvec_{\elyte} &= FR_{\elyte},
8+
\end{aligned}
9+
```
10+
where the fluxes are given by
11+
```math
12+
\begin{aligned}
13+
\jvec_\elyte &= -\kappa_{\elyte,\eff}\grad\phi_\elyte - \kappa_{\elyte,\eff}\frac{1 - t_+}{z_+F}\left(\fracpar{\mu}{c}\right)\grad c_\elyte,\\
14+
\Nvec_{\elyte} &= - D_{\elyte,\eff}\grad c_{\elyte} + \frac{t_+}{z_+F}\jvec_\elyte.
15+
\end{aligned}
16+
```
17+
The volumetric reaction rate is given as ``R_\elyte = -\sum_\elde \gamma_\elde R_\elde`` where ``\gamma_{\elde}`` is the volumetric surface area and the expression for ``R_\elde`` is given below. Note that the reaction rates depends on the spatial variable ``x``. For the chemical potential, we use ``\mu = 2RT\log(c_\elyte)``. The effective quantities are computed from the intrinsic properties and the volume fraction using a Bruggemann coefficient, denoted ``b``, which yields ``\kappa_{\elyte,\eff} = \epsi_\elyte^{b}\kappa_{\elyte}`` and ``D_{\elyte,\eff} = \epsi_\elyte^{b}D_{\elyte}``. For the electrolyte, we have a spatially dependent Bruggeman coefficient.
18+
19+
In the electrode, the charge conservation equation is given by
20+
```math
21+
-\dive (\kappa_{\elde, \eff} \grad \phi_\elde) = F\gamma_\elde R_{\elde}.
22+
```
23+
We use a pseudo particle model for ``c_\elde(t, x, r)``
24+
```math
25+
\fracpar{}{t}c_\elde - \frac1{r^2}\fracpar{}{r}(r^2D_\elde\fracpar{}{r} c_\elde) = 0.
26+
```
27+
with boundary condition
28+
```math
29+
- 4\pi r_p^2 D_\elde \fracpar{c_\elde}{r}(t, x, r_p) = \frac{\gamma_\elde R_\elde}{\epsi_\elde}\frac{4\pi r_p^3}{3}.
30+
```
31+
32+
Reaction kinetics. The reaction rate ``R_\elde`` at each electrode is given
33+
```math
34+
R_\elde = j_{\elde}(c_\elde, c_\elyte, T)(e^{\alpha F\frac{\eta_\elde}{RT}} - e^{-(1 - \alpha) F\frac{\eta_\elde}{RT}} ) .
35+
```
36+
where ``\eta_\elde`` and ``j_\elde`` denote the overpotential and the reaction exchange current density. The overpotential
37+
``\eta_\elde`` is given by
38+
```math
39+
\eta_\elde = \phi_\elde - \phi_\elyte - U_\elde(c_\elde, T).
40+
```
41+
where ``U_\elde`` denotes the open circuit potential, given as a function of the Lithium concentration in the electrode
42+
and the temperature. The exchange current density is given by
43+
```math
44+
j_\elde = k_{\elde,0} e^{-\frac{E_a}{R}(1/T - 1/T_{\text{ref}})}\left(c_\elyte(c_{\elde,\max} - c_\elde)c_\elde\right)^{\frac12}.
45+
```

0 commit comments

Comments
 (0)