We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ef5f94 commit 8464e20Copy full SHA for 8464e20
rmgpy/kinetics/falloff.pyx
@@ -226,7 +226,7 @@ cdef class Lindemann(PDepKineticsModel):
226
"""
227
import cantera as ct
228
assert isinstance(ct_reaction.rate, ct.LindemannRate), "Must have a Cantera LindemannRate attribute"
229
- ct_reaction.efficiencies = PDepKineticsModel.get_cantera_efficiencies(self, species_list)
+ ct_reaction.third_body.efficiencies = PDepKineticsModel.get_cantera_efficiencies(self, species_list)
230
ct_reaction.rate = self.to_cantera_kinetics()
231
232
0 commit comments