openfoam/tutorials/multiphase/reactingMultiphaseEulerFoam/laminar/mixerVessel2D/makeMesh

9 lines
185 B
Bash
Executable File

#!/bin/sh
m4 < system/blockMeshDict.m4 > system/blockMeshDict
blockMesh
topoSet
setsToZones -noFlipMap
#------------------------------------------------------------------------------