|
[Sponsors] |
December 15, 2014, 17:46 |
Draw Secondary Air Inlets on wall
|
#1 |
New Member
Join Date: Dec 2014
Posts: 4
Rep Power: 11 |
Greetings everyone
I’m a new comer to the world of CFD. Currently I’m working on a grate Incinerator. An over-simplified model is given in the following figure. By looking at the work done by others, I found that they didn’t include the whole tubes in the secondary Inlet of their models (the over fire air) they just included the end of these tubes. This allows them, I think, to choose in Fluent the angle at wish the air enters (For automation purposes). My question is how would you place one of these circles (faces) on the walls (either through GUI or TUI)?
__________________
"Anyone can make the simple complicated. Creativity is making the complicated simple." Last edited by WTE.Tunisia; December 15, 2014 at 20:56. |
|
December 16, 2014, 03:39 |
|
#2 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
do you have the dbs file (Gambit)
Else your geometry isn't quite complicated, and you can build it from scratch
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
December 16, 2014, 05:53 |
Thank you :)
|
#3 |
New Member
Join Date: Dec 2014
Posts: 4
Rep Power: 11 |
Thank you for your reply Maxime
Yes, the geometry is simple. Even with the real model, drawing the walls is easy. My only problem was with placing the circles on the walls specially since there are dozens of them in the real model. But I think I have a solution. It's not perfect, but it works. I'll be grateful if you could suggest something simpler. I included the .dbs and the .jou in the .zip file. .
__________________
"Anyone can make the simple complicated. Creativity is making the complicated simple." |
|
December 16, 2014, 05:55 |
My solution is:
|
#4 |
New Member
Join Date: Dec 2014
Posts: 4
Rep Power: 11 |
1- I draw a circle (face) with the desired radius
2- I add a point in the middle of the circle and another on the edge (using place a vertex on surface /u-v values/) 3- I add a vertex to the wall on wish I want to place the circle. 4- I use align to transport the circle to the surface - the vertex in the centre of circle and the vertex on the wall used for translation - the other two vertexes on the circle will be used for rotation and alignment with two vertexes on walls (the corners for example) 5- I remove the vertexes I added 6- Split the wall with the circle
__________________
"Anyone can make the simple complicated. Creativity is making the complicated simple." |
|
December 16, 2014, 05:57 |
In text commands(from the .jou file):
|
#5 |
New Member
Join Date: Dec 2014
Posts: 4
Rep Power: 11 |
face create radius 0.2 xyplane circle
vertex create onface "face.9" uparameter 0 vparameter 0 vertex create onface "face.9" uparameter 0 vparameter -0.19938949 vertex create onface "face.5" uparameter 0 vparameter 0 face align "face.9" translation "vertex.14" "vertex.16" rotation1 "vertex.13" \ "vertex.4" rotation2 "vertex.15" "vertex.10" vertex delete "vertex.16" "vertex.15" "vertex.14 " face split "face.5" connected faces "face.9"
__________________
"Anyone can make the simple complicated. Creativity is making the complicated simple." |
|
December 16, 2014, 10:24 |
|
#6 |
Super Moderator
Maxime Perelli
Join Date: Mar 2009
Location: Switzerland
Posts: 3,297
Rep Power: 41 |
yep, it is the way to achieve what you want
Now on your geometry you can even afford you to mesh your geometry with full hexa
__________________
In memory of my friend Hervé: CFD engineer & freerider |
|
Tags |
gambit 2.3.16, geometry generation |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Very technical question about solving wall boundary layer ... | jlb001 | FLUENT | 6 | December 27, 2014 06:56 |
material of wall is changed to air! | alirezame | FLUENT | 3 | December 13, 2014 12:27 |
Radiation interface | hinca | CFX | 15 | January 26, 2014 18:11 |
natural convection | mehrdadeng | CFX | 10 | February 25, 2011 06:25 |
secondary air routes | Dan Panek | Main CFD Forum | 3 | February 11, 2010 09:56 |