[Python] Fixed an error when setting the mass flow rate of a FlowReactor
This commit is contained in:
parent
67395c8438
commit
1c5f7c3ed7
1 changed files with 1 additions and 1 deletions
|
|
@ -432,7 +432,7 @@ class FlowReactor(ReactorBase):
|
|||
self.setMassFlowRate(mdot)
|
||||
|
||||
def setMassFlowRate(self, mdot):
|
||||
_cantera.flowReactor_setMassFlowRate(self.__reactor_id, mdot)
|
||||
_cantera.flowReactor_setMassFlowRate(self.reactor_id(), mdot)
|
||||
|
||||
|
||||
class ConstPressureReactor(ReactorBase):
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue