Skip to content
Snippets Groups Projects
To learn more about this project, read the wiki.
README.md 3.42 KiB

DuMux course exercises

The DuMux course comprises the following exercises. Each exercise folder contains a detailed description of the tasks (best viewed online by following the links) and the source files to work on.

📂 Basics

Based on a scenario where gas is injected into an aquifer, you learn how to

  • compile and run an executable,
  • see the difference of an immiscible two-phase model compared to a two-phase two-component model,
  • set up a new executable,
  • set up a non-isothermal test problem based on the isothermal test problem,
  • set boundary conditions.

📂 Main file

In this exercise, you learn how to

  • find your way in the main file,
  • solve a stationary, linear system,
  • solve an instationary, linear system,
  • solve an instationary, nonlinear system,
  • apply analytic differentiation.

📂 Runtime parameters

This exercise covers the following topics: You learn how to