mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: clean up multiphase tutorials
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
|
||||
Reference in New Issue
Block a user