TUT: change output tag 'hill' to more consistent 'bump'

This commit is contained in:
Kutalmis Bercin
2019-12-28 10:33:45 +00:00
committed by Andrew Heather
parent ab0dd1f1a8
commit e34a6e7df0

View File

@ -18,7 +18,7 @@ plotCf() {
declare -a resultSet=("${!1}")
declare -a modelSet=("${!2}")
graphNameCf="hill2D_cf.png"
graphNameCf="bump2D_cf.png"
echo "Creating skin friction coefficient graph to $graphNameCf"
gnuplot<<PLT_CF
set terminal pngcairo font "helvetica,20" size 1000, 1000
@ -58,7 +58,7 @@ plotCp() {
declare -a resultSet=("${!1}")
declare -a modelSet=("${!2}")
graphNameCp="hill2D_cp.png"
graphNameCp="bump2D_cp.png"
echo "Creating pressure coefficient graph to $graphNameCp"
gnuplot<<PLT_CP
set terminal pngcairo font "helvetica,20" size 1000, 1000