Files
openfoam/tutorials/incompressible/SRFPimpleFoam/rotor2D/makeMesh
2016-02-15 18:30:24 +00:00

10 lines
233 B
Bash
Executable File

#!/bin/sh
cd ${0%/*} || exit 1 # Run from this directory
set -x
m4 < system/blockMeshDict.m4 > system/blockMeshDict
blockMesh > log.blockMesh 2>&1
#------------------------------------------------------------------------------