Ejemplo n.º 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())
Ejemplo n.º 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())
Ejemplo n.º 3
0
 def setFunction(self, f):
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())
Ejemplo n.º 4
0
 def setFunction(self, f):
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())