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

how to achieve ignition of premixed flame using ReactingFoam

Register Blogs Community New Posts Updated Threads Search

Like Tree15Likes

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   September 12, 2014, 00:10
Default how to achieve ignition of premixed flame using ReactingFoam
  #1
Member
 
Daniel
Join Date: Jun 2014
Posts: 60
Rep Power: 11
Dan1788 is on a distinguished road
Dear all,

I am simulating a piloted premixed flame using reactingFoam (OpenFoam 2.2.0). Below shown is the grid.

https://www.dropbox.com/s/hcb7tqhylz...itled.jpg?dl=0

Also attached is the 0, constant and system folder inputs.

As shown, the mesh consists of bluff body walls with a coflow and a high temperature hydrogen pilot near the premixed inlet that consists of CH4+O2.

I am using the PaSR model of reactingFoam and k-epsilon turbulence model for my simulations.

The problem I face is that when I run the simulation with chemistry and reactions on and 1500 K given as boundary condition to the inlet of the pilot, the premixed mixture does not react. When I look at the contour plot, the entire domain is 300 K

Is there any artificial technique by which I can model ignition, using a spark or setting a high temperature patch in the computational domain??

Please help me out of this impasse I am facing. Thanks!
Attached Files
File Type: zip 0.zip (9.5 KB, 132 views)
File Type: zip constant.zip (4.2 KB, 139 views)
File Type: zip system.zip (4.3 KB, 111 views)
Dan1788 is offline   Reply With Quote

Old   March 14, 2015, 11:40
Question how to solve?
  #2
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Hi man, I a new user of OpenFoam. I'm now also trying to use reactingFOAM for simulation of premixed combustion. I tried your case but failed. Could give me some suggestion about how to use reactingfoam to simulated premixed combustion? I will appreciate it very much if you could give me help.
Howard is offline   Reply With Quote

Old   March 15, 2015, 01:39
Default
  #3
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hi,

couldn't open the dropbox link, I wanted to check your reaction file.

Anyways, if you want to artificially ignite, you can use a fvOptions file in the /system dir.
You could also set a flame front using a setField (try swak4foam if you havn't already).

If the reaction is not too complex, you can try another chemistry ODE solver than SIBS.

To answer Howard as well, here is a typical methane-air premixed case I work on, using the PitzDaily tut as a base and a simple chemistry.

Hope it helps,

Remi
Attached Files
File Type: zip methanePremixed.zip (45.4 KB, 479 views)
remir is offline   Reply With Quote

Old   March 15, 2015, 05:04
Default
  #4
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

couldn't open the dropbox link, I wanted to check your reaction file.

Anyways, if you want to artificially ignite, you can use a fvOptions file in the /system dir.
You could also set a flame front using a setField (try swak4foam if you havn't already).

If the reaction is not too complex, you can try another chemistry ODE solver than SIBS.

To answer Howard as well, here is a typical methane-air premixed case I work on, using the PitzDaily tut as a base and a simple chemistry.

Hope it helps,

Remi
Thank you very much! I would like to ask if I want to use multistep reaction mechanism, how to choose the solver, or where could I learn about the information related to solvers. You are really a GAOSHOU in this area, could you give me some suggestion about how to learn these detail things of reactingFOAM and OpenFoam? I just started reading the userguide but found lots of parameters in reactingFOAM don't understand.
Howard is offline   Reply With Quote

Old   March 15, 2015, 05:58
Default
  #5
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Well, for multistep reactions with premixed-combustion, I think reactingFoam is really the one you want to go with.

For more detailed information, you should be able to find most of them already written in this forum, or on links like this one http://www.openfoam.org/version2.3.0/numerics.php (information about ODE solvers, important when dealing with detailed chem).

Good luck !
Howard likes this.
remir is offline   Reply With Quote

Old   March 15, 2015, 15:07
Default
  #6
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Thank you very much for your case.
Howard is offline   Reply With Quote

Old   March 15, 2015, 15:09
Default
  #7
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Well, for multistep reactions with premixed-combustion, I think reactingFoam is really the one you want to go with.

For more detailed information, you should be able to find most of them already written in this forum, or on links like this one http://www.openfoam.org/version2.3.0/numerics.php (information about ODE solvers, important when dealing with detailed chem).

Good luck !
Thank you very much for your case. I tried it, but I have a question, the terminal often shows the' time step continuity errors' though the programme continues to operate. What's more, I was wondering since it's a premixed combustion, how to set the equivalence ratio as the XiFoam has this parameter, but I haven't seen in your file.
Howard is offline   Reply With Quote

Old   March 15, 2015, 19:41
Default
  #8
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hi,

about the time step continuity error, is this something that appears only at the begining of the simulation? During the ignition, the temperature may become very high, leading to some unphysical behaviours. You could try and change the value of "h" in /system/fvOptions.

Also, my best practise for combustion with more detailed chemistry is to always ignite with a one-step chemistry, much easier and stable. Then a switch to a more complex set of equations.

Regarding the equivalence ratio now:

In XiFoam, the parameter you change in CombustionProperties does not affect the thermodynamics of your mixture. You can check it by changing the ER from 1 to 0.5, the temperature field should remain approximately the same. The parameter is used for transport properties I think.

In reactingFoam, the user must manually calculate the corresponding mass fractions of methane, O2 and N2 and write the values in /0/CH4(O2,N2). You could create a simple program to do it for you, check the theory online.
In the file I gave you, the ER should be around 0.8.

Good luck,

Remi
arvindpj, Howard and alainislas like this.
remir is offline   Reply With Quote

Old   March 18, 2015, 15:04
Wink
  #9
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

about the time step continuity error, is this something that appears only at the begining of the simulation? During the ignition, the temperature may become very high, leading to some unphysical behaviours. You could try and change the value of "h" in /system/fvOptions.

Also, my best practise for combustion with more detailed chemistry is to always ignite with a one-step chemistry, much easier and stable. Then a switch to a more complex set of equations.

Regarding the equivalence ratio now:

In XiFoam, the parameter you change in CombustionProperties does not affect the thermodynamics of your mixture. You can check it by changing the ER from 1 to 0.5, the temperature field should remain approximately the same. The parameter is used for transport properties I think.

In reactingFoam, the user must manually calculate the corresponding mass fractions of methane, O2 and N2 and write the values in /0/CH4(O2,N2). You could create a simple program to do it for you, check the theory online.
In the file I gave you, the ER should be around 0.8.

Good luck,

Remi


Hi, man thank you very much for your case, it could work! now I'm considering to use multi-step mechanism. I read this forum and some mentioned just like below, but it seems not work. What I have try is to write two fuels reaction equations as below, both fuels have more than one reaction steps. Is there something wrong?
reactions
{
Reaction1
{
.....
}
Reaction2
{
......
}
}

What's more, your case uses PaSR combustion model, do you kow if I want to change to other like flamelet model, how to manage this? Thank you!
Howard is offline   Reply With Quote

Old   March 18, 2015, 21:33
Default
  #10
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hi,

for your reactions, you'll have to be a little more specific
Maybe there is just a unit problem in your coefficients ? Can you post the detailed equations as well as the link to where you found them?

There are two ways to write your reactions in OpenFOAM:
writing them in chemkin format in chemkin/chem.inp
writing them in constant/reaction using OpenFOAM format.

To switch from chemkin to OpenFOAM format, you can use: chemkinToFoam chem.inp therm.dat reactions thermo.compresibleGas (note that all files have to be in the same file before you run the program).
This will convert your chemkin files (chem.inp and therm.dat) and write the results in reactions and thermo.compressibleGas.

Now, about the combustion model, you might want to check this thread: http://www.cfd-online.com/Forums/ope...meletfoam.html
justsmile2007 likes this.
remir is offline   Reply With Quote

Old   March 19, 2015, 09:06
Wink
  #11
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

for your reactions, you'll have to be a little more specific
Maybe there is just a unit problem in your coefficients ? Can you post the detailed equations as well as the link to where you found them?

There are two ways to write your reactions in OpenFOAM:
writing them in chemkin format in chemkin/chem.inp
writing them in constant/reaction using OpenFOAM format.

To switch from chemkin to OpenFOAM format, you can use: chemkinToFoam chem.inp therm.dat reactions thermo.compresibleGas (note that all files have to be in the same file before you run the program).
This will convert your chemkin files (chem.inp and therm.dat) and write the results in reactions and thermo.compressibleGas.

Now, about the combustion model, you might want to check this thread: http://www.cfd-online.com/Forums/ope...meletfoam.html
Thank you so much for your reply! Really beneficial. I will have a try of what you told.
Now I operate the reactingFoam and XiFoam, but the result seems not the same. I am considering the 'combustion properties' maybe the reason, for your reactingFoam case, the combustionMoel is PaSR_ but XiFoam not. So do you know is there any other combustionMoel available in reactionFoam? or where to find this information.
The other thing is in XiFoam 'combustionProperties' has some paramerters like ignitionthickness,ignitionSphereFraction which your reactingFoam case doesn't have. Do you think the sentences of ignition can be added to reactingFoam?
Howard is offline   Reply With Quote

Old   March 20, 2015, 01:30
Default
  #12
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hi,

I don't think reactingFoam has a completely different combustion model available. You could use rhoReactingFoam, but it won't change that much your simulation.
For XiFoam's properties in combustionProperties, they are indeed a little tricky to set. I think you could set ignition to off and use the same fvOptions as in reactingFoam to ignite. I don't know if this works, but you can have a try !

I have also read sa while ago that ignition in reactingFoam could be realized in the same fashion as for XiFoam, but I can't put my hands on this thread anymore, sorry.

Anyways, best of luck for this, it's not easy to ignite, with both solvers !
remir is offline   Reply With Quote

Old   March 23, 2015, 10:14
Smile
  #13
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

I don't think reactingFoam has a completely different combustion model available. You could use rhoReactingFoam, but it won't change that much your simulation.
For XiFoam's properties in combustionProperties, they are indeed a little tricky to set. I think you could set ignition to off and use the same fvOptions as in reactingFoam to ignite. I don't know if this works, but you can have a try !

I have also read sa while ago that ignition in reactingFoam could be realized in the same fashion as for XiFoam, but I can't put my hands on this thread anymore, sorry.

Anyways, best of luck for this, it's not easy to ignite, with both solvers !
Hi remir, thanks a lot for your answers. Now I generally understand the reactingFoam. However, there are still some questions: In the 'reactions' document, is the 'Ta' activation energy? Because in CHEMKIN this position should be Ea(activation energy). What's more, in 'Chemstry Properties', I read some tutorial and cases that there is a 'turbulent Reaction' on selection but in your case not. Finally, I read your document ' fundySetfieldDict' but I don't know what's that meaning.
Howard is offline   Reply With Quote

Old   March 23, 2015, 22:50
Default
  #14
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hi,

OpenFOAM uses activation temperature in K, while chemkin uses activation energy in cal/mol. Hence the need for a converter (chemkinToFoam).

FunkySetField is an OpenFOAM application I installed a while ago, that enables the setting of "strange" initial conditions. You don't have to use it.

About Turbulent Reaction, I also have little clues about what it does. My guess is that it controls the PaSR model to some extent. I disabled it to test its impact on the simulation, and forgot to put it back on when I created the test case.

Good luck !
remir is offline   Reply With Quote

Old   March 25, 2015, 06:46
Smile about GRIMech of reaction mechanism
  #15
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

OpenFOAM uses activation temperature in K, while chemkin uses activation energy in cal/mol. Hence the need for a converter (chemkinToFoam).

FunkySetField is an OpenFOAM application I installed a while ago, that enables the setting of "strange" initial conditions. You don't have to use it.

About Turbulent Reaction, I also have little clues about what it does. My guess is that it controls the PaSR model to some extent. I disabled it to test its impact on the simulation, and forgot to put it back on when I created the test case.

Good luck !
Hi, remir. So appreciate your answer! I tried the multistep mechanism and it works. Now I try to use some other multistep mechanism but the problem is what I find is like the attachment is GRIMech, do you know how to use it in openfoam or translate to CHEMKIN format? Another question is in the ignition part what's the meaning of 'h', do you have some opinion of how to set the number? And finally, I would like to ask that if the CH4 and other reactants in the '0' folder the percentage number is massfraction? or maybe molfraction? Thank you!
Attached Files
File Type: zip 12-step_ch4 GRI-Mech.zip (45.2 KB, 78 views)
Howard is offline   Reply With Quote

Old   March 25, 2015, 07:22
Default
  #16
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hi,

I am also stuck at trying to figure out how to use these kinds of mechanism directly in OpenFOAM. I think it has not been done yet, or at least not reported in this forum.

Regarding the value of h, unfortunately, this is mainly trial and error. From my experience, it can range from 1 to 100, depending on your mesh, flow conditions and mechanism.

Finally, OpenFOAM only uses mass fraction !

Let me know if you find how to use this mechanism
remir is offline   Reply With Quote

Old   March 31, 2015, 12:58
Default
  #17
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

I am also stuck at trying to figure out how to use these kinds of mechanism directly in OpenFOAM. I think it has not been done yet, or at least not reported in this forum.

Regarding the value of h, unfortunately, this is mainly trial and error. From my experience, it can range from 1 to 100, depending on your mesh, flow conditions and mechanism.

Finally, OpenFOAM only uses mass fraction !

Let me know if you find how to use this mechanism
Hi, remir. About the detailed mechanism data, I think that could be built by yourself according to some literature. And the data source could be found from some websites like http://www.reactiondesign.com/suppor...chanisms-data/ .Good luck.
Howard is offline   Reply With Quote

Old   April 1, 2015, 13:07
Default
  #18
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hi,

I am also stuck at trying to figure out how to use these kinds of mechanism directly in OpenFOAM. I think it has not been done yet, or at least not reported in this forum.

Regarding the value of h, unfortunately, this is mainly trial and error. From my experience, it can range from 1 to 100, depending on your mesh, flow conditions and mechanism.

Finally, OpenFOAM only uses mass fraction !

Let me know if you find how to use this mechanism
Hi, remir. When I try to use the chemkinToFoam, the terminal shows HOCO not found in table. valid entries:
53
(
OH
CN
C2H3
.
.
.

does this mean OpenFoam can't deal with these species like HOCO? what can do then?
Howard is offline   Reply With Quote

Old   April 1, 2015, 20:42
Default
  #19
New Member
 
remi
Join Date: May 2014
Location: China
Posts: 26
Rep Power: 11
remir is on a distinguished road
Hello,

I think it just means that you forgot to specify the thermodynamic data for this species in particular !
Or maybe the name changed a little after the conversion and you have to find it manually in thermo properties.

Hope this solves your problem.


ps: thanks for the previous link you mentioned, I'll have a look
remir is offline   Reply With Quote

Old   April 2, 2015, 06:43
Thumbs up
  #20
Member
 
Howar
Join Date: Mar 2015
Posts: 53
Rep Power: 11
Howard is on a distinguished road
Quote:
Originally Posted by remir View Post
Hello,

I think it just means that you forgot to specify the thermodynamic data for this species in particular !
Or maybe the name changed a little after the conversion and you have to find it manually in thermo properties.

Hope this solves your problem.


ps: thanks for the previous link you mentioned, I'll have a look
Thank you! I already realized the problem. But during the process of establish the thermodata, there are still some species I cannot find, like H2NN,NCCN,OCHCHO, etc. Do you have good suggestion?
Howard is offline   Reply With Quote

Reply


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
calculate flame speed using reactingFoam IColin OpenFOAM Running, Solving & CFD 0 February 4, 2014 15:14
Ignition point in reactingFoam? lfgmarc OpenFOAM Programming & Development 0 July 11, 2011 18:00
Detailed chemistry premixed VS diffusion H2 flame fireman FLUENT 1 May 27, 2011 08:22
ignition of premixed flame tilman FLUENT 6 June 25, 2009 04:40
premixed flame modeling problem peiyong wang CFX 1 July 18, 2008 12:02


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