CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > SU2

Connectivity problem with grids created using gmsh

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   April 17, 2017, 10:27
Default Connectivity problem with grids created using gmsh
  #1
New Member
 
Shashank Srivastava
Join Date: Feb 2017
Posts: 4
Rep Power: 9
shank19 is on a distinguished road
Hi,

I get the following error when I used a 3-D mesh created using gmsh

"The surface element (0, 65622) doesn't have an associated volume element"

Can you tell me what this error means? I understand that the connectivity is a problem but don't know what to do. The mesh file format is OK.
shank19 is offline   Reply With Quote

Old   May 10, 2017, 05:29
Default
  #2
Super Moderator
 
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 10
talbring is on a distinguished road
Try to create physical volume along with the physical surfaces.
talbring is offline   Reply With Quote

Old   May 10, 2017, 05:34
Default
  #3
New Member
 
Shashank Srivastava
Join Date: Feb 2017
Posts: 4
Rep Power: 9
shank19 is on a distinguished road
Hi,

I have created physical surfaces and volumes withing gmsh by extrusion.
I assume that's what you mean by physical volumes. Please correct me if I am wrong.

Thanks!!
Shashank
shank19 is offline   Reply With Quote

Old   May 10, 2017, 08:54
Default
  #4
New Member
 
Alberto Pizarro
Join Date: Feb 2016
Posts: 18
Rep Power: 10
AlbertoPi is on a distinguished road
You have to add a physical tags to the surfaces you want to add boundary conditions. The lateral surfaces of the extruded volume are not desirable in many cases. And also the extruded volume.
For example:

num[] = Extrude {0,0,1} { Surface{1}; Layers{10}; };
Physical Surface {"boundary"} = (num[]);
Physical Volume {"fluid"} = (num[]);
The variable "num" would contain the surface of the top of the extrusion as num[0], the floor of the extrusion as num[1], and the lateral surfaces of the extrusion as num[2,3...].
If you have more than one surface to extrude, the surfaces corresponding to the second extrusion are stored after the last lateral surface of the first extrusion in num[]. For example, if the first surface has 3 edges, the top of the second extrusion is in num[4].

I hope it can help you.
AlbertoPi is offline   Reply With Quote

Reply

Tags
associated volume element, gmsh files


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
[Gmsh] having difficulties with easy GMSH periodics problem Jack001 OpenFOAM Meshing & Mesh Conversion 0 November 22, 2016 07:51
FLUENT boundary condition problem with gmsh EIvb FLUENT 0 April 30, 2013 07:45
[Gmsh] Gmsh 3d meshing problem rafamusura OpenFOAM Meshing & Mesh Conversion 2 March 20, 2013 04:31
boundary conditions problem with mesh created in Icem darazsbence CFX 3 February 24, 2013 04:02
problem related to staggered grids zhu Main CFD Forum 10 October 27, 2001 22:30


All times are GMT -4. The time now is 21:14.