6 lines
119 B
Text
6 lines
119 B
Text
|
#!/bin/sh
|
||
|
set -x
|
||
|
|
||
|
m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
|
||
|
blockMesh >& log.blockMesh
|