Example #1
0
 def __init__(self, id='symmetry_plane'):
     Bdry1D.__init__(self)
     self._hndl = _cantera.symm_new()
     if id: self.setID(id)
Example #2
0
 def __init__(self, id = 'symmetry_plane'):
     Bdry1D.__init__(self)
     self._hndl = _cantera.symm_new()
     if id: self.setID(id)