Sphere meshing

Moderator: GiD Team

Post Reply
Lau
Posts: 4
Joined: Tue May 15, 2018 11:37 am

Sphere meshing

Post by Lau »

Hi all,

I'm new to this forum and using GID 10.0.9 recently.

I'm working on a model regarding a structure with spherical voids. Now i'm wondering if there's a way to mesh parts of this model with a structured mesh. see the following figure and the attached GID file
structure.JPG
structure.JPG (275.08 KiB) Viewed 6656 times
,
sphere_meshtest.gid.rar
(1.22 MiB) Downloaded 345 times
According to what I have read til now, spheres can be meshed by tetrahedra's only. My goal is to create a mesh aproaching the given mesh in the following figure (created with another FEM package) where a structured mesh is used outside the area with the spherical voids
mesh_goal.JPG
mesh_goal.JPG (53.38 KiB) Viewed 6656 times
.

Kind regards

Laurens
User avatar
abelcs
Posts: 146
Joined: Mon Oct 13, 2014 9:14 am

Re: Sphere meshing

Post by abelcs »

Hello,

you can mesh volumes with hexahedra using structured or semi-structured mesh. Structured volume meshes must correspond to 6-faces volumes, and semi-structured meshes must be applied to topologically prismatic volumes, this is, a volume where it can be recognized two 'top surfaces', and lateral surfaces going from one top to the other.
To reach this requirements, you may work a little bit on your geometry, splitting some volume so as all the volumes can fit into structured or semi-structured mesh.
Lau
Posts: 4
Joined: Tue May 15, 2018 11:37 am

Re: Sphere meshing

Post by Lau »

Hi, thanks for the quick response. I'm still wondering how the connection between the 'unstructured' part with spherical voids can be made with the structured or semi-structured part with hexahedra elements. In the attached image the two volumes (4 and 5) are given wherein surface '2' is shared. When the hexahedra type is choses for the prismatic part (volume 5) an error, regarding incompatibility is given.
structure_2.JPG
structure_2.JPG (129.3 KiB) Viewed 6649 times
Thanks, Laurens
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

Re: Sphere meshing

Post by escolano »

It is possible to create and mesh with GiD a geometry like your first image, but split the volume around the sphere hole into structured (6 faces block-like) could be hard to do.

I attach the zipped GiD example
StructuredSphereHoledCube.zip
(77.82 KiB) Downloaded 401 times
of this picture
StructuredSphereHoledCube2.png
StructuredSphereHoledCube2.png (12.18 KiB) Viewed 6645 times
(some hexas were deleted to see the interior)

But it is not possible to do the same for the model of your second image.
This is because structured meshes are not used for complicated geometries. Unstructured meshes of triangles/tetrahedra are much powerful.
User avatar
escolano
Posts: 1918
Joined: Sun Sep 05, 1982 10:51 pm

Re: Sphere meshing

Post by escolano »

About your last questions, GiD doesn't allow to create the mixed mesh of unstructured tetras and structured hexas because as you pointed are not compatibles in the shared surface (one has triangular faces and another quadrilaterals!!).

You can do all unstructured, or at least force the structured mesh to be automatically splitted in tetrahedra.
Mesh->Element type->Tetrahedra
and select the structured volume.

Then the whole mesh will be of tetrahedra.
Lau
Posts: 4
Joined: Tue May 15, 2018 11:37 am

Re: Sphere meshing

Post by Lau »

Thanks! this is very helpful!
User avatar
abelcs
Posts: 146
Joined: Mon Oct 13, 2014 9:14 am

Re: Sphere meshing

Post by abelcs »

Just another way of splitting your geometry to reach hexas:

Kind regards,
Attachments
split_geom_for_hexas.gid.rar
(317.63 KiB) Downloaded 320 times
Snapshot-1.png
Snapshot-1.png (51.83 KiB) Viewed 6639 times
Snapshot.png
Snapshot.png (42.73 KiB) Viewed 6639 times
Lau
Posts: 4
Joined: Tue May 15, 2018 11:37 am

Re: Sphere meshing

Post by Lau »

Thnx!
Post Reply