Example #1
0
 def setFunction(self, f):
     self._f = f # Hold on to a reference so it doesn't get deleted
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())
Example #2
0
 def setFunction(self, f):
     self._f = f  # Hold on to a reference so it doesn't get deleted
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())
Example #3
0
 def setFunction(self, f):
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())
Example #4
0
 def setFunction(self, f):
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())