Skip to content
Snippets Groups Projects
Commit 3a8f4a10 authored by Katharina Heck's avatar Katharina Heck
Browse files

more cleanup readme

parent 86b72108
No related branches found
No related tags found
1 merge request!2[feature] add exercise main file with readme and solution
...@@ -13,11 +13,11 @@ To summarize the problems differ in: ...@@ -13,11 +13,11 @@ To summarize the problems differ in:
* exercise1_1p_b: a one-phase compressible, stationary problem * exercise1_1p_b: a one-phase compressible, stationary problem
* exercise1_1p_c: a one-phase compressible, instationary problem * exercise1_1p_c: a one-phase compressible, instationary problem
The problem set-up for all three examples is always the same: It is a two dimensional problem and the domain is $`1m x 1m`$. It is a heterogeneous set-up with a lens in the middle of the domain which has a lower permeability ($`1e-12 m^2`$ compared to $`1e-10 m^2`$ in the rest of the domain). The problem set-up for all three examples is always the same: It is a two dimensional problem and the domain is $`1 m x 1 m`$. It is a heterogeneous set-up with a lens in the middle of the domain which has a lower permeability ($`1\cdot 10^{-12} m^2`$ compared to $`1\cdot 10^{-10} m^2`$ in the rest of the domain).
<img src="https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/raw/master/exercises/extradoc/exercise1_1p_setup.png" width="1000"> <img src="https://git.iws.uni-stuttgart.de/dumux-repositories/dumux-course/raw/master/exercises/extradoc/exercise1_1p_setup.png" width="1000">
In the beginning there is a uniform pressure of $`1e5 Pa`$ in the whole domain. On the top and the bottom border dirichlet boundary conditions are set with a pressure of $`1e5 Pa`$ on top and $`2e5 Pa`$ on the bottom. At the sides there is no in- or outflow and there are no source terms. In the beginning there is a uniform pressure of $`1\cdot 10^5 Pa`$ in the whole domain. On the top and the bottom border dirichlet boundary conditions are set with a pressure of $`1\cdot 10^5 Pa`$ on top and $`2 \cdot 10^5 Pa`$ on the bottom. At the sides there is no in- or outflow and there are no source terms.
## Preparing the exercise ## Preparing the exercise
......
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