openfoam/tutorials/incompressible/MRFSimpleFoam/mixerVessel2D/makeMesh
2010-11-25 13:31:40 +00:00

6 lines
123 B
Bash
Executable File

#!/bin/sh
set -x
m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
blockMesh > log.blockMesh 2>&1