|
[Sponsors] |
[blockMesh] Multi-grading: Inconsistent point locations between blocks |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
August 1, 2015, 13:21 |
Multi-grading: Inconsistent point locations between blocks
|
#1 |
Senior Member
Mikko
Join Date: Jul 2014
Location: The Hague, The Netherlands
Posts: 243
Rep Power: 13 |
Hi everyone,
I have been testing the new multi-grading feature and found out some strange behaviour in it. BlockMesh fails sometimes if the multi-grading is specified on an edge which has opposite directions between the two blocks. I attached two examples: first one runs without problems but the second one gives an error "Inconsistent point locations between block pair 0 and 1." Only the amount of cells in k-direction is changed (i.e. 20,23 and 24 are OK and 21,22 are not). What is going on? This one runs without problems: Code:
vertices ( (-0.5 0.5 0.0) (0.5 -0.5 0.0) (0.5 0.5 0.0) (1.0 1.0 0.0) (1.0 -1.0 0.0) (-1.0 1.0 0.0) (-0.5 0.5 2.0) (0.5 0.5 2.0) (0.5 -0.5 2.0) (-1.0 1.0 2.0) (1.0 -1.0 2.0) (1.0 1.0 2.0) (-0.5 -0.5 0.0) (-0.5 -0.5 2.0) ); blocks ( hex (5 3 11 9 0 2 7 6) (40 40 20) edgeGrading ( 1 1 ( (0.3 0.4 4) (0.5 0.3 1) (0.2 0.3 0.25) ) ) hex (1 2 7 8 4 3 11 10) (20 40 20) edgeGrading ( 1 1 ( (0.2 0.3 4) (0.50 0.3 1) (0.30 0.4 0.25) ) ) ); Code:
vertices ( (-0.5 0.5 0.0) (0.5 -0.5 0.0) (0.5 0.5 0.0) (1.0 1.0 0.0) (1.0 -1.0 0.0) (-1.0 1.0 0.0) (-0.5 0.5 2.0) (0.5 0.5 2.0) (0.5 -0.5 2.0) (-1.0 1.0 2.0) (1.0 -1.0 2.0) (1.0 1.0 2.0) (-0.5 -0.5 0.0) (-0.5 -0.5 2.0) ); blocks ( hex (5 3 11 9 0 2 7 6) (40 40 21) edgeGrading ( 1 1 ( (0.3 0.4 4) (0.5 0.3 1) (0.2 0.3 0.25) ) ) hex (1 2 7 8 4 3 11 10) (20 40 21) edgeGrading ( 1 1 ( (0.2 0.3 4) (0.50 0.3 1) (0.30 0.4 0.25) ) ) ); |
|
August 1, 2015, 19:49 |
|
#2 |
Senior Member
anonymous
Join Date: Aug 2014
Posts: 205
Rep Power: 13 |
I think that you should report this bug in the mantis openfoam tracker. They will surely take a look at it
|
|
August 2, 2015, 15:34 |
|
#3 |
Senior Member
Mikko
Join Date: Jul 2014
Location: The Hague, The Netherlands
Posts: 243
Rep Power: 13 |
Thanks, I did a bug report. http://www.openfoam.org/mantisbt/view.php?id=1809
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Problem with UDF compiling for kTkLW model | Wantami | FLUENT | 0 | July 18, 2011 06:11 |
[snappyHexMesh] Meshing multiple blocks | Hanno | OpenFOAM Meshing & Mesh Conversion | 3 | February 17, 2011 13:14 |
Floating point errors on a multi processor sim. | Murat | FLUENT | 0 | March 6, 2009 20:02 |
[Gmsh] Gmsh and samplesurface | touf | OpenFOAM Meshing & Mesh Conversion | 2 | December 10, 2007 03:27 |
CFX4.3 -build analysis form | Chie Min | CFX | 5 | July 13, 2001 00:19 |