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:
@ -50,7 +50,7 @@ gnuplot<<EOF
|
||||
'./postProcessing/fluid/outflow/$surfaceFile' \
|
||||
every ::10::20000 u 1:(360*\$3) w l lt 3 t 'liquid outflow', \
|
||||
'./postProcessing/fluid/outflow/$surfaceFile' \
|
||||
every ::10::20000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapor outflow'
|
||||
every ::10::20000 u 1:(360*\$2+360*\$3) w l lt 4 t 'liquid + vapour outflow'
|
||||
|
||||
set ylabel 'Enthalpy in- and outflow (J/s)'
|
||||
set yrange [1.5e5:2.0e5]
|
||||
@ -64,7 +64,7 @@ gnuplot<<EOF
|
||||
"<paste \
|
||||
./postProcessing/fluid/outletLiquid/$surfaceFile \
|
||||
./postProcessing/fluid/outletGas/$surfaceFile" \
|
||||
every ::10::20000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapor outflow'
|
||||
every ::10::20000 u 1:(360*\$2+360*\$4) w l lt 4 t 'liquid + vapour outflow'
|
||||
|
||||
unset multiplot
|
||||
|
||||
|
||||
Reference in New Issue
Block a user