tUpdate parameters in fig7 to match fig6 - cngf-pf-exp1 - experiments for first paper with continuum granular model
(HTM) git clone git://src.adamsgaard.dk/manus_continuum_granular1_exp
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit dfcb11fd175b3edc939f7cb5f04418b01dd4d0de
(DIR) parent 9e2fd9d11595857961d7ce1456f68cc32f67f2af
(HTM) 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(-)
---
(DIR) diff --git a/fig7/Makefile b/fig7/Makefile
t@@ -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 $< > $@