Elmer mesh element type/GUI Tutorial 7/wire.grd

Numerical methods and mathematical models of Elmer
Post Reply
asandip
Posts: 92
Joined: 09 May 2019, 22:06
Antispam: Yes

Elmer mesh element type/GUI Tutorial 7/wire.grd

Post by asandip »

I am looking to determine the mesh element type (hexahedral? tetrahedral?linear brick?) used in the wire geometry associated with tutorial 7 in the Elmer GUI Tutorials.

Thank you for any information you can provide.
Attachments
case.sif
(4.76 KiB) Downloaded 213 times
wire.grd
(779 Bytes) Downloaded 240 times
raback
Site Admin
Posts: 4832
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Elmer mesh element type/GUI Tutorial 7/wire.grd

Post by raback »

Hex, 808 code in Elmer.
kevinarden
Posts: 2316
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: Elmer mesh element type/GUI Tutorial 7/wire.grd

Post by kevinarden »

wire,grd defines a 2D quad mesh that is rotated 360 degrees into a solid mesh. Although most of the elements come out 808 Hex, the ones on the axis come out 404 solid triangle elements.
raback
Site Admin
Posts: 4832
Joined: 22 Aug 2009, 11:57
Antispam: Yes
Location: Espoo, Finland
Contact:

Re: Elmer mesh element type/GUI Tutorial 7/wire.grd

Post by raback »

Hi

The general logic of the code is actually 100*NumberOfCorners+NumberOfNodes. So 404 is actually quadrilateral linear element, 408 is quadratic etc. Unfortunately quads and tets have both 4 corners, so tets got the family 5, which pushed pyramids to family 7. Prisms are 6 as they should.

-Peter
asandip
Posts: 92
Joined: 09 May 2019, 22:06
Antispam: Yes

Re: Elmer mesh element type/GUI Tutorial 7/wire.grd

Post by asandip »

Thank you. The naming convention for the different element types? 404 - quadratic, 808 - hex, etc. Is this information provided in the Elmer documentation? If so, which manual would it be?
kevinarden
Posts: 2316
Joined: 25 Jan 2019, 01:28
Antispam: Yes

Re: Elmer mesh element type/GUI Tutorial 7/wire.grd

Post by kevinarden »

Post Reply