|
[Sponsors] |
[mesh manipulation] Problem with extrudeMesh sHM 2D airfoil mesh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
September 1, 2014, 03:57 |
Problem with extrudeMesh sHM 2D airfoil mesh
|
#1 |
Senior Member
anonymous
Join Date: Aug 2014
Posts: 205
Rep Power: 13 |
Hi foamers,
I'm trying to make a 2D mesh of an airfoil. First I make a square blockMesh as explained in the openfoam guide. And then I run the following commands Code:
foamClearPolyMesh m4 constant/polyMesh/blockMeshDict.m4 > constant/polyMesh/blockMeshDict blockMesh transformPoints -translate "(0 0 -0.5)" snappyHexMesh -overwrite flattenMesh extrudeMesh Code:
Mesh bounding box : (-10 -10 0) (10 10 1) And if I don't run snappy before extrudeMesh I get the following output(the bounding box is correct). Code:
Mesh bounding box : (-10 -10 -0.5) (10 10 0.5) //correct |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[ICEM] unstructured 2d airfoil mesh | Mazur | ANSYS Meshing & Geometry | 21 | June 7, 2023 04:48 |
Parameters of a good airfoil mesh | CharlieBra7o | Mesh Generation & Pre-Processing | 4 | November 20, 2018 15:42 |
Airfoil simulation solution interfered by mesh | Dvergr | OpenFOAM Running, Solving & CFD | 1 | September 28, 2014 03:05 |
[snappyHexMesh] How to Do External Mesh for Airfoil sHM | msuaeronautics | OpenFOAM Meshing & Mesh Conversion | 1 | September 23, 2012 05:00 |
[Other] 2D hex mesh on multi element airfoil | Verfblikje | OpenFOAM Meshing & Mesh Conversion | 0 | January 19, 2012 11:55 |