mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: basic, IO, preProcessing, VV: clean up tutorials
- TUT: mesh: add missing SnakeRiverCanyon files - TUT: mesh: add missing cp source in a foamyHexMesh tutorial
This commit is contained in:
@ -11,6 +11,7 @@ then
|
||||
savePlots=true
|
||||
fi
|
||||
|
||||
restore0Dir
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
@ -27,8 +28,9 @@ do
|
||||
if [ "$savePlots" = true ]
|
||||
then
|
||||
# Save the line plot
|
||||
mv postProcessing/sample1/100/line1_T.xy line1_T_"${schemeTag}".xy
|
||||
mv -f postProcessing/sample1/100/line1_T.xy line1_T_"${schemeTag}".xy
|
||||
fi
|
||||
|
||||
done < system/schemesToTest
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user