CFD Online Logo CFD Online URL
www.cfd-online.com
[Sponsors]
Home > Forums > General Forums > Main CFD Forum

CO and H2 reaction in reactingFoam

Register Blogs Community New Posts Updated Threads Search

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   November 25, 2018, 11:35
Default CO and H2 reaction in reactingFoam
  #1
New Member
 
Kikuta Enoki
Join Date: Jun 2017
Posts: 9
Rep Power: 8
Kikuta.K is on a distinguished road
Hello foamers.


Now I'm trying to calculate the reaction of carbon monoxide and hydrogen by reactingFoam.

I changed the file constant/reactions like below
/**************************/
reactions
{
methaneReaction
{
type irreversibleArrheniusReaction;
reaction "2CO + O2 = 2CO2 ;
A 7e+06;
beta 0;
Ta 10063.8;
}
hydrogenReaction
{
type irreversibleArrheniusReaction;
reaction "2H2 + O2 = 2H2O";
A 4.74342e+12;
beta 0;
Ta 10063.8;
}
}
/**************************/

but couldn't calculate due to the error like below.

/**************************/
H2 not found in table. Valid entries:
5
(
N2
CO2
O2
CH4
H2O
)
/**************************/

Of course I've already added H2 into the table of constant/reactions,
but I don't know why the error like this happens.

How can I fix this problem?

Hopefully anyone could help me to fix this problem?


My OpenFOAM is version 2.1.1.

Best regards.
Kikuta.K 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



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