예제 #1
0
 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)