import#

class ansys.fluent.core.meshing.tui_241.main_menu.file.import_(service, version, mode, path)#

Bases: TUIMenu

Import surface and volume meshes from non-native formats.

Classes:

ansys_surf_mesh(service, version, mode, path)

Read a surface mesh from an Ansys prep7 or cdb file.

ansys_vol_mesh(service, version, mode, path)

Read a volume mesh from an Ansys prep7 or cdb file.

cad(service, version, mode, path)

Reads the following CAD formats: ACIS *.sat, *.sab Ansys DesignModeler *.agdb Ansys ICEM CFD *.tin Ansys Workbench *.meshdat, *.mechdat Autodesk Inventor *.ipt, *.iam CATIA V4 *.model, *.exp, *.session, *.dlv CATIA V5 *.CATPart, *.CATProduct Creo Parametric *.prt, *.asm GAMBIT *.dbs IGES *.igs, *.iges JTOpen *.jt NX *.prt Parasolid *.x_t, *.xmt_txt, *.x_b, *.xmt_bin SolidWorks *.sldprt, *.sldasm STEP *.stp, *.step STL *.stl.

cad_geometry(service, version, mode, path)

Reads the following CAD formats: ACIS *.sat, *.sab Ansys DesignModeler *.agdb Ansys ICEM CFD *.tin Ansys Workbench *.meshdat, *.mechdat Autodesk Inventor *.ipt, *.iam CATIA V4 *.model, *.exp, *.session, *.dlv CATIA V5 *.CATPart, *.CATProduct Creo Parametric *.prt, *.asm GAMBIT *.dbs IGES *.igs, *.iges JTOpen *.jt NX *.prt Parasolid *.x_t, *.xmt_txt, *.x_b, *.xmt_bin SolidWorks *.sldprt, *.sldasm STEP *.stp, *.step STL *.stl.

cad_options(service, version, mode, path)

Make settings for cad import.

cgns_surf_mesh(service, version, mode, path)

Read a surface mesh from a CGNS format file.

cgns_vol_mesh(service, version, mode, path)

Read a volume mesh from an CGNS format file.

fidap_surf_mesh(service, version, mode, path)

Read a surface mesh from a FIDAP neutral file.

fidap_vol_mesh(service, version, mode, path)

Read a volume mesh from a FIDAP neutral file.

fl_uns2_mesh(service, version, mode, path)

Read a mesh from a Fluent UNS V2 case file.

fluent_2d_mesh(service, version, mode, path)

Read a 2D mesh.

fluent_3d_mesh(service, version, mode, path)

Read a 3D mesh.

gambit_surf_mesh(service, version, mode, path)

Read a surface mesh from a GAMBIT neutral file.

gambit_vol_mesh(service, version, mode, path)

Read a volume mesh from a GAMBIT neutral file.

hypermesh_surf_mesh(service, version, mode, path)

Read a surface mesh from a HYPERMESH ascii file.

hypermesh_vol_mesh(service, version, mode, path)

Read a volume mesh from a HYPERMESH ascii file.

ideas_surf_mesh(service, version, mode, path)

Read a surface mesh from an IDEAS universal file.

ideas_vol_mesh(service, version, mode, path)

Read a volume mesh from an IDEAS universal file.

nastran_surf_mesh(service, version, mode, path)

Read a surface mesh from a NASTRAN file.

nastran_vol_mesh(service, version, mode, path)

Read a volume mesh from a NASTRAN file.

patran_surf_mesh(service, version, mode, path)

Read a surface mesh from a PATRAN neutral file.

patran_vol_mesh(service, version, mode, path)

Read a volume mesh from a PATRAN neutral file.

reimport_last_with_cfd_surface_mesh(service, ...)

Reimport CAD using the size field.

stl(service, version, mode, path)

Read a surface mesh from a stereolithography (STL) file.

class ansys_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from an Ansys prep7 or cdb file.

class ansys_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from an Ansys prep7 or cdb file.

class cad(service, version, mode, path)#

Bases: TUIMethod

Reads the following CAD formats: ACIS *.sat, *.sab Ansys DesignModeler *.agdb Ansys ICEM CFD *.tin Ansys Workbench *.meshdat, *.mechdat Autodesk Inventor *.ipt, *.iam CATIA V4 *.model, *.exp, *.session, *.dlv CATIA V5 *.CATPart, *.CATProduct Creo Parametric *.prt, *.asm GAMBIT *.dbs IGES *.igs, *.iges JTOpen *.jt NX *.prt Parasolid *.x_t, *.xmt_txt, *.x_b, *.xmt_bin SolidWorks *.sldprt, *.sldasm STEP *.stp, *.step STL *.stl.

class cad_geometry(service, version, mode, path)#

Bases: TUIMethod

Reads the following CAD formats: ACIS *.sat, *.sab Ansys DesignModeler *.agdb Ansys ICEM CFD *.tin Ansys Workbench *.meshdat, *.mechdat Autodesk Inventor *.ipt, *.iam CATIA V4 *.model, *.exp, *.session, *.dlv CATIA V5 *.CATPart, *.CATProduct Creo Parametric *.prt, *.asm GAMBIT *.dbs IGES *.igs, *.iges JTOpen *.jt NX *.prt Parasolid *.x_t, *.xmt_txt, *.x_b, *.xmt_bin SolidWorks *.sldprt, *.sldasm STEP *.stp, *.step STL *.stl.

class cgns_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a CGNS format file.

class cgns_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from an CGNS format file.

class fidap_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a FIDAP neutral file.

class fidap_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from a FIDAP neutral file.

class fl_uns2_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a mesh from a Fluent UNS V2 case file.

class fluent_2d_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a 2D mesh.

class fluent_3d_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a 3D mesh.

class gambit_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a GAMBIT neutral file.

class gambit_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from a GAMBIT neutral file.

class hypermesh_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a HYPERMESH ascii file.

class hypermesh_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from a HYPERMESH ascii file.

class ideas_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from an IDEAS universal file.

class ideas_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from an IDEAS universal file.

class nastran_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a NASTRAN file.

class nastran_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from a NASTRAN file.

class patran_surf_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a PATRAN neutral file.

class patran_vol_mesh(service, version, mode, path)#

Bases: TUIMethod

Read a volume mesh from a PATRAN neutral file.

class reimport_last_with_cfd_surface_mesh(service, version, mode, path)#

Bases: TUIMethod

Reimport CAD using the size field.

class stl(service, version, mode, path)#

Bases: TUIMethod

Read a surface mesh from a stereolithography (STL) file.