コード例 #1
0
ファイル: Reactor.py プロジェクト: athlonshi/cantera
 def temperature(self):
     """The temperature in the reactor [K]."""
     return _cantera.reactor_temperature(self.__reactor_id)
コード例 #2
0
ファイル: Reactor.py プロジェクト: minhbau/Cantera
 def temperature(self):
     """The temperature in the reactor [K]."""
     return _cantera.reactor_temperature(self.__reactor_id)