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: ...@@ -54,11 +54,11 @@ Main desired effects of ICP in those applications are:
## Model concept: Relevant processes ## Model concept: Relevant processes
:::::: {.columns} :::::: {.columns}
::: {.column width=50%} ::: {.column width=45%}
<img src="img/biomin_model-2p.png"/> <img src="img/biomin_model-2p.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small> <small>(modified after Ebigbo et al., WRR 2012)</small>
::: :::
::: {.column width=50%} ::: {.column width=55%}
- Two-phase transport - Two-phase transport
::: :::
:::::: ::::::
...@@ -66,11 +66,11 @@ Main desired effects of ICP in those applications are: ...@@ -66,11 +66,11 @@ Main desired effects of ICP in those applications are:
## Model concept: Relevant processes ## Model concept: Relevant processes
:::::: {.columns} :::::: {.columns}
::: {.column width=50%} ::: {.column width=45%}
<img src="img/biomin_model-2pnc.png"/> <img src="img/biomin_model-2pnc.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small> <small>(modified after Ebigbo et al., WRR 2012)</small>
::: :::
::: {.column width=50%} ::: {.column width=55%}
- Two-phase, multi-component transport - Two-phase, multi-component transport
::: :::
:::::: ::::::
...@@ -78,11 +78,11 @@ Main desired effects of ICP in those applications are: ...@@ -78,11 +78,11 @@ Main desired effects of ICP in those applications are:
## Model concept: Relevant processes ## Model concept: Relevant processes
:::::: {.columns} :::::: {.columns}
::: {.column width=50%} ::: {.column width=45%}
<img src="img/biomin_model-microbes.png"/> <img src="img/biomin_model-microbes.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small> <small>(modified after Ebigbo et al., WRR 2012)</small>
::: :::
::: {.column width=50%} ::: {.column width=55%}
**For this exercise:** **For this exercise:**
Neglecting microbial growth and decay, attachment and detachment Neglecting microbial growth and decay, attachment and detachment
...@@ -95,11 +95,11 @@ Neglecting microbial growth and decay, attachment and detachment ...@@ -95,11 +95,11 @@ Neglecting microbial growth and decay, attachment and detachment
## Model concept: Relevant processes ## Model concept: Relevant processes
:::::: {.columns} :::::: {.columns}
::: {.column width=50%} ::: {.column width=45%}
<img src="img/biomin_model-urea.png"/> <img src="img/biomin_model-urea.png"/>
<small>(modified after Ebigbo et al., WRR 2012)</small> <small>(modified after Ebigbo et al., WRR 2012)</small>
::: :::
::: {.column width=50%} ::: {.column width=55%}
- Urea hydrolysis - Urea hydrolysis
$$ $$
\begin{aligned} \begin{aligned}
...@@ -291,24 +291,23 @@ PermeabilityType evaluatePermeability(PermeabilityType refPerm, ...@@ -291,24 +291,23 @@ PermeabilityType evaluatePermeability(PermeabilityType refPerm,
## Exercise ## Exercise
:::::: {.columns} :::::: {.columns}
::: {.column width=45%} ::: {.column width=50%}
Academic problem setup
* 2 aquifers with sealing aquitard * 2 aquifers with sealing aquitard
* Upper aquifer: "drinking water" * Upper aquifer: "drinking water"
* Lower aquifer: "$\mathrm{CO_2}$ storage" * Lower aquifer: "$\mathrm{CO_2}$ storage"
* Problem: * Problem:
* Leakage pathway * Leakage pathway
* Stored $\mathrm{CO_2}$ would migrate to drinking water aquifer! * 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"/> <img src="img/biomin_exercise-setup.png"/>
::: :::
:::::: ::::::
## Exercise tasks ## Exercise tasks
<small>
1. Get familiar with the code 1. Get familiar with the code
2. Implement the simplified chemical reactions 2. Implement the simplified chemical reactions
3. Use source()-function to link chemistry-file to problem 3. Use source()-function to link chemistry-file to problem
...@@ -316,9 +315,10 @@ Academic problem setup ...@@ -316,9 +315,10 @@ Academic problem setup
5. Implement new boundary condition for $\mathrm{CO_2}$-injection in lower aquifer 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 6. Exchange the permeability law from Kozeny-Carman to a Power Law
7. Use tabulated values for $\mathrm{CO_2}$ 7. Use tabulated values for $\mathrm{CO_2}$
</small>
## Exercise ## Exercise
First step: Go to First step: Go to the
[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) [Biomineralization Exercise](https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/tree/master/exercises/exercise-biomineralization)
and check out the README 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