|
[Sponsors] |
September 14, 2010, 11:02 |
laminar diffusion flames in OpenFOAM?
|
#1 |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
Hi,
I am new to OpenFOAM, just finding my way around. I am interested in simulating laminar diffusion flames. Has any one done that? I seem to find some stuff related to turbulent diffusion flames, not much for laminar. I am using version 1.6. Thanks in advance. |
|
September 15, 2010, 12:06 |
|
#2 |
Member
M. Mahdi Salehi
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 50
Rep Power: 17 |
You can use reactingFoam and turn off the turbulence model. That's a good model to start with. You can have different diffusion properties for different species but you still need to implement your own model for soot and Soret effect and stuff like that.
|
|
September 15, 2010, 13:44 |
|
#3 | |
Senior Member
Adhiraj
Join Date: Sep 2010
Location: Karnataka, India
Posts: 187
Rep Power: 16 |
Hi,
Thanks for replying. I am going to turn off the turbulence as a first approximation. But I did not see any option for different diffusivities for the species. In the file YEqn.H I have: Quote:
|
||
September 15, 2010, 20:16 |
|
#4 |
Member
M. Mahdi Salehi
Join Date: Mar 2009
Location: Vancouver, BC, Canada
Posts: 50
Rep Power: 17 |
yes, you are right. I thought we have multi-component diffusion in OpenFOAM. I checked the source code. It is not easy to implement this to both work for turbulent and laminar flames. The reason is that right now the turbulence model uses a pointer to the basic class of the thermodynamic model and in that basic definition you cannot see any implementation for the multi-component diffusion. You should start your own laminar flame solver and define your own thermo model.
|
|
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
Moving mesh | Niklas Wikstrom (Wikstrom) | OpenFOAM Running, Solving & CFD | 122 | June 15, 2014 07:20 |
Cross-compiling OpenFOAM 1.7.0 on Linux for Windows 32 and 64bits with Mingw-w64 | wyldckat | OpenFOAM Announcements from Other Sources | 3 | September 8, 2010 07:25 |
Diffusion Flames with Flamelet model ,little question. | AdidaKK | Main CFD Forum | 11 | November 3, 2009 03:01 |
Laminar diffusion flames and reactingFoam Transport properties | jgaricano | OpenFOAM Running, Solving & CFD | 0 | June 4, 2008 17:58 |
Laminar Diffusion Flames | Ale | FLUENT | 0 | October 20, 2004 06:31 |