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 426
    • Issues 426
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 9
    • Merge requests 9
  • Deployments
    • Deployments
    • Releases
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Development
  • openfoamopenfoam
  • Merge requests
  • !579

ENH: solidIsothermalReactionRate: new solid reaction rate model

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Kutalmış Berçin requested to merge feature-solidIsothermalReactionRate into develop Nov 28, 2022
  • Overview 1
  • Commits 1
  • Changes 5

EP2005, EP1629

Usage example

In combustion/fireFoam/LES/simplePMMApanel/constant/panelRegion/reactions:

reactions
{
    _tmp_
    {
        #include "<constant>/panelRegion/thermo.solid"
    }
    charReaction
    {
        type        irreversibleIsothermalSolidReaction;
        reaction    "PMMA = gas";
        C           <scalar>;
        Tpc         <scalar>;
        Elat        <scalar>;
        Cp          ${../_tmp_/PMMA/thermodynamics/Cp};
    }
    #remove _tmp_
}
  • linux64ClangDPInt32Opt (clang13)
  • linux64GccDPInt32Opt
  • linux64GccSPDPInt64Debug
  • Alltest: No new error
Edited Nov 29, 2022 by Kutalmış Berçin
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: feature-solidIsothermalReactionRate