Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in / Register
  • openfoam openfoam
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 420
    • Issues 420
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Issues
  • #842
Closed
Open
Issue created May 27, 2018 by Admin@OpenFOAM-adminMaintainer

Bug in COxidationIntrinsicRate.C

Hi,

In COxidationIntrinsicRate.C

eta = max(3.0sqr(phi)(phi/tanh(phi) - 1.0), 0.0);

must be

eta = max(3.0/sqr(phi)*(phi/tanh(phi) - 1.0), 0.0);

see:

Schaffel, N., Mancini, M. & Szle, A., 2009. Mathematical modeling of MILD combustion of pulverized coal. Combustion ‎and Flame, 156(9). page 1775.

and

ANSYSInc, 2015. ANSYS fluent theory guide release 17.‎ page 422.

Regards.

Edited May 27, 2018 by Admin
Assignee
Assign to
Time tracking