예제 #1
0
 def heatFlowRate(self):
     """Rate of heat flow through the wall. A positive value
     corresponds to heat flowing from the left-hand reactor to the
     right-hand one."""
     return _cantera.wall_Q(self.__wall_id)
예제 #2
0
파일: Reactor.py 프로젝트: minhbau/Cantera
 def heatFlowRate(self):
     """Rate of heat flow through the wall. A positive value
     corresponds to heat flowing from the left-hand reactor to the
     right-hand one."""
     return _cantera.wall_Q(self.__wall_id)