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

[Gmsh] Degenerate 2D Elements when using ElmerSolver

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   January 12, 2017, 09:42
Exclamation Degenerate 2D Elements when using ElmerSolver
  #1
New Member
 
Mustafa Iqbal
Join Date: Jan 2017
Posts: 1
Rep Power: 0
mustafaiqbal is on a distinguished road
Hello!

I previously posted on the Elmer forum to seek help on this issue, and was told that my issue lies in GMSH.

I am generating a mesh which is very fine at a certain point, when I load this mesh into ElmerSolver and run the solver I get degenerate element errors. On reconverting the Elmer mesh to GMSH .msh and investigating, I see those degenerate elements.

Please see attached the .msh before input to Elmer, and the .msh after I convert it back from the Elmer format.

Here is the .geo code:

Code:
//+
Point(1) = {0, 0, 0, 1.0};
//+
Point(3) = {0, 11.45, 0, 1.0};
//+
Point(4) = {0, 22.9, 0, 1.0};
//+
Point(6) = {0.5, 0, 0, 1.0};
//+
Point(7) = {0.75, 0, 0, 1.0};
//+
Point(8) = {0.75, 22.9, 0, 1.0};
//+
Line(1) = {4, 3};
//+
Line(3) = {1, 6};
//+
Line(4) = {6, 7};
//+
Line(5) = {7, 8};
//+
Line(6) = {8, 4};
//+
Line(7) = {3, 6};
//+
Line(8) = {4, 3};
//+
Line(17) = {3, 1};
//+
Line Loop(9) = {8, 7, 4, 5, 6};
//+
Plane Surface(10) = {9};
//+
Characteristic Length {6, 7, 8, 4} = 0.1;
//+
Characteristic Length {3} = 10e-6;
//+
Physical Line(11) = {8};
//+
Physical Line(12) = {6};
//+
Physical Line(13) = {5};
//+
Physical Line(14) = {4};
//+
Physical Line(15) = {7};
//+
Physical Surface(16) = {10};
//+
Many thanks!
Mustafa.
Attached Images
File Type: png msh converted from Elmer.png (189.5 KB, 10 views)
File Type: jpg msh before elmer.jpg (75.1 KB, 10 views)
mustafaiqbal is offline   Reply With Quote

Reply

Tags
mesh degenerate 2d elmer


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
3D Windturbine simulation in SU2 k.vimalakanthan SU2 15 October 12, 2023 05:53
Ansys SIG$ILL error loth ANSYS 3 December 24, 2015 05:31
[Gmsh] Vertex numbering is dense KateEisenhower OpenFOAM Meshing & Mesh Conversion 7 August 3, 2015 10:49
Penetrating elements in extruded mesh Michael P CFX 2 May 20, 2005 08:06
CFX4.3 -build analysis form Chie Min CFX 5 July 12, 2001 23:19


All times are GMT -4. The time now is 15:04.