compressible::alphatWallBoilingWallFunction: Naming consistency

Tutorials have been updated to use the new consistent names within the
wall boiling system. The changes are backwards compatible so all
tutorials should run both before and after this change.
This commit is contained in:
Will Bainbridge
2023-01-24 09:15:16 +00:00
parent 870f4e9dae
commit 9adabe8cbd
47 changed files with 78 additions and 78 deletions

View File

@ -57,7 +57,7 @@ gnuplot<<EOF
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$4) w l lt 3 t 'liquid outflow', \
'./postProcessing/outflow/$surfaceFile' \
every ::4::10000 u 1:(360*\$2+360*\$3+360*\$4) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$3+360*\$4) w l lt 4 t 'liquid + vapour outflow'
set ylabel 'Enthalpy in- and outflow (J/s)'
set yrange [1.5e5:2.0e5]
@ -72,7 +72,7 @@ gnuplot<<EOF
./postProcessing/outletLiquid/$surfaceFile \
./postProcessing/outletGas/$surfaceFile \
./postProcessing/outletGas2/$surfaceFile" \
every ::4::10000 u 1:(360*\$2+360*\$4+360*\$6) w l lt 4 t 'liquid + vapor outflow'
every ::4::10000 u 1:(360*\$2+360*\$4+360*\$6) w l lt 4 t 'liquid + vapour outflow'
unset multiplot