|
[Sponsors] |
February 7, 2011, 05:43 |
checkMesh
|
#1 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
hi dear foamer
i made an axisymmetric mesh but when i run the checkMesh, i get following warning? whats wrong? Number of edges not aligned with or perpendicular to non-empty directions what should i do to remove this warning? mesh and error log are attached thanks in advance |
|
February 7, 2011, 11:04 |
|
#2 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Hello,
checkMesh reports "Mesh OK" if you change this: wedge back ( (0 4 5 3) ) The reason is that your front and back wedges must be oriented in the same way. |
|
February 7, 2011, 12:09 |
|
#4 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
Just to make sure you are doing the same thing as me, here is the blockMeshDict that works for me.
|
|
February 7, 2011, 12:28 |
|
#5 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
thank you flowris
i copied exactly what you did, but problem is still there! checkMesh show me that previous error again! could u tell which version of openFoam do u use? i try it with openFoam 1.6 and 1.6.x and get the same error result |
|
February 7, 2011, 13:31 |
|
#6 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
Try to figure out where in your geometry the error is. You can do it by:
foamToVTK -nonAlignedEdges -time 0 Open the VTK file and let display at which age the error is. Hopefully, that will help. |
|
February 7, 2011, 14:25 |
|
#7 |
Senior Member
Nima Samkhaniani
Join Date: Sep 2009
Location: Tehran, Iran
Posts: 1,267
Blog Entries: 1
Rep Power: 25 |
thats the complete command
foamToVTK -pointSet nonAlignedEdges -time 0 but i can not see any thing more than my model geometry in paraview, my steps in paraview is like below - paraview -open blabla.vtk - open nonAlignedEdges.vtk anything else? |
|
February 7, 2011, 17:44 |
|
#8 |
Senior Member
Claus Meister
Join Date: Aug 2009
Location: Wiesbaden, Germany
Posts: 241
Rep Power: 18 |
When you have loaded it, you must use Glyth to visualize it. Just click on it and see what happens; lets play a little around. I'd like to give you detailed advice, but I haven't used it for a while.
Cheers |
|
February 8, 2011, 03:08 |
|
#9 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
I wouldn't know what the problem is. I use 1.5-dev, but I don't think this should make a difference for the command blockMesh.
Maybe there is something wrong in one of the other files. Please find my complete case, go in the folder case and run blockMesh and checkMesh. |
|
February 9, 2011, 05:29 |
|
#11 |
Senior Member
Join Date: Apr 2010
Posts: 151
Rep Power: 16 |
I don't know what the problem is. This is my output for checkMesh:
Code:
Create time Create polyMesh for time = constant Time = constant Mesh stats points: 3321 internal points: 0 faces: 6420 internal faces: 3100 cells: 1600 boundary patches: 5 point zones: 0 face zones: 0 cell zones: 0 Number of cells of each type: hexahedra: 1520 prisms: 80 wedges: 0 pyramids: 0 tet wedges: 0 tetrahedra: 0 polyhedra: 0 Checking topology... Boundary definition OK. Point usage OK. Upper triangular ordering OK. Face vertices OK. Number of regions: 1 (OK). Checking patch topology for multiply connected surfaces ... Patch Faces Points Surface topology front 1600 1701 ok (non-closed singly connected) back 1600 1701 ok (non-closed singly connected) fixedWall 80 162 ok (non-closed singly connected) inletOutlet 40 82 ok (non-closed singly connected) axis 0 0 ok (empty) Checking geometry... This is a 3-D mesh Overall domain bounding box (0 -4.362e-07 0) (9.99e-06 4.362e-07 4e-05) Mesh (non-empty) directions (1 1 1) Mesh (non-empty, non-wedge) dimensions 2 Boundary openness (-2.23938e-15 -6.24226e-17 9.57586e-19) Threshold = 1e-06 OK. Max cell openness = 1.65347e-16 OK. Max aspect ratio = 22.9253 OK. Minumum face area = 1.08941e-14. Maximum face area = 4.362e-13. Face area magnitudes OK. Min volume = 5.44705e-21. Max volume = 2.12435e-19. Total volume = 1.74306e-16. Cell volumes OK. Mesh non-orthogonality Max: 0 average: 0 Threshold = 70 Non-orthogonality check OK. Face pyramids OK. Max skewness = 2.49999 OK. Mesh OK. End |
|
Tags |
checkmesh error |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Other] How to delete cells in OF based on CheckMesh? | AndTen | OpenFOAM Meshing & Mesh Conversion | 15 | July 27, 2018 07:13 |
limited precision of checkMesh? | Robat | OpenFOAM | 6 | May 18, 2010 07:48 |
[Other] Exploit cellSets produced par checkMesh | johndeas | OpenFOAM Meshing & Mesh Conversion | 1 | March 26, 2009 11:13 |
Segmentation fault when using checkMesh | skabilan | OpenFOAM Pre-Processing | 4 | June 5, 2008 18:15 |
[Other] CheckMesh for mesh quality | gdbaldw | OpenFOAM Meshing & Mesh Conversion | 2 | October 18, 2007 01:11 |