potentialFreeSurfaceDyMFoam: New DyM version of potentialFreeSurfaceFoam

with tutorial
This commit is contained in:
Henry
2014-04-30 16:08:03 +01:00
committed by Andrew Heather
parent d6b3f44adb
commit e4bb5fa666
28 changed files with 1244 additions and 1 deletions

View File

@ -0,0 +1,21 @@
#!/bin/sh
cd ${0%/*} || exit 1 # run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
# Set application name
application=`getApplication`
runApplication blockMesh
runApplication topoSet
mv log.topoSet log.topoSet.1
runApplication subsetMesh -overwrite c0 -patch floatingObject
runApplication topoSet -dict system/topoSetDict-selectBottom
runApplication createPatch -overwrite
cp -r 0.org 0 > /dev/null 2>&1
runApplication $application
# ----------------------------------------------------------------- end-of-file