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 78f850afa0d533bca82ae05a01988ccb4b08df8b
parent e14b1f7acdec4ceb7afb1e94d8bd2d2e5c2b6be3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Thu, 21 Sep 2023 15:45:49 +0200

add missing comment

Diffstat:
Msimulation.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/simulation.h b/simulation.h @@ -46,7 +46,7 @@ struct simulation { double C; /* representative grain size [m] */ - double d; + double d; /* ohlala */ /* grain material density [kg/m^3] */ double rho_s;