ReactionMechanismSimulator.jl
ReactionMechanismSimulator.jl copied to clipboard
Enabling modeling 5=5 reactions
In rare cases, some models (e.g., from KAUST or NUIG) have 5 reactants/products. Since Chemkin/Cantera is able to deal with such cases, I think RMS should support it as well.
This PR follows how things are done in PR #193. Given the current architecture of RMS, the major challenges come from getting the correct jacobian for reactions with 5 parties involved. I typed these manually in the hope of being error-free. This will also be the major challenge of this PR review.
Is this PR ready for review? If so could you rebase?