tTweak diurnal simulation parameters and visualization - cngf-pf - continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
 (HTM) git clone git://src.adamsgaard.dk/cngf-pf
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit ebf827ae779947e05987c325b8f5e0f856bcb6f1
 (DIR) parent f175bbc984baa7be03a88a867a44d3d26aafbaae
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Thu, 25 Apr 2019 19:03:37 +0200
       
       Tweak diurnal simulation parameters and visualization
       
       Diffstat:
         M 1d_fd_simple_shear_fluid.gp         |       6 +++---
         M Makefile                            |       2 +-
       
       2 files changed, 4 insertions(+), 4 deletions(-)
       ---
 (DIR) diff --git a/1d_fd_simple_shear_fluid.gp b/1d_fd_simple_shear_fluid.gp
       t@@ -8,12 +8,12 @@ set multiplot layout 1,3
        
        set ylabel "Vertical position, z [m]" offset 2
        
       -set yrange [0.0:0.73]
       +set yrange [0.0:2.03]
        
        set key bottom right #samplen 0.9
        
       -set xlabel "Horizontal velocity, v_x [-]"
       -#set xrange [-0.1:1.05]
       +set xlabel "Horizontal velocity, v_x [m/s]"
       +set xrange [0.0:0.004]
        plot filename u 2:1 w l lw 2 lc "red" t ""
        
        set xlabel "Effective normal stress [Pa]"
 (DIR) diff --git a/Makefile b/Makefile
       t@@ -16,7 +16,7 @@ plots: 1d_fd_simple_shear.png \
        
        diurnal.mp4: 1d_fd_simple_shear 1d_fd_simple_shear_fluid.gp
                /usr/bin/env zsh -c '\
       -        ./$< --resolution 10 --normal-stress 150e3 --fluid --fluid-permeability 1e-19 --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 --fluid-pressure-freq $$(( 1.0/(3600*24) )) --time-step 1e-1 --file-interval 60 --time-end $$(( 3600*24 )) diurnal'
       +        ./$< --resolution 50 --length 2.0 --normal-stress 150e3 --fluid --fluid-permeability 1e-17 --fluid-pressure-top 50e3 --fluid-pressure-ampl 50e3 --fluid-pressure-freq $$(( 1.0/(3600*24) )) --time-step 1e-1 --file-interval $$(( 60*10 )) --time-end $$(( 3600*24*7 )) diurnal'
                /bin/bash -c '\
                for f in diurnal.output*.txt; do \
                        gnuplot -e "filename=\"$$f\"; p_min=\"0\"; p_max=\"150e3\"" $<_fluid.gp > $$f.png; \