|
[Sponsors] |
[GAMBIT] most efficient mesh for a combustor with holes |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
November 16, 2010, 11:07 |
most efficient mesh for a combustor with holes
|
#1 |
New Member
lw
Join Date: Nov 2010
Posts: 8
Rep Power: 16 |
Hi everyone,
So, I'm trying to model a combustor with dilution holes (see attached picture). I'm continuing the work someone else began, and that geometry did not have the holes in it, and therefore had been meshed using hex/cooper method (thats what the mesh on the two front volumes is.) However once I add the holes to the model, I keep getting errors if I try to use hex or hex/wedge and cooper to mesh it. [Face [x] of volume [x] is not appropriate for use as a face to project along. Either it is not submapped, or the choice of source faces is incorrect]. (I have tried pre-meshing the faces, nothing seems to work. It also then gives the same error for one of the faces at the end of the volume, which I find a bit strange.) So my question is - what would be the most efficient meshing scheme to use for the volume, given that the available computational power is not very high. At the moment, I have only been able to get a mesh using Tet/Hybrid and TGrid as my options. And as I want to have the mesh quality reasonably fine, Im worried that this will end up taking too long when I eventually run the simulation in FLUENT. (It takes quite some time just making the mesh itself.) Does anyone have any advice for me? Thanks! |
|
November 17, 2010, 02:04 |
|
#2 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
Your geometry is decomposed so that you will try to get an hexa-mesh based on 2d-quad-map. That's why you have a square section on the middle.
You can handle your geometry with pave instead of quad (your mesh will be still hexa, but cooper) Keep all splits along x direction (3 splits), and merge all subvolumes in each x-split. You have now 3 cylinders which can be meshed with cooper (just mesh one souirce (cap) with quad-pave). YOur problem with holes can be fixed by splitting twice the left volume along hole's axis. Check tutorial 7 in Gambit Modeling Flow In a Tank (there is one split similar as yours)
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
November 17, 2010, 05:48 |
|
#3 | |
New Member
lw
Join Date: Nov 2010
Posts: 8
Rep Power: 16 |
Quote:
|
||
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[snappyHexMesh] Number of cells in mesh don't match with size of cellLevel | colinB | OpenFOAM Meshing & Mesh Conversion | 14 | December 12, 2018 09:07 |
[snappyHexMesh] External mesh crawls into car model. Holes in STL model? | MadsR | OpenFOAM Meshing & Mesh Conversion | 8 | October 26, 2013 11:21 |
[ICEM] how to mesh a sail (and the rest of the boat) | matteoL | ANSYS Meshing & Geometry | 4 | May 7, 2012 11:23 |
[Gmsh] 2D Mesh Generation Tutorial for GMSH | aeroslacker | OpenFOAM Meshing & Mesh Conversion | 12 | January 19, 2012 04:52 |
fluent add additional zones for the mesh file | SSL | FLUENT | 2 | January 26, 2008 12:55 |