Skip to content
Snippets Groups Projects
Commit 42f3fc49 authored by Hamza Oukili's avatar Hamza Oukili
Browse files

Merge branch 'feature/updateBiominSlides' into 'master'

[slides][biomin] updates slides according to issue tracker (issue #77)

See merge request !283
parents 3cf1630a 852e51bb
No related branches found
No related tags found
1 merge request!283[slides][biomin] updates slides according to issue tracker (issue #77)
Pipeline #47746 passed
......@@ -54,11 +54,11 @@ Main desired effects of ICP in those applications are:
## Model concept: Relevant processes
:::::: {.columns}
::: {.column width=50%}
::: {.column width=45%}
<img src="img/biomin_model-2p.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small>
:::
::: {.column width=50%}
::: {.column width=55%}
- Two-phase transport
:::
::::::
......@@ -66,11 +66,11 @@ Main desired effects of ICP in those applications are:
## Model concept: Relevant processes
:::::: {.columns}
::: {.column width=50%}
::: {.column width=45%}
<img src="img/biomin_model-2pnc.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small>
:::
::: {.column width=50%}
::: {.column width=55%}
- Two-phase, multi-component transport
:::
::::::
......@@ -78,11 +78,11 @@ Main desired effects of ICP in those applications are:
## Model concept: Relevant processes
:::::: {.columns}
::: {.column width=50%}
::: {.column width=45%}
<img src="img/biomin_model-microbes.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small>
:::
::: {.column width=50%}
::: {.column width=55%}
**For this exercise:**
Neglecting microbial growth and decay, attachment and detachment
......@@ -95,11 +95,11 @@ Neglecting microbial growth and decay, attachment and detachment
## Model concept: Relevant processes
:::::: {.columns}
::: {.column width=50%}
::: {.column width=45%}
<img src="img/biomin_model-urea.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small>
:::
::: {.column width=50%}
::: {.column width=55%}
- Urea hydrolysis
$$
\begin{aligned}
......@@ -291,24 +291,23 @@ PermeabilityType evaluatePermeability(PermeabilityType refPerm,
## Exercise
:::::: {.columns}
::: {.column width=45%}
Academic problem setup
::: {.column width=50%}
* 2 aquifers with sealing aquitard
* Upper aquifer: "drinking water"
* Lower aquifer: "$\mathrm{CO_2}$ storage"
* Problem:
* Leakage pathway
* Stored $\mathrm{CO_2}$ would migrate to drinking water aquifer!
* Biomineralization injection could "seal" the leakage pathway
* Biomineralization to "seal" the leakage
:::
::: {.column width=55%}
::: {.column width=50%}
<img src="img/biomin_exercise-setup.png"/>
:::
::::::
## Exercise tasks
<small>
1. Get familiar with the code
2. Implement the simplified chemical reactions
3. Use source()-function to link chemistry-file to problem
......@@ -316,9 +315,10 @@ Academic problem setup
5. Implement new boundary condition for $\mathrm{CO_2}$-injection in lower aquifer
6. Exchange the permeability law from Kozeny-Carman to a Power Law
7. Use tabulated values for $\mathrm{CO_2}$
</small>
## Exercise
First step: Go to
[https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-biomineralization](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-biomineralization)
First step: Go to the
[Biomineralization Exercise](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-biomineralization)
and check out the README
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment