|
[Sponsors] |
February 28, 2013, 08:53 |
burning surface
|
#1 |
New Member
Join Date: Feb 2013
Posts: 4
Rep Power: 13 |
I’d like to simulate a room fire with CFX. So that my combustible surface starts to burn, I decided to create a wall boundary with a source condition that has a mass flow of combustible gas. My mass flow begins when the wall boundary has a specific average temperature. For that, I use a known CEL function “areaAve(T)@...” .
Everything works. I have a combustion – so far so good. But, if you have large surfaces, like a carpet, it isn’t realistic that the whole surface starts to outlet a combustible gas overall. Therefore, my idea was to create a mass flow expression for every mesh cell on my boundary. That means, if one cell has a specific temperature the area-related mass flow starts for this cell. Unfortunately I found no kind of CEL function that allow me to access a mesh cell of my boundary and nothing in the documentation that help me to realize my idea. Maybe you have a kind of idea to solve my problem. Thanks at all. |
|
February 28, 2013, 17:42 |
|
#2 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
In CEL you do not have access to cell information, you just write the equation as a continuum and let CFX take care of it.
So a simple function like if(T>threshold,source_term=something,source_term=0 ) should do the trick. |
|
March 1, 2013, 09:05 |
|
#3 |
New Member
Join Date: Feb 2013
Posts: 4
Rep Power: 13 |
Thanks for response.
An IF – function was also an idea of mine. But it still the same problem, because I have also a fixed value for the source term (e.g. kg/s) above my whole boundary (wall). What I need is a function or a command that says my boundary when you’ve got a specific temperature in one cell or at a special point on this boundary, you have to start with the outflow only in this point/cell . And when another region of the boundary reaches this temperature it has to begin with the same outflow. Maybe CFX has no solution for this kind of special simulation. |
|
March 3, 2013, 06:15 |
|
#4 |
Super Moderator
Glenn Horrocks
Join Date: Mar 2009
Location: Sydney, Australia
Posts: 17,870
Rep Power: 144 |
I do not see your point. I cannot see why you think the simple equation I quoted will not work. Can you explain it again?
|
|
March 4, 2013, 05:52 |
|
#5 |
New Member
Join Date: Feb 2013
Posts: 4
Rep Power: 13 |
My bad. Sorry.
I tried some other simulations with a bigger surface, so I had a better temperature profile on my surface. The result was a mass outflow of every surface mesh cell which reaches the specific temperature. So your if-function was the right way and I thank you very much for your help. |
|
Tags |
cel expression, cfx, fire simulation, room fire, sources |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
[Gmsh] Error : Self intersecting surface mesh, computing intersections & Error : Impossible | velan | OpenFOAM Meshing & Mesh Conversion | 3 | October 22, 2015 12:05 |
Simulation of varying contact angles for a large droplet of water on a surface | cp703 | CFX | 5 | July 20, 2013 07:08 |
Comsol (4.3): convert parametric surface into block? | sgalaz | COMSOL | 0 | November 9, 2012 10:20 |
burning of solid fuel | lizihujx | FLUENT | 8 | September 19, 2012 09:50 |
free convection heat transfer from a heated horizontal surface through a liquid to a thin cooled fin | Kaushik | FLUENT | 1 | May 8, 2000 07:47 |