예제 #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())
예제 #2
0
파일: Reactor.py 프로젝트: minhbau/Cantera
 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())
예제 #3
0
 def setFunction(self, f):
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())
예제 #4
0
 def setFunction(self, f):
     _cantera.flowdev_setFunction(self.__fdev_id, f.func_id())