CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > Software User Forums > OpenFOAM

Premixed laminar flame

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 19, 2009, 12:38
Default Premixed laminar flame
  #1
New Member
 
Chris
Join Date: May 2009
Posts: 6
Rep Power: 16
Burn is on a distinguished road
Hi,

I have to do simulations of PREMIXED laminar flames with detailed chemistry.
Right now I am in the phase of having to choose a suitable code.
The possibility to have access to the source code and to implement own models makes OpenFoam very attractive.

Has anybody experience with the simulation of premixed laminar flames with OpenFoam (the chemistry is supplied in Chemkin format)?
Is it possible to use ReactingFoam?

Thanks
Burn is offline   Reply With Quote

Old   May 23, 2009, 04:50
Default
  #2
Senior Member
 
Karl-Johan Nogenmyr
Join Date: Mar 2009
Location: Linköping
Posts: 279
Rep Power: 21
kalle is on a distinguished road
I think reactingFoam can be a good start... I use a modified version of it for LES+reduced chemitry (stratified premixed)... works great!
kalle is offline   Reply With Quote

Old   June 10, 2009, 10:00
Default thx
  #3
New Member
 
Chris
Join Date: May 2009
Posts: 6
Rep Power: 16
Burn is on a distinguished road
ok thanks,
i will start working with reacting foam
Burn is offline   Reply With Quote

Old   July 26, 2009, 23:04
Smile
  #4
Member
 
Join Date: Apr 2009
Posts: 38
Rep Power: 17
PattiMichelle is on a distinguished road
Quote:
Originally Posted by kalle View Post
I think reactingFoam can be a good start... I use a modified version of it for LES+reduced chemitry (stratified premixed)... works great!
Kalle: I've been looking for the Arrhenius equation definitions for ReactingFoam because I also want to do a laminar premixed flame (for now, H2+O2+Ar) - but I cannot find them. Can you help? Thanks! Patti
PattiMichelle is offline   Reply With Quote

Old   July 28, 2009, 00:07
Default
  #5
New Member
 
Lu,Y.
Join Date: Mar 2009
Posts: 2
Rep Power: 0
ly.foam is on a distinguished road
I vaguely remember that there has been a utility (or function?) in OpenFOAM 1.5 that computes premixed laminar flame speed. If that is all that you want, why not try it?
ly.foam is offline   Reply With Quote

Old   August 4, 2009, 03:03
Default
  #6
Senior Member
 
Karl-Johan Nogenmyr
Join Date: Mar 2009
Location: Linköping
Posts: 279
Rep Power: 21
kalle is on a distinguished road
Patti: Now, you've got me a bit. I also searched as you some time ago.

Please start by having a look in file ChemistryModel.C at line 572ff. There is the solve function which is called by chemistry.H (in the reactingFoam solver). Using the OpenFOAM Doxygen is convenient:

http://foam.sourceforge.net/doc/Doxy...ce.html#l00563

There you can see that the line;

00626 mixture += (c[i]/cTot)*specieThermo_[i];

does the actual increase/decrease of each species. The important term here is 'specieThermo_[i]'.

If I got it right (I'm not 100%) how this one is calculated depends on your settings in the thermodynamicProperties dictionary. But how the settings there affects the reactingFoam at runtime is unfortunately beyond my C++ knowledge...

However... if you start from the reactingFoam tutorial

http://openfoamwiki.net/index.php/Tu..._firstTutorial

and modify the chemical mechanism (and of course mesh+BC's) in the /chemkin directory I think you should be good off to do your laminar flame.

Good luck,
Kalle
kalle is offline   Reply With Quote

Old   August 4, 2009, 11:42
Default
  #7
Member
 
Join Date: Apr 2009
Posts: 38
Rep Power: 17
PattiMichelle is on a distinguished road
Thanks, Kallie! That's the first good news I've heard so far... I was actually talking to the OF folks and they haven't implemented the CHEMKIN-II style diffusivities, which is critical for low-pressure flames. I am thinking of asking my company to sponsor that, since I have no C++ knowledge!
PattiMichelle is offline   Reply With Quote

Old   August 4, 2009, 20:26
Default
  #8
Senior Member
 
Karl-Johan Nogenmyr
Join Date: Mar 2009
Location: Linköping
Posts: 279
Rep Power: 21
kalle is on a distinguished road
I see... You may also have a look at an OpenFOAM+Cantera project going on:

http://www.opensourcecfd.com/confere...haiderRehm.pdf

I dont know details about Cantera, but it may provide the diffusivities you need.

If you try and get it working, please post a note on that... would be interesting.

Kalle
kalle is offline   Reply With Quote

Reply

Tags
detailed chemistry, flame, laminar, premixed


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Combustion in a flame premixed & laminar Quasimodo FLUENT 0 December 5, 2007 08:06
premixed laminar flame JCRC FLUENT 2 July 25, 2006 05:33
laminar premixed flame Paul Lee CFX 1 September 14, 2005 06:37
Simulating laminar premixed flame Subhash FLUENT 0 August 17, 2004 00:46
steady/unsteady better to laminar premixed flame? Harry Qiu FLUENT 0 March 27, 2001 02:52


All times are GMT -4. The time now is 14:01.