For multi-region cases the default location of blockMeshDict is now system/<region name> If the blockMeshDict is not found in system then the constant directory is also checked providing backward-compatibility
7 lines
104 B
Bash
Executable File
7 lines
104 B
Bash
Executable File
#!/bin/sh
|
|
|
|
m4 < system/blockMeshDict.m4 > system/blockMeshDict
|
|
blockMesh
|
|
topoSet
|
|
setsToZones -noFlipMap
|