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 553152a64edc5454b326ec55073263f47053431b
parent 274f48009ff4183a39733aa2fec335097f3da033
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Wed, 28 Aug 2019 12:06:21 +0200

Update README

Diffstat:
MREADME.md | 3++-
1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/README.md b/README.md @@ -2,7 +2,8 @@ [![pipeline status](https://gitlab.com/admesg/1d_fd_simple_shear/badges/master/pipeline.svg)](https://gitlab.com/admesg/1d_fd_simple_shear/commits/master) This project contains a 1d implementation of the [Henann and Kamrin -2013](https://doi.org/10.1073/pnas.1219153110) model under simple shear. +2013](https://doi.org/10.1073/pnas.1219153110) model under simple shear, with +various extensions such as diffusive fluid coupling and cohesion. ## How to run The implementation in C requires a C99-compatible compiler (e.g. `gcc` or