Skip to content

Commit

Permalink
Update demonstration_cases.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
CarolineHalllin authored Jul 26, 2024
1 parent 317a18e commit 53a449b
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions docs/tutorials/demonstration_cases.rst
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
Demonstration cases
===================
In the `example folder ... you find a collection of input files needed to run example models.


1. Install aeolis

pip install aeolis

2. Install the examples

To install the examples do the following:

.. code-block:: bash

aeolis examples .

This will install the examples in the current directory. If you want to install them in a different directory, replace the "." with the path to the directory you want to install the examples in.

3. Run the simulation

Run the simulation with:

.. code-block:: bash

aeolis run aeolis_examples/parabolic_dune_model/aeolis.txt


4. View/plot the results

0 comments on commit 53a449b

Please sign in to comment.