commit dfcb11fd175b3edc939f7cb5f04418b01dd4d0de parent 9e2fd9d11595857961d7ce1456f68cc32f67f2af Author: Anders Damsgaard <anders@adamsgaard.dk> Date: Wed, 4 Sep 2019 13:14:34 +0200 Update parameters in fig7 to match fig6 Diffstat:
M | fig7/Makefile | | | 21 | ++++++++++++--------- |
1 file changed, 12 insertions(+), 9 deletions(-)
diff --git a/fig7/Makefile b/fig7/Makefile @@ -4,15 +4,18 @@ FIG = $(shell basename $(CURDIR)) default: ../$(FIG).pdf sim.output00000.txt: $(BIN) Makefile ../skindepth.gp - /bin/sh -c '\ - ./$< --length 8.0 --normal-stress 150e3 \ - --stress-ratio 0.4 \ - --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 "3600" | bc -l ) \ - --time-end $$( echo "3600*24*3 + 3600" | bc -l ) \ - --normalize sim' + ./$< \ + --length 8.0 \ + --set-shear-velocity $$(echo "1000/(365*24*60*60)" | bc -l) \ + --normal-stress 200e3 \ + --fluid \ + --fluid-permeability 2e-17 \ + --fluid-pressure-top 100e3 \ + --fluid-pressure-ampl 80e3 \ + --fluid-pressure-freq $$(echo "1.0/(3600*24)" | bc -l) \ + --file-interval $$(echo "3600" | bc -l) \ + --time-end $$(echo "3600*24*3 + 3600" | bc -l) \ + --normalize sim ../$(FIG).pdf: fig.gp sim.output00000.txt gnuplot $< > $@