commit 8403363168b3d06a1e8f55cc0562f087e5f542c3
parent aa7e4acb6d8f1d2cda21c117a363184f94ed2499
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Tue, 3 Sep 2019 21:37:51 +0200
Increase water pressure forcing amplitude in diurnal example
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/examples/Makefile b/examples/Makefile
@@ -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'