tIncrease water pressure forcing amplitude in diurnal example - 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 8403363168b3d06a1e8f55cc0562f087e5f542c3
(DIR) parent aa7e4acb6d8f1d2cda21c117a363184f94ed2499
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 3 Sep 2019 21:37:51 +0200
Increase water pressure forcing amplitude in diurnal example
Diffstat:
M examples/Makefile | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/examples/Makefile b/examples/Makefile
t@@ -18,9 +18,9 @@ diurnal.output00000.txt.png: 1d_fd_simple_shear_fluid.gp diurnal.output00000.txt
diurnal.output00000.txt: $(BIN)
/bin/sh -c '\
- ./$< --resolution 50 --length 8.0 --normal-stress 150e3 \
+ ./$< --length 8.0 --normal-stress 150e3 \
--fluid --fluid-permeability 2e-17 \
- --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 \
+ --fluid-pressure-top 50e3 --fluid-pressure-ampl 100e3 \
--fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \
--file-interval $$( echo "60*10" | bc -l ) \
--time-end $$( echo "3600*24*7" | bc -l ) diurnal'