cngf-pf

continuum model for granular flows with pore-pressure dynamics (renamed from 1d_fd_simple_shear)
git clone git://src.adamsgaard.dk/cngf-pf # fast
git clone https://src.adamsgaard.dk/cngf-pf.git # slow
Log | Files | Refs | README | LICENSE Back to index

commit 7b434c7ef2fb006a8e5635ed7eb4092fd367e0e4
parent ba034e19478adc9c2384cc2dac0dbb1f33c621cb
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  5 Apr 2019 20:53:35 +0200

Fix horizontal label for plot

Diffstat:
M1d_fd_simple_shear.gp | 2+-
M1d_fd_simple_shear.png | 0
2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/1d_fd_simple_shear.gp b/1d_fd_simple_shear.gp @@ -7,7 +7,7 @@ #set terminal pngcairo color size 8.6 cm, 7.6 cm set terminal pngcairo color size 18.6 cm, 17.6 cm set output "1d_fd_simple_shear.png" -set xlabel "Horizontal velocity, v_x [m]" +set xlabel "Normalized horizontal velocity, v_x [-]" set ylabel "Vertical position, x_3 [m]" offset 2 #set grid diff --git a/1d_fd_simple_shear.png b/1d_fd_simple_shear.png Binary files differ.