Exporting Nastran Mesh Input Files

As mentioned in Exporting a Geometry, the oSP3D Nastran export interface cannot write a ready-to-use Nastran input file from start to finish because the oSP3D kernel does not provide the information needed to do so. The interface exports the mesh definition in the long format type as bulk data file only, meeting the requirements given in Importing Nastran Mesh Input Files.

On output, the mesh definition can be represented using these bulk data entries:

EntryDescription
CEND
BEGIN BULK
CTRIA3Used for oSP3D shell element definition of 3n triangles
CTRIA6Used for oSP3D shell element definition of 6n triangles
CQUADUsed for oSP3D shell element definitions of 4n, 8n, and 9n quadrangles
CTETRAUsed for oSP3D continuum element definitions of 4n and 10n tetrahedra
CHEXAUsed for oSP3D continuum element definitions of 8n, 20n, and 27n hexahedra
GRIDThe x, y, and z coordinate in the global coordinate system

The export interface tries to keep oSP3D indices as long as possible, intervening in the following cases only:

  • Index spaces starting in oSP3D at 0 are shifted by one to meet Nastran requirements.

  • If oSP3D contains several parts, the exporter interface translates the index space automatically into a continuous one.