tutorials/mesh/blockMesh/sphere7: New 7-block sphere mesh example

Contributed by Georg Skillas
This commit is contained in:
Henry Weller
2016-10-16 15:14:26 +01:00
parent 550206b5fd
commit dccee2bae7
5 changed files with 249 additions and 0 deletions

View File

@ -0,0 +1,9 @@
#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
# Source tutorial run functions
. $WM_PROJECT_DIR/bin/tools/RunFunctions
runApplication blockMesh
#------------------------------------------------------------------------------