コード例 #1
0
ファイル: Reactor.py プロジェクト: athlonshi/cantera
 def setArea(self, a):
     """
     Set the area (m^2). The wall area may be changed manually at any time
     during a simulation.
     """
     _cantera.wall_setArea(self.__wall_id, a)
コード例 #2
0
ファイル: Reactor.py プロジェクト: minhbau/Cantera
 def setArea(self, a):
     """
     Set the area (m^2). The wall area may be changed manually at any time
     during a simulation.
     """
     _cantera.wall_setArea(self.__wall_id, a)