ENH: Adding tutorial for overset and multi motion solvers

This commit is contained in:
sergio
2019-08-16 12:36:18 -07:00
committed by Andrew Heather
parent d96ad1cd09
commit 771410e546
32 changed files with 1555 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
runApplication blockMesh
runApplication topoSet
runApplication subsetMesh -overwrite c0 -patch floatingObject
#------------------------------------------------------------------------------