Example #1
0
 def advance(self, time):
     """Advance the state of the reactor network in time from the current
     time to time 'time'."""
     return _cantera.reactornet_advance(self.__reactornet_id, time)
Example #2
0
 def advance(self, time):
     """Advance the state of the reactor network in time from the current
     time to time 'time'."""
     return _cantera.reactornet_advance(self.__reactornet_id, time)