Surface elements node numbering issue

Moderator: GiD Team

Post Reply
Rolando
Posts: 9
Joined: Fri Jan 14, 2022 12:18 am

Surface elements node numbering issue

Post by Rolando »

Dear all

I need a mesh consisting of triangular quadratic surface elements to be exported from GiD into DiANA, via *.txt file. However, it seems that node numbering from GiD and DiANA are quite different. In the attached I show the required node numbering in DiANA (counterclockwise, sequentially numbered nodes; with corner nodes #1, #3 and #5; mid-nodes #2, #4 and #6). I noticed that GiD is also counterclockwise but corner nodes are #1, #2 and #3.

Is this correct? and if so, is there any chance to re-order the node numbering in GiD prior to meshing?

Thanks in advance,
Attachments
imagen_2024-06-10_211238292.png
imagen_2024-06-10_211238292.png (16.57 KiB) Viewed 10207 times
User avatar
escolano
Posts: 1959
Joined: Sun Sep 05, 1982 10:51 pm

Re: Surface elements node numbering issue

Post by escolano »

The quadratic connectivities of GiD is as you said hierarchical, first linear nodes of corners, and after the quadratic nodes.
Each program and format has its own order, there is not any standard.
But you can export the mesh and other data in the format you want,
  • writing a simple .bas template, in a trivial case like this (write the mesh with a different element order of connectivities)
Have a loop to the files of <GiD>/templates
e.g.<GiD>\templates\NastranMesh.bas require write elements with other order that the GiD internal
  • or writing a full problemtype to handle the conditions, materials, and also a specific file format (with Tcl procedures)
Post Reply