|
[Sponsors] |
[blockMesh] Wierd behaviour of blockMesh creating axis in wedge |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
December 4, 2018, 07:17 |
Wierd behaviour of blockMesh creating axis in wedge
|
#1 |
Senior Member
Robert Castilla
Join Date: Apr 2009
Location: Spain
Posts: 110
Rep Power: 17 |
Hi, everybody,
I am facing a weird behavior of blockMesh that is puzzling me . I have vortices, a block and the axis patch defined in this way: Code:
convertToMeters 0.001; vertices ( ( 49 1.37369130467505 -0.059976657627337 ) ( 57 1.37369130467505 -0.059976657627337 ) ( 49 0 0 ) ( 57 0 0 ) ( 49 1.37369130467505 0.059976657627337 ) ( 57 1.37369130467505 0.059976657627337 ) edges ( ); blocks ( hex (2 3 1 0 2 3 5 4) b2 (25 25 1) simpleGrading (1 1 1) ); boundary ( axis { type empty; faces ( (2 3 3 2) ); } ); Code:
Patches ---------------- patch 0 (start: 1200 size: 0) name: axis patch 1 (start: 1200 size: 1325) name: defaultFaces Code:
vertices ( ( 49 1.37369130467505 -0.059976657627337 ) ( 57 1.37369130467505 -0.059976657627337 ) ( 49.91 0 0 ) ( 57 0 0 ) ( 49 1.37369130467505 0.059976657627337 ) ( 57 1.37369130467505 0.059976657627337 ) ); Code:
Patches ---------------- patch 0 (start: 1200 size: 2) name: axis patch 1 (start: 1202 size: 1325) name: defaultFaces Also, it depends of discretization as well. If the 25 cells are replaced by 26, the mesh is correct again. Does have anybody any clue about the reason of this behavior? How to avoid it? Is it a bug of blockMesh? Looking forward for your comments. Best regards Robert |
|
December 4, 2018, 07:24 |
|
#2 |
Senior Member
Robert Castilla
Join Date: Apr 2009
Location: Spain
Posts: 110
Rep Power: 17 |
Hi,
I have seen now that there is a similar issue, 3 years old, in the OF issue tracking system https://bugs.openfoam.org/view.php?id=1443#c3970 And it is marked by solved, but I cannot find the solution... Best regards Robert |
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[blockMesh] blockMesh coordinate system | pardoa | OpenFOAM Meshing & Mesh Conversion | 5 | October 23, 2023 14:29 |
rhoPimpleFoam hardship | petrus | OpenFOAM Running, Solving & CFD | 0 | October 7, 2016 03:41 |
[blockMesh] Fatal Error at blockMesh Generation - wedge | hiasl | OpenFOAM Meshing & Mesh Conversion | 1 | October 17, 2012 10:47 |
[blockMesh] BlockMesh FOAM warning | gaottino | OpenFOAM Meshing & Mesh Conversion | 7 | July 19, 2010 15:11 |
[blockMesh] Trouble with blockMesh | kupiainen | OpenFOAM Meshing & Mesh Conversion | 40 | January 10, 2009 18:44 |