6 lines
150 B
Text
6 lines
150 B
Text
|
#!/bin/sh
|
||
|
|
||
|
m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
|
||
|
blockMesh
|
||
|
transformPoints -cylToCart "((0 0 0) (0 0 1) (1 0 0))"
|