CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Gmsh] CheckMesh problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   March 21, 2016, 12:12
Exclamation CheckMesh problem
  #1
New Member
 
sif
Join Date: Feb 2016
Posts: 5
Rep Power: 10
laouichi sif is on a distinguished road
When I tried to check my mesh using the commend (checkMesh -allTopology -allGeometry) I had this message (Failed 1 mesh checks)
My model is a car I used gmsh for the geometry and a tetrahedral mesh with 3 box fields
The full chechMesh response is :



/*---------------------------------------------------------------------------*\
| ========= | |
| \\ / F ield | OpenFOAM: The Open Source CFD Toolbox |
| \\ / O peration | Version: 2.1.1 |
| \\ / A nd | Web: www.OpenFOAM.org |
| \\/ M anipulation | |
\*---------------------------------------------------------------------------*/
Build : 2.1.1-221db2718bbb
Exec : checkMesh -allTopology -allGeometry
Date : Mar 21 2016
Time : 16:54:29
Host : "seif-Inspiron-N5110"
PID : 6533
Case : /home/seif/Desktop/FoamExo/poly
nProcs : 1
sigFpe : Enabling floating point exception trapping (FOAM_SIGFPE).
fileModificationChecking : Monitoring run-time modified files using timeStampMaster
allowSystemOperations : Disallowing user-supplied system call operations

// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
Create time

Create polyMesh for time = 0

Time = 0

Mesh stats
points: 179866
internal points: 0
edges: 626707
internal edges: 88521
internal edges using one boundary point: 0
internal edges using two boundary points: 88521
faces: 625295
internal faces: 266975
cells: 178454
boundary patches: 6
point zones: 0
face zones: 0
cell zones: 1

Overall number of cells of each type:
hexahedra: 0
prisms: 178454
wedges: 0
pyramids: 0
tet wedges: 0
tetrahedra: 0
polyhedra: 0

Checking topology...
Boundary definition OK.
Cell to face addressing OK.
Point usage OK.
Upper triangular ordering OK.
Face vertices OK.
Topological cell zip-up check OK.
Face-face connectivity OK.
<<Writing 1412 cells with with two non-boundary faces to set twoInternalFacesCells
Number of regions: 1 (OK).

Checking patch topology for multiply connected surfaces ...
Patch Faces Points Surface topology Bounding box
frontAndBack 356908 179866 ok (non-closed singly connected) (-297.817 0 0) (1983.46 858.095 40)
top 58 118 ok (non-closed singly connected) (-297.817 858.095 0) (1983.46 858.095 40)
inlet 22 46 ok (non-closed singly connected) (-297.817 0 0) (-297.817 858.095 40)
bttom 628 1258 ok (non-closed singly connected) (-297.817 0 0) (1983.46 0 40)
outlet 22 46 ok (non-closed singly connected) (1983.46 0 0) (1983.46 858.095 40)
car 682 1364 ok (non-closed singly connected) (-0.0471055 1.47399 0) (297.845 83.7705 40)

Checking geometry...
Overall domain bounding box (-297.817 0 0) (1983.46 858.095 40)
Mesh (non-empty, non-wedge) directions (1 1 1)
Mesh (non-empty) directions (1 1 1)
Boundary openness (1.14653e-18 3.09871e-17 -2.51217e-23) OK.
Max cell openness = 2.13669e-16 OK.
Max aspect ratio = 309.888 OK.
Minumum face area = 0.0554911. Maximum face area = 2271.43. Face area magnitudes OK.
Min volume = 2.21964. Max volume = 40108.1. Total volume = 7.76016e+07. Cell volumes OK.
Mesh non-orthogonality Max: 41.1748 average: 6.15288
Non-orthogonality check OK.
Face pyramids OK.
Max skewness = 0.60236 OK.
Coupled point location match (average 0) OK.
Face tets OK.
Min/max edge length = 0.327236 56.7859 OK.
All angles in faces OK.
Face flatness (1 = flat, 0 = butterfly) : average = 1 min = 1
All face flatness OK.
Cell determinant (wellposedness) : minimum: 0 average: 2.59366e-36
***Cells with small determinant found, number of cells: 178454
<<Writing 178454 under-determined cells to set underdeterminedCells
Concave cell check OK.

Failed 1 mesh checks.

End





The geometry of the car is in the attachments

Thank you !!
Attached Files
File Type: txt box_field02.txt (7.7 KB, 5 views)
laouichi sif is offline   Reply With Quote

Old   March 23, 2016, 07:08
Default
  #2
New Member
 
sif
Join Date: Feb 2016
Posts: 5
Rep Power: 10
laouichi sif is on a distinguished road
I tried to run " checkMesh -allTopology" I found that "the Mesh ok"
but when I run "checkMesh -allGeometry" I found "Failed 1 mesh checks"
the problem was in "Cell determinant (wellposedness)" .I get a huge number of cells with small determinant that are written to a faceSet undeterminedCells

(( Cell determinant (wellposedness) : minimum: 0 average: 2.46593e-36
***Cells with small determinant found, number of cells: 190460
<<Writing 190460 under-determined cells to set underdeterminedCells ))

Has anyone some experience with this issue? Does this even effect the simulation?
Or is there any solution to this problem?
please help me !!
laouichi sif is offline   Reply With Quote

Old   March 26, 2016, 19:14
Default
  #3
Senior Member
 
ok
Join Date: Oct 2013
Posts: 346
Rep Power: 14
Maimouna is on a distinguished road
Dear Sif,

have you got your question answer, I'm also looking for the same qustion. If you got the answer shear me your experience please.

Kind regards

Maimouna
Maimouna is offline   Reply With Quote

Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
area does not match neighbour by ... % -- possible face ordering problem St.Pacholak OpenFOAM 11 September 4, 2024 05:28
[blockMesh] checkMesh Problem Seb_Ve OpenFOAM Meshing & Mesh Conversion 1 May 31, 2018 10:40
Large problem partitioner tzy CFX 3 February 7, 2018 18:11
natural convection problem for a CHT problem Se-Hee CFX 2 June 10, 2007 07:29
Adiabatic and Rotating wall (Convection problem) ParodDav CFX 5 April 29, 2007 20:13


All times are GMT -4. The time now is 23:51.