cngf-pf

continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
git clone git://src.adamsgaard.dk/cngf-pf # fast
git clone https://src.adamsgaard.dk/cngf-pf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 17369420c69ce6404c4e85804889cea5ad9824d0
parent 1518f94d36ef64e182bb84638021dfc4c4544ef2
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Apr 2019 10:57:33 +0200

Add note on tuning

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

diff --git a/README.md b/README.md @@ -3,7 +3,9 @@ This project contains a simple 1d implementation of the [Henann and Kamrin 2013](https://doi.org/10.1073/pnas.1219153110) model under simple shear. See below for a comparison with the DEM results from [Damsgaard et al. -2013](https://doi.org/10.1002/2013JF002830). +2013](https://doi.org/10.1002/2013JF002830). The continuum model is not tuned +rigorously against the DEM, and the correspondence could probably be improved +further. ---