mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
ENH: snappyHexMesh: leak closure testcase
This commit is contained in:
18
tutorials/mesh/snappyHexMesh/sphere_gapClosure/Allrun
Executable file
18
tutorials/mesh/snappyHexMesh/sphere_gapClosure/Allrun
Executable file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
cd ${0%/*} || exit 1 # Run from this directory
|
||||
. $WM_PROJECT_DIR/bin/tools/RunFunctions # Tutorial run functions
|
||||
|
||||
runApplication blockMesh
|
||||
|
||||
##- Serial run
|
||||
#runApplication snappyHexMesh
|
||||
#runApplication checkMesh -allTopology -allGeometry
|
||||
|
||||
#- Parallel run
|
||||
runApplication decomposePar
|
||||
runParallel snappyHexMesh
|
||||
runParallel checkMesh -allTopology -allGeometry
|
||||
|
||||
#runApplication reconstructParMesh -constant
|
||||
|
||||
#------------------------------------------------------------------------------
|
||||
Reference in New Issue
Block a user