Exemple #1
0
 def __init__(self, formati, inputs=None):
     """
     Parameters
     ----------
     formati : str
         the file format (e.g., 'nastran', 'cart3d')
     inputs : None
         pass for the fake gui
     """
     self._formati = formati
     FakeGUIMethods.__init__(self, inputs=inputs)
     #ADB_IO.__init__(self)
     #AvusIO.__init__(self)
     AbaqusIO.__init__(self)
     BEdge_IO.__init__(self)
     NastranIO.__init__(self)
     Cart3dIO.__init__(self)
     #DegenGeomIO.__init__(self)
     FastIO.__init__(self)
     LaWGS_IO.__init__(self)
     PanairIO.__init__(self)
     #Plot3d_io.__init__(self)
     STL_IO.__init__(self)
     ShabpIO.__init__(self)
     SurfIO.__init__(self)
     TetgenIO.__init__(self)
     TecplotIO.__init__(self)
     Usm3dIO.__init__(self)
     UGRID_IO.__init__(self)
     #AbaqusIO.__init__(self)
     SU2_IO.__init__(self)
Exemple #2
0
 def __init__(self, formati, inputs=None):
     """
     Parameters
     ----------
     formati : str
         the file format (e.g., 'nastran', 'cart3d')
     inputs : None
         pass for the fake gui
     """
     self._formati = formati
     FakeGUIMethods.__init__(self, inputs=inputs)
     NastranIO.__init__(self)
     self.format_class_map = CLASS_MAP
Exemple #3
0
 def __init__(self, formati, inputs=None):
     """
     Parameters
     ----------
     formati : str
         the file format (e.g., 'nastran', 'cart3d')
     inputs : None
         pass for the fake gui
     """
     self._formati = formati
     FakeGUIMethods.__init__(self, inputs=inputs)
     #ADB_IO.__init__(self)
     AbaqusIO.__init__(self)
     BEdge_IO.__init__(self)
     NastranIO.__init__(self)
     #DegenGeomIO.__init__(self)
     FastIO.__init__(self)
     #Plot3d_io.__init__(self)
     SurfIO.__init__(self)
     UGRID_IO.__init__(self)
 def __init__(self):
     FakeGUIMethods.__init__(self)
     FastIO.__init__(self)
Exemple #5
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     UGRID_IO.__init__(self)
Exemple #6
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = AvusIO(self)
Exemple #7
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = Cart3dIO(self)
     self.build_fmts(['cart3d'], stop_on_failure=True)
 def __init__(self, inputs=None):
     FakeGUIMethods.__init__(self, inputs=inputs)
     NastranIO.__init__(self)
     self.build_fmts(['nastran'], stop_on_failure=True)
 def __init__(self):
     FakeGUIMethods.__init__(self)
     LaWGS_IO.__init__(self)
Exemple #10
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     TecplotIO.__init__(self)
Exemple #11
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = Usm3dIO(self)
 def __init__(self):
     FakeGUIMethods.__init__(self)
     UGRID_IO.__init__(self, self)
     self.build_fmts(['ugrid', 'ugrid3d'], stop_on_failure=True)
Exemple #13
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     ShabpIO.__init__(self)
Exemple #14
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     AbaqusIO.__init__(self)
Exemple #15
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     PanairIO.__init__(self)
Exemple #16
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = STL_IO(self)
Exemple #17
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = AVL_IO(self)
     self.build_fmts(['avl'], stop_on_failure=True)
 def __init__(self):
     FakeGUIMethods.__init__(self)
     AbaqusIO.__init__(self, self)
     self.build_fmts(['abaqus'], stop_on_failure=True)
Exemple #19
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = LaWGS_IO(self)
     self.build_fmts(['lawgs'], stop_on_failure=True)
Exemple #20
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = PanairIO(self)
     self.build_fmts(['panair'], stop_on_failure=True)
Exemple #21
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = ShabpIO(self)
     self.build_fmts(['shabp'], stop_on_failure=True)
Exemple #22
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     OpenFoamIO.__init__(self)
Exemple #23
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     AvusIO.__init__(self)
     Cart3dIO.__init__(self)
 def __init__(self):
     FakeGUIMethods.__init__(self)
     DegenGeomIO.__init__(self, self)
     ADB_IO.__init__(self, self)
     self.build_fmts(['degen_geom'], stop_on_failure=True)
Exemple #25
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     ObjIO.__init__(self)
Exemple #26
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     BEdge_IO.__init__(self)
Exemple #27
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     SU2_IO.__init__(self)
Exemple #28
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     SurfIO.__init__(self, self)
     self.build_fmts(['surf'], stop_on_failure=True)
 def __init__(self):
     FakeGUIMethods.__init__(self)
     self.model = TecplotIO(self)
     self.build_fmts(['tecplot'], stop_on_failure=True)
Exemple #30
0
 def __init__(self):
     FakeGUIMethods.__init__(self)
     DegenGeomIO.__init__(self)
     ADB_IO.__init__(self)