コード例 #1
0
ファイル: Reactor.py プロジェクト: athlonshi/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())
コード例 #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
ファイル: Reactor.py プロジェクト: anujg1991/cantera
 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())