This was discovered while using the Plot Kinetics tool on the website.
The input included pressure dependent rates in PLOG format, but with two sets of Arrhenius parameters at each pressure. RMG parsed this as a PDepArrhenius object with a MultiArrhenius rate at each pressure. However, the generateReverseRateCoefficient function assumes that PDepArrhenius objects only have Arrhenius rates for each pressure, and errors while trying to calculate the reverse rate.
Questions:
- Is this the correct way for RMG to be interpreting the rate?
- If so, is it ok to modify
generateReverseRateCoefficient to recognize such a form?