Exemplo n.º 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)
Exemplo n.º 2
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)