|
[Sponsors] |
![]() |
![]() |
#1 |
New Member
Join Date: May 2017
Posts: 1
Rep Power: 0 ![]() |
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 Last edited by bibiboom; May 18, 2017 at 20:44. |
|
![]() |
![]() |
![]() |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
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 |