manus_continuum_granular1_exp

Experiments for first paper with continuum granular model
git clone git://src.adamsgaard.dk/.manus_continuum_granular1_exp
Log | Files | Refs | Submodules | README | LICENSE

commit b938ac36081e681a6ba3255ed5b5595717e1810e
parent 3fbe801a994a34adda4616dcc4fe10f720b18f2c
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Tue,  9 Jul 2019 16:30:02 +0200

Lower applied friction from default value

Diffstat:
Mfig4/Makefile | 1+
Mfig5/Makefile | 1+
Mfig6/Makefile | 1+
Mfig7/Makefile | 1+
4 files changed, 4 insertions(+), 0 deletions(-)

diff --git a/fig4/Makefile b/fig4/Makefile @@ -6,6 +6,7 @@ default: ../$(FIG).pdf sim.output00000.txt: $(BIN) /bin/sh -c '\ ./$< --resolution 200 --length 8.0 --normal-stress 150e3 \ + --stress-ratio 0.40 \ --fluid --fluid-permeability 2e-17 --fluid-pressure-top 50e3 \ --fluid-pressure-ampl 50e3 \ --fluid-pressure-freq $$( echo "1.0/(3600*24)" | bc -l ) \ diff --git a/fig5/Makefile b/fig5/Makefile @@ -6,6 +6,7 @@ default: ../$(FIG).pdf sim.output00000.txt: $(BIN) /bin/sh -c '\ ./$< --resolution 200 --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 ) \ diff --git a/fig6/Makefile b/fig6/Makefile @@ -6,6 +6,7 @@ default: ../$(FIG).pdf sim.output00000.txt: $(BIN) Makefile ../skindepth.gp /bin/sh -c '\ ./$< --resolution 200 --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 ) \ diff --git a/fig7/Makefile b/fig7/Makefile @@ -6,6 +6,7 @@ default: ../$(FIG).pdf sim.output00000.txt: $(BIN) Makefile ../skindepth.gp /bin/sh -c '\ ./$< --resolution 200 --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 ) \