|
[Sponsors] |
[Gmsh] having difficulties with easy GMSH periodics problem |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 22, 2016, 08:51 |
having difficulties with easy GMSH periodics problem
|
#1 |
Member
Jack
Join Date: May 2015
Posts: 98
Rep Power: 11 |
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}; Code:
Error : Was not able to find corresponding node 5 for periodic connection of surface 214 to 222 using the specified transformation |
|
Tags |
gmsh, periodic bc |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Connectivity problem with grids created using gmsh | shank19 | SU2 | 3 | May 10, 2017 09:54 |
problem in GMSH | Bharath Bhushan | CFD Freelancers | 1 | April 17, 2017 15:34 |
[Gmsh] problem in transfiniting the volume in gmsh | Bharath Bhushan | OpenFOAM Meshing & Mesh Conversion | 0 | March 30, 2017 09:41 |
FLUENT boundary condition problem with gmsh | EIvb | FLUENT | 0 | April 30, 2013 08:45 |
A realy easy variable - problem | wernsen | OpenFOAM Programming & Development | 3 | January 7, 2013 14:25 |