CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM > OpenFOAM Meshing & Mesh Conversion

[Gmsh] having difficulties with easy GMSH periodics problem

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 22, 2016, 07:51
Default having difficulties with easy GMSH periodics problem
  #1
Member
 
Jack
Join Date: May 2015
Posts: 98
Rep Power: 10
Jack001 is on a distinguished road
Hi all, I have a presumably simple problem with GMSH involving specifying a periodic surface pair. Here is the code to create the error:

Code:
Point(1) = {1.34722, 1.19955, 0, 0.1};
Point(2) = {0.747222, 1.19955, 0, 0.1};
Point(3) = {0, 0.55, 0, 0.1};
Point(4) = {-0.4, 0.55, 0, 0.1};
Point(5) = {1.34722, 0.0995502, 0, 0.1};
Point(6) = {0.747222, 0.0995502, 0, 0.1};
Point(7) = {0, -0.55, 0, 0.1};
Point(8) = {-0.4, -0.55, 0, 0.1};
Line(1) = {1,5};
Line(2) = {5:8};
Line(3) = {8,4};
Line(4) = {4:1};
Line Loop(101) = {1, 2, 3, 4};
Plane Surface(201) = {101};
surfaceVector[] = Extrude {0, 0, 0.25} {Surface {201};Layers{1};Recombine;};
Periodic Surface surfaceVector[5] {208,-206,-217,4} = surfaceVector[3] {209,204,-213,-2};
Physical Volume('internal') = {1};
I get

Code:
Error   : Was not able to find corresponding node 5 for periodic connection of surface 214 to 222 using the specified transformation
Any ideas? Many thanks!
Jack001 is offline   Reply With Quote

Reply

Tags
gmsh, periodic bc


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
Connectivity problem with grids created using gmsh shank19 SU2 3 May 10, 2017 08:54
problem in GMSH Bharath Bhushan CFD Freelancers 1 April 17, 2017 14:34
[Gmsh] problem in transfiniting the volume in gmsh Bharath Bhushan OpenFOAM Meshing & Mesh Conversion 0 March 30, 2017 08:41
FLUENT boundary condition problem with gmsh EIvb FLUENT 0 April 30, 2013 07:45
A realy easy variable - problem wernsen OpenFOAM Programming & Development 3 January 7, 2013 13:25


All times are GMT -4. The time now is 07:36.