TUT: clean up multiphase tutorials

This commit is contained in:
Kutalmis Bercin
2020-01-29 17:19:43 +00:00
parent 647e161511
commit 01514e4d43
1349 changed files with 5623 additions and 241919 deletions

View File

@ -9,8 +9,7 @@ runApplication -s 1 topoSet
runApplication subsetMesh -overwrite c0 -patch floatingObject
runApplication -s selectBottom \
topoSet -dict system/topoSetDict-selectBottom
runApplication -s selectBottom topoSet -dict system/topoSetDict-selectBottom
runApplication createPatch -overwrite
@ -18,4 +17,10 @@ restore0Dir
runApplication $(getApplication)
# Require awk
command -v awk >/dev/null && {
awk '{print $1 " " $3}' \
postProcessing/poolHeight/0/surfaceFieldValue.dat > poolHeight_vs_time
}
#------------------------------------------------------------------------------