-
Notifications
You must be signed in to change notification settings - Fork 29
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
RMG tools merge model get "ChemkinError: Mixed kinetics for duplicate reaction HCCO(21) + OH(6) <=> CO(13) + HCOH(39)." #173
Comments
The mixed kinetics error means that two reactions were marked as duplicates while one is pressure dependent and the other is not. I think in that case the duplicate tag is not necessary. The second error means that reactions which should have duplicate tags do not have them. The solution should be to add the DUPLICATE tag to both duplicates. |
That's interesting. This might be something that RMG doesn't handle correctly right now. When RMG encounters duplicate reactions, we will try to combine them into a multi kinetics object (e.g. MultiArrhenius or MultiPDepArrhenius). I don't think we account for situations where you have both duplicate high pressure and pressure dependent reactions. It seems like in your case 1/3 and 2/4 are exactly identical. Is that directly output by RMG or is it a result of merging? |
that is directly output by RMG, RMG chemkin folder 'chem.inp'. |
try to merge C7H16 and C7H10 reaction mechanism, both are RMG generated mechanism
The text was updated successfully, but these errors were encountered: