|
[Sponsors] |
Missing Mc/MO2 term in coalChemistryFoam diffusion limited reaction mode |
|
LinkBack | Thread Tools | Search this Thread | Display Modes |
July 20, 2017, 09:35 |
Missing Mc/MO2 term in coalChemistryFoam diffusion limited reaction mode
|
#1 |
Member
Chris Cloney
Join Date: Jun 2016
Location: Halifax, Canada
Posts: 62
Rep Power: 10 |
As the title says, I cannot seem to find this term in the COxidatioDiffusionLimitedReaction source code.
The diffusion limited reaction is described in this thesis: http://publications.rwth-aachen.de/r...files/5065.pdf, page 193, equation 3.72. The original author is Fields (http://ac.els-cdn.com/00102180699000...e4b8974e8b1a32) and I double checked the derivation and it matches 3.72 above (in Fields you need to recognize that 24 = 2*Mc in equation [10]). However, I cannot find the Mc/MO2 term in the source code for COxidationDiffusionLimitedRate<CloudType>::calcula te, only the rest of the equation. Code:
// Change in C mass [kg] scalar dmC = 4.0*mathematical::pi*d*D_*YO2*Tc*rhoc/(Sb_*(T + Tc))*dt; // Limit mass transfer by availability of C dmC = min(mass*fComb, dmC); // Change in O2 mass [kg] const scalar dmO2 = dmC/WC_*Sb_*WO2_; // Mass of newly created CO2 [kg] const scalar dmCO2 = dmC + dmO2; // Update local particle C mass dMassSolid[CsLocalId_] += dmC; It might be related to the fact that the thesis above says Mc/MO2 = 1/2 (also on page 193), which I do not understand (Mc/MO2 = 12/36 = 1/3), but I can't figure it out. Any thoughts or even other references for diffusion limited surface reaction would be tremendously helpful (I am ready to publish a paper, but just can't figure this equation out!) Thanks in advance! Chris |
|
July 25, 2017, 09:41 |
|
#2 |
Member
Chris Cloney
Join Date: Jun 2016
Location: Halifax, Canada
Posts: 62
Rep Power: 10 |
Anyone have any thoughts on this?
Thanks! Chris |
|
Tags |
coalchemistryfoam, diffusion limited, openfoam, surface reaction |
|
|
Similar Threads | ||||
Thread | Thread Starter | Forum | Replies | Last Post |
ATTENTION! Reliability problems in CFX 5.7 | Joseph | CFX | 14 | April 20, 2010 16:45 |
Diffusion term: L. Davidson, H.Jasak, M.Peric | Michail | Main CFD Forum | 10 | July 2, 2008 22:54 |
FVM discretization of diffusion term on crvlnr gr | Michail | Main CFD Forum | 3 | March 14, 2008 07:52 |
secondary diffusion term | Steve Moore | FLUENT | 9 | September 8, 2005 00:14 |
species source term reaction | Andrew | FLUENT | 3 | May 27, 2005 13:35 |