commit 3d0ba716b503cdc4601ba45c9a48d22afe73d78e
parent a9f79ec4da5140331d52ada83cfa3ee030e1571c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 28 Jun 2019 17:49:53 +0200
Increase depth in diurnal example
Diffstat:
3 files changed, 8 insertions(+), 3 deletions(-)
diff --git a/examples/1d_fd_simple_shear_fluid.gp b/examples/1d_fd_simple_shear_fluid.gp
@@ -7,8 +7,6 @@ set terminal pngcairo color size 40 cm, 12 cm
set multiplot layout 1,3
# set multiplot layout 1,4
-set yrange [0.0:2.0]
-
set key bottom right #samplen 0.9
set xlabel "Water pressure, p_f [Pa]"
diff --git a/examples/Makefile b/examples/Makefile
@@ -19,7 +19,12 @@ diurnal.output00000.txt.png: 1d_fd_simple_shear_fluid.gp diurnal.output00000.txt
diurnal.output00000.txt: $(BIN)
/bin/sh -c '\
- ./$< --resolution 50 --length 2.0 --normal-stress 150e3 --fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 --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'
+ ./$< --resolution 50 --length 4.0 --normal-stress 150e3 \
+ --fluid --fluid-permeability 2e-17 \
+ --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 \
+ --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'
diurnal.timeseries.txt: diurnal.output00000.txt
/bin/sh -c '\
@@ -99,6 +104,8 @@ $(BIN):
clean:
$(RM) *.txt
$(RM) *.png
+ $(RM) *.gif
+ $(RM) *.mp4
$(RM) *.pdf
$(RM) *.o
$(RM) 1d_fd_simple_shear.png
diff --git a/examples/diurnal.gif b/examples/diurnal.gif
Binary files differ.