From 05c9c4a4a9b0347cbc45f281d42a6972ca75d5a7 Mon Sep 17 00:00:00 2001 From: Timo Koch <timo.koch@iws.uni-stuttgart.de> Date: Thu, 2 Apr 2020 17:40:42 +0200 Subject: [PATCH] [examples][tracer] Some streamlining with the other examples --- examples/1ptracer/README.md | 13 +++++++++---- examples/1ptracer/doc/intro.md | 13 +++++++++---- 2 files changed, 18 insertions(+), 8 deletions(-) diff --git a/examples/1ptracer/README.md b/examples/1ptracer/README.md index fc90a054fb..0ebe64e72a 100644 --- a/examples/1ptracer/README.md +++ b/examples/1ptracer/README.md @@ -8,10 +8,15 @@ is obtained from the solution of a stationary single-phase problem, and subseque this velocity field is used for the simulation of the transport of tracer through the domain. -The main points illustrated in this example are: -* Setting up and solving a stationary single-phase flow problem -* Setting up and solving a tracer transport problem -* Solving two problems sequentially and realizing the data transfer +__The main points illustrated in this example are__ +* setting up and solving a stationary single-phase flow problem +* setting up and solving a tracer transport problem +* solving two problems sequentially and realizing the data transfer +* using a simple method to generate a random permeability field + +__Table of contents__. This description is structured as follows: + +[[_TOC_]] ## Problem set-up A domain with an extent of $`10 \, \mathrm{m} \times 10 \, \mathrm{m}`$ is considered, diff --git a/examples/1ptracer/doc/intro.md b/examples/1ptracer/doc/intro.md index ae56717715..83583192b2 100644 --- a/examples/1ptracer/doc/intro.md +++ b/examples/1ptracer/doc/intro.md @@ -6,10 +6,15 @@ is obtained from the solution of a stationary single-phase problem, and subseque this velocity field is used for the simulation of the transport of tracer through the domain. -The main points illustrated in this example are: -* Setting up and solving a stationary single-phase flow problem -* Setting up and solving a tracer transport problem -* Solving two problems sequentially and realizing the data transfer +__The main points illustrated in this example are__ +* setting up and solving a stationary single-phase flow problem +* setting up and solving a tracer transport problem +* solving two problems sequentially and realizing the data transfer +* using a simple method to generate a random permeability field + +__Table of contents__. This description is structured as follows: + +[[_TOC_]] ## Problem set-up A domain with an extent of $`10 \, \mathrm{m} \times 10 \, \mathrm{m}`$ is considered, -- GitLab