Exemple #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)
Exemple #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)