This module defines basic routines to read geometrical data from a file and the specialized importers to read files in a number of well known standardized formats.
The basic routines are very versatile as well as optimized (using the version in the pyFormex C-library) and allow to easily create new exporters for other formats.
Classes defined in module fileread
Functions defined in module fileread
Strip the parameters from a comment line
Read a set of nodes from an open mesh file
Read a set of elems of plexitude nplex from an open mesh file
Read the eset data of type generate
Read a nodes/elems model from file.
Returns a dict:
Extract the Meshes read from a .mesh file.
Convert an Abaqus .inp to a .mesh set of files
Read the geometry from an Abaqus/Calculix .inp file
This is a replacement for the convertInp/readMeshFile combination. It uses the ccxinp plugin to provide a direct import of the Finite Element meshes from an Abaqus or Calculix input file. Currently still experimental and limited in functionality (aimed primarily at Calculix). But also many simple meshes from Abaqus can already be read.
Returns an dict.
Read an OFF surface mesh.
The mesh should consist of only triangles! Returns a nodes,elems tuple.
Read a binary stl.
Returns a Coords with shape (ntri,4,3). The first item of each triangle is the normal, the other three are the vertices.
Read a triangular surface mesh in Gambit neutral format.
The .neu file nodes are numbered from 1! Returns a nodes,elems tuple.
Read an hexahedral mesh in Gambit neutral format.
The .neu file nodes are numbered from 1! Returns a nodes,elems tuple.