tShow water pressure, not friction in stdout - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
(HTM) git clone git://src.adamsgaard.dk/cngf-pf
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) README
(DIR) LICENSE
---
(DIR) commit 6baeb1aa0ffa3e0dfc387733400af2563e958075
(DIR) parent 76f099629e26cfd4d8338b5862856ebc974d4e74
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 29 Apr 2019 17:24:03 +0200
Show water pressure, not friction in stdout
Diffstat:
M main.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
(DIR) diff --git a/main.c b/main.c
t@@ -282,8 +282,7 @@ int main(int argc, char* argv[])
sim.z[i],
sim.v_x[i],
sim.sigma_n_eff[i],
- sim.mu[i]);
- /* sim.p_f_ghost[idx1g(i)]); */
+ sim.p_f_ghost[idx1g(i)]);
else
print_three_arrays(sim.z, sim.v_x, sim.sigma_n_eff, sim.nz);