コード例 #1
0
ファイル: Reactor.py プロジェクト: athlonshi/cantera
 def ready(self):
     """
     Return 1 if the wall instance is ready for use, 0 otherwise. Deprecated.
     """
     return _cantera.wall_ready(self.__wall_id)
コード例 #2
0
ファイル: Reactor.py プロジェクト: minhbau/Cantera
 def ready(self):
     """
     Return 1 if the wall instance is ready for use, 0 otherwise. Deprecated.
     """
     return _cantera.wall_ready(self.__wall_id)