Skip to content

generateReverseRateCoefficient cannot handle PDepArrhenius with MultiArrhenius rates #797

@mliu49

Description

@mliu49

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?

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions