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

pyrolysis model in fireFOAM

Register Blogs Community New Posts Updated Threads Search

Like Tree1Likes
  • 1 Post By mehtab

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
Old   May 22, 2015, 04:13
Default pyrolysis model in fireFOAM
  #1
New Member
 
fricha01's Avatar
 
Franck RICHARD
Join Date: May 2014
Posts: 1
Rep Power: 0
fricha01 is on a distinguished road
Hi,

I try to understand the physics behind the calculation of the solid reaction rate (RRs).
Do someone known where i can find the equation of RRs ?
I look into c++ guide but i can find the equation.

I think RRs is calculated with an Arrhenius function :

RRs= Aexp(-E/RT) but i think these equation is multiplied by rho to have kg/m3/s but how n (reaction exponent) specified in a pyrolysis case ''wood^n = char + gas" is taking into account ?

Thanks
franck
fricha01 is offline   Reply With Quote

Old   October 7, 2015, 07:19
Default
  #2
Member
 
Mehtab
Join Date: Jan 2015
Posts: 41
Rep Power: 11
mehtab is on a distinguished road
Hi Frank,

I m also trying to understand how the reactions are modeled in pyrolysis in fireFoam.

Did you get any success with you problem? If yes, please provide your feedback.

I have taken a tutorial case of OppositeBurningPanel. The reactions are mentioned as below:
Code:
species
(
    wood
    char
);

gaseousSpecies
(
    gas
);

reactions
{
    charReaction
    {
        type        irreversibleArrheniusSolidReaction;
        reaction    "wood^4.86 = char + gas";
        A           7.83e10;
        Ta          15274.57;
        Tcrit       400;
    }
}
I want to understand how this irreversibleArrheniusSolidReaction is being used here as I could not find any source code/file for this type of Arrhenius equation. Also if I want to implement a different equation how should i proceed with this?

Thanks
Maqs
Kummi likes this.
mehtab 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
eddy dissipation model: combustion doesn't occur roukaia FLUENT 2 November 18, 2020 10:23
Pyrolysis Model in fireFoam mehtab OpenFOAM Running, Solving & CFD 1 December 21, 2015 15:17
manualInjection model in sprayFoam Mentalo OpenFOAM Running, Solving & CFD 1 April 2, 2014 09:29
eddy dissipation model: combustion doesn't occur roukaia FLUENT 0 December 24, 2011 09:10
Problems bout CFD model of biomass gasification, Downdraft gasifier wanglong FLUENT 2 November 25, 2009 23:27


All times are GMT -4. The time now is 12:39.