Build instructions update: Cesare Guardino
[foam-extend-3.2.git] / tutorials / incompressible / pimpleDyMFoam / axialTurbine / makeMesh
blob1df400eb68a10980c5a2723cb3cb5216ecb09514
1 #!/bin/sh
3 m4 < constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict
4 blockMesh
5 transformPoints -cylToCart "((0 0 0) (0 0 1) (1 0 0))"