1d_fd_simple_shear

Continuum model for granular flows with pore-pressure dynamics
git clone git://src.adamsgaard.dk/1d_fd_simple_shear
Log | Files | Refs | README | LICENSE

commit 8932b987faf2d100b52725468bacbf537b7e4105
parent 2c1f3a5fd087deb1f2df03cdce976e9aee7197a2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Apr 2019 20:42:11 +0200

Add instructions on how to run

Diffstat:
MREADME.md | 8++++++++
1 file changed, 8 insertions(+), 0 deletions(-)

diff --git a/README.md b/README.md @@ -7,6 +7,14 @@ below for a comparison with the DEM results from [Damsgaard et al. rigorously against the DEM, and the correspondence could probably be improved further. +## How to run +The implementation in C requires a C99-compatible compiler (e.g. `gcc` or +`clang`). Visualization requires `gnuplot`. To run, simply run `make` in this +directory and an output PNG figure is generated. + +Alternatively, an implementation in [Julia](https://julialang.org) resides in +**julia/**. + --- **Continuum model results**