|
[Sponsors] |
Connectivity problem with grids created using gmsh |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
April 17, 2017, 11:27 |
Connectivity problem with grids created using gmsh
|
#1 |
New Member
Shashank Srivastava
Join Date: Feb 2017
Posts: 4
Rep Power: 9 |
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. |
|
May 10, 2017, 06:29 |
|
#2 |
Super Moderator
Tim Albring
Join Date: Sep 2015
Posts: 195
Rep Power: 11 |
Try to create physical volume along with the physical surfaces.
|
|
May 10, 2017, 06:34 |
|
#3 |
New Member
Shashank Srivastava
Join Date: Feb 2017
Posts: 4
Rep Power: 9 |
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 |
|
May 10, 2017, 09:54 |
|
#4 |
New Member
Alberto Pizarro
Join Date: Feb 2016
Posts: 18
Rep Power: 10 |
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}; };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. |
|
Tags |
associated volume element, gmsh files |
|
|
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 08:51 |
FLUENT boundary condition problem with gmsh | EIvb | FLUENT | 0 | April 30, 2013 08:45 |
[Gmsh] Gmsh 3d meshing problem | rafamusura | OpenFOAM Meshing & Mesh Conversion | 2 | March 20, 2013 05:31 |
boundary conditions problem with mesh created in Icem | darazsbence | CFX | 3 | February 24, 2013 05:02 |
problem related to staggered grids | zhu | Main CFD Forum | 10 | October 27, 2001 23:30 |