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

[Gmsh] GMSH : structured mesh issue

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 17, 2017, 18:49
Default GMSH : structured mesh issue
  #1
New Member
 
Join Date: May 2017
Posts: 1
Rep Power: 0
bibiboom is on a distinguished road
Dear all,

I would like to mesh using GMSH this geometry (a cube in a cube):

C=10;
F=10;
Block(1) = {-C/2, -C/2, -C/2, C, C, C};
Block(2) = {-F*C/2, -F*C/2, -F*C/2, F*C, F*C, F*C};
BooleanDifference{ Volume{2}; Delete; }{ Volume{1}; }


I would like Volume 1 (small cube) to have a structured brick mesh (50x50x50 elements for example) and volume 2 (the rest of the big cube) to be filled with a coarse unstructured mesh (making a gradient from the small cube to the edges of the big cube)(the element type doesn't matter, but I guess it should be Hexa mesh). I have been able to realize that kind of mesh using ANSYS APDL, but it generates pyramidal elements that don't exist in ABAQUS (which is the solver I use). That's why I'm trying with GMSH to see if there is another way to mesh this.

I already found how to mesh the inside cube (https://github.com/lordvon/OpenFOAM_...asic2/main.geo) but I don,t know how to mesh the rest.

Here is an example of what I would like to get (obtained with ANSYS APDL):


Thanks in advance for your help!
Regards,
Rémy
Attached Images
File Type: jpg Maillage_Mapped_Cube.jpg (116.0 KB, 18 views)

Last edited by bibiboom; May 18, 2017 at 20:44.
bibiboom is offline   Reply With Quote

Reply


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: Circular structured mesh Nico1 Mesh Generation & Pre-Processing 1 August 10, 2017 17:16
[ICEM] Structured mesh for a combustor - dilution holes issue Andrea1984 ANSYS Meshing & Geometry 0 October 28, 2013 09:20
fluent add additional zones for the mesh file SSL FLUENT 2 January 26, 2008 11:55
Structured mesh refinement Andrea Panizza FLUENT 1 November 9, 2003 03:48
Structured Grid Definition craig shores Main CFD Forum 3 March 21, 2001 14:48


All times are GMT -4. The time now is 04:00.