Skip to content

ENH: solidIsothermalReactionRate: new solid reaction rate model

Kutalmış Berçin requested to merge feature-solidIsothermalReactionRate into develop

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 by Kutalmış Berçin

Merge request reports