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

2 reactions

Register Blogs Community New Posts Updated Threads Search

Like Tree4Likes
  • 1 Post By sbo
  • 1 Post By Kummi
  • 1 Post By dlahaye
  • 1 Post By Kummi

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   October 19, 2015, 04:38
Default 2 reactions
  #1
sbo
New Member
 
Join Date: Apr 2015
Posts: 3
Rep Power: 11
sbo is on a distinguished road
Hello,

I want to run two parallel reactions in OpenFoam and I use Arrhenius for both equations. Both reactions work seperately but they don't seem to influence one another as they should. Even the change in temperature doesn't seem to make a difference.
Does anyone have an idea why it doesn't work properly? Is Arrhenius not the right attempt?

Thanks,
sbo
Kummi likes this.
sbo is offline   Reply With Quote

Old   February 7, 2021, 11:47
Default
  #2
Senior Member
 
Kumaresh
Join Date: Oct 2016
Posts: 349
Rep Power: 11
Kummi is on a distinguished road
Send a message via Yahoo to Kummi
Hello sbo,
Do you got the solution for your question ? In my work, I'm facing the same issues now. In my case,
Quote:
irreversibleSolidArrheniusHeterogeneousReaction
coal = 0.02627 H2O + 0.00296 CO2 + 0.012 C2H6 + 0.002 NH3 + 0.76 char
(1.3e13 25000 400 1.0) -- > EQU. (1)

irreversibleSolidArrheniusHeterogeneousReaction
coal = 0.06 CH4 + 0.76382 char
(1.3e13 42095 773 1.0) -- > EQU. (2)
When I try running with,
(i) only EQU. (1)
(ii) both EQUs. (1) and (2)
(iii) implementing EQU. (2) firstly followed by EQU. (1) [exchanging EQUs. thinking that only first EQU. being solved]
In (i) (ii) (iii), results are same.


When I solve only EQU. (2), results are different. So what I feel is, may be the influence of EQU. (1) dominates the other EQU. (2). But, still something fishy. Why there is not even a minor influence of EQU. (2) in the solution, although EQU. (1) dominates.
raj kumar saini likes this.
Kummi is offline   Reply With Quote

Old   February 7, 2021, 12:25
Default
  #3
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 723
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
I suggest to find a reaction mechanism in Chemkin (or otherwise, possibly Cantera) for the combined reactions and use checkinToFoam to convert to format required for OpenFoam.
Kummi likes this.
dlahaye is offline   Reply With Quote

Old   February 7, 2021, 22:32
Default
  #4
Senior Member
 
Kumaresh
Join Date: Oct 2016
Posts: 349
Rep Power: 11
Kummi is on a distinguished road
Send a message via Yahoo to Kummi
Hello Mr. Domenico Lahaye,

Thank you for your comment. If I'm not wrong, in OpenFOAM chemkin is implemented only for gaseous reactions. In my case, its solid (coal) involved as a reactant.
Quote:
I suggest to find a reaction mechanism in Chemkin (or otherwise, possibly Cantera) for the combined reactions and use checkinToFoam to convert to format required for OpenFoam.
So as per your thoughts, is that not possible to implement combined or multiple reactions in OpenFOAM unless we touch chemkin ?

Kindly share your thoughts.
Thank you
Kummi is offline   Reply With Quote

Old   February 8, 2021, 03:14
Default
  #5
Senior Member
 
Domenico Lahaye
Join Date: Dec 2013
Posts: 723
Blog Entries: 1
Rep Power: 17
dlahaye is on a distinguished road
In my limited understanding, I distinguish two subproblems.

The first is defining the reaction mechanism. This is independent of gaseous or coal combustion.

The second is to perform combustion simulations using the reaction mechanism as input. Here indeed an appropriate solver is indeed required.

Hope this helps a bit.

Cheers, Domenico.
dlahaye is offline   Reply With Quote

Old   February 8, 2021, 10:17
Default
  #6
Senior Member
 
Kumaresh
Join Date: Oct 2016
Posts: 349
Rep Power: 11
Kummi is on a distinguished road
Send a message via Yahoo to Kummi
Hello Mr. Domenico Lahaye,
Thank you for your thoughts.
Quote:
elements 2(O N);
species 5(O O2 N2 N NO);
reactions
{
un-named-reaction-0
{
type reversibleArrheniusReaction;
reaction "NO^1 + N^1 = N2^1 + O^1";
A 2.1e+10;
beta 0;
Ta 0;
}
un-named-reaction-1
{
type reversibleArrheniusReaction;
reaction "N^1 + O2^1 = NO^1 + O^1";
A 5.83e+06;
beta 1.01;
Ta 3120;
}
}
I found such above multiple reactions when I gone through about ChemFOAM.
https://openfoamwiki.net/index.php/ChemFoam
I guess it should be the one, which I'm looking forward - where I found such settings in OF version 2.4.0 and higher versions. Currently, I'm using OF 2.1.1, the reason why I couldn't able to find such possibility before.
Let me try this and find the difference in results.

However when comparing OF versions 2.1.1 and 2.4.0, I couldn't able to find much differences in the code, concerning the above multiple reactions.. Any thoughts to share ?
Thank you again
raj kumar saini likes this.
Kummi is offline   Reply With Quote

Reply

Tags
arrhenius, hydrogen, methane, parallel computing, reactions


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
Problem with Volumetric Reactions in Fluent Kashif Rashid Fluent UDF and Scheme Programming 2 December 28, 2017 00:36
Need Clarification regarding Volumetric Reactions in Fluent Kashif Rashid Fluent UDF and Scheme Programming 0 October 3, 2014 10:59
Surface reactions netmaster STAR-CCM+ 0 November 9, 2012 21:41
inconsistency in the chemical reactions in Reacting Foam? lfgmarc OpenFOAM Running, Solving & CFD 1 October 10, 2011 11:11
porous medium and reactions Valeria FLUENT 1 July 10, 2009 03:58


All times are GMT -4. The time now is 19:18.