OpenFOAM-5.x/applications/utilities/mesh/generation/foamyMesh/Allwmake

14 lines
371 B
Bash
Executable file

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
set -x
wmake libso conformalVoronoiMesh
wmake libso conformalVoronoi2DMesh
wmake foamyQuadMesh
wmake foamyHexMesh
#wmake foamyHexMeshBackgroundMesh
#(cd foamyHexMeshSurfaceSimplify && ./Allwmake)
#wmake cellSizeAndAlignmentGrid
#------------------------------------------------------------------------------