mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
12 lines
306 B
Bash
Executable File
12 lines
306 B
Bash
Executable File
#!/bin/sh
|
|
|
|
m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
|
|
blockMesh
|
|
cellSet
|
|
#- MRF determines its own faceZone if not supplied
|
|
#cp system/faceSetDict_rotorFaces system/faceSetDict
|
|
#faceSet
|
|
#cp system/faceSetDict_noBoundaryFaces system/faceSetDict
|
|
#faceSet
|
|
setsToZones -noFlipMap
|