View Issue Details

IDProjectCategoryView StatusLast Update
0004061OpenFOAMBugpublic2024-03-06 11:16
ReporterLuca Cornolti Assigned Towill  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Product Versiondev 
Fixed in Version11 
Summary0004061: Error in implementation of Langmuir-Hinshelwood reaction rate derivative with respect to molar concentration
DescriptionLine 155 in file LangmuirHinshelwoodReactionRateI.H (last operation in function Foam::LangmuirHinshelwoodReactionRate::ddc):

ddc[r_[1]] = - k*m_[1]/b*dbdc2;

should be replaced with:

ddc[r_[1]] = - k*m_[0]/b*dbdc2;

See analytic derivation for this kind of reaction rate (equation 9 in attached pdf file) where I tried to use the same nomenclature used in the code.
TagsNo tags attached.

Issue History

Date Modified Username Field Change
2024-03-05 13:31 Luca Cornolti New Issue
2024-03-05 13:31 Luca Cornolti File Added: LangmuirHinshelwood_reactionRate.pdf
2024-03-06 11:16 will Assigned To => will
2024-03-06 11:16 will Status new => resolved
2024-03-06 11:16 will Resolution open => fixed
2024-03-06 11:16 will Fixed in Version => 11
2024-03-06 11:16 will Note Added: 0013208