|
[Sponsors] |
April 27, 2010, 10:26 |
Structured Mesh in GMSH
|
#1 |
New Member
Vitor Braga
Join Date: Oct 2009
Posts: 28
Rep Power: 17 |
Hi,
I've started to use GMSH yesterday, and I'm having problems trying to generate a structured grid. I'm following tutorial number 3, and I try to extrude the rectangle and the mesh as well, but I can't find the "Layers" option in the GUI. Can anybody help? Furthermore, how can I use GMSH command lines in windows? (sorry for the fundamental question) |
|
April 27, 2010, 10:30 |
|
#2 |
Senior Member
Cean
Join Date: Feb 2010
Posts: 128
Rep Power: 16 |
use DOS terminal under windows
|
|
April 27, 2010, 11:21 |
|
#3 |
New Member
Vitor Braga
Join Date: Oct 2009
Posts: 28
Rep Power: 17 |
So, it's impossible to build a structured mesh using only the GUI?
Thank you for your reply. |
|
April 27, 2010, 17:41 |
|
#4 |
New Member
Vitor Braga
Join Date: Oct 2009
Posts: 28
Rep Power: 17 |
Here is the problem, I'm trying to generate a mesh for a pipe:
Point(1) = {0, 0, 0, 1e+022}; Point(2) = {3, 0, 0, 1e+022}; Point(3) = {-3, 0, 0, 1e+022}; Point(4) = {0, -3, 0, 1e+022}; Point(5) = {0, 3, 0, 1e+022}; Circle(1) = {5, 1, 2}; Circle(2) = {2, 1, 4}; Circle(3) = {4, 1, 3}; Circle(4) = {3, 1, 5}; Line Loop(6) = {1, 2, 3, 4}; Plane Surface(6) = {6}; Transfinite Line{1, 2, 3, 4} = 11 Using Progression 1; Extrude {0,0,20} { Surface{6}; Layers{50}; } Transfinite Surface{28,27,23,19,15,6}; Recombine Surface {28,27,23,19,15,6}; I generate 1D and 2D meshes succesfully, but when I click 3D the software crashes and shows: "Cannot extrude quadrangles without recombine" But I clearly recombined all the surfaces, so, what's wrong? Thank you. Regards, Vitor |
|
April 28, 2010, 09:15 |
|
#5 |
Senior Member
Cean
Join Date: Feb 2010
Posts: 128
Rep Power: 16 |
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] SnappyHexMesh for internal Flow | vishwa | OpenFOAM Meshing & Mesh Conversion | 24 | June 27, 2016 09:54 |
Exporting structured mesh from ICEMCFD to Fluent? | jeevan kumar | FLUENT | 1 | January 23, 2012 12:21 |
[ICEM] Unstructure Meshing Around Imported Plot3D Structured Mesh ICEM | kawamatt2 | ANSYS Meshing & Geometry | 17 | December 20, 2011 12:45 |
Structured mesh of a 3d sharp trailing edge | Gilles | Main CFD Forum | 2 | May 23, 2008 14:23 |
Error Converting ICEM Structured Mesh to CFX | Chebeba | CFX | 11 | October 5, 2006 09:05 |