HyperCrash

Nastran File Format

Nastran File Format

Previous topic Next topic No expanding text in this topic  

Nastran File Format

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

The targets of the read and write functions are:

Import NASTRAN mesh to create a RADIOSS crash model.
Import NASTRAN model to create a NASTRAN model mainly for:
oStatic analysis
oNVH analysis

HyperCrash reads only the NASTRAN bulk format.

Control cards

The Nastran control cards are just able to read and write without any modification possibilities. These lines are kept in the M00 file.

Header

The Nastran bulk data reading will start from the keyword line:

BEGIN BULK

The lines above this keyword line will be set as control cards.

Read and write entities

The following table shows the read and write entities by HyperCrash. Most of the NASTRAN entities are translated into a RADIOSS entity.

Currently the following NASTRAN cards are supported:

black        : development finish

orange        : under development

red        : development planned

NASTRAN

RADIOSS

NASTRAN

Notes

GRID

GRID*

NODE

GRID

GRID*

 

CQUAD4

CQUAD4*

SHELL

CQUAD4

ID of CORD is lost

CTRIA

CTRIA*

SH3N

CTRIA

ID of CORD is lost

CELAS1

SPRING

CELAS1

 

CBEAM

BEAM

CBEAM or CBAR

 

CBAR

BEAM

CBEAM or CBAR

 

CROD

TRUSS

CROD

 

RBE2

RBODY

RBE2

 

PSHELL

PROP/SHELL

PSHELL

 

PBEAM

PROP/BEAM

PBEAM or PBAR

 

PBAR

PROP/BEAM

PBEAM or PBAR

 

PELAS

PROP/13 or PROP/8

PELAS

 

CELAS2

SPRING type 13

CELAS2

 

MAT1

MAT law 1

MAT1

 

PCOMP

MAT + PROP

MAT1 + PSHELL

 

FORCE

CLOAD

 

 

SPC

SPC1

BCS

 

 

CHEXA

BRICK

SHELL16

BRIC20

CHEXA

 

CPENTA

BRICK

SHELL16

BRIC20

CPENTA

 

PSOLID

PROP 14

 

 

CONM2

ADMAS

CONM2

 

CTETRA

TETRA4

TETRA10

CTETRA

 

ASET

GROUP

ASET

 

PLOAD

 

 

 

MPC

 

 

 

RBE3

---

RBE3

Displayed as RBODY

CWELD

HyperCrash spotweld

 

 

PWELD

PROP type 13

 

 

CBUSH

 

 

 

PBUSH

 

 

 

CDAMP (i)

 

 

 

PDAMP

 

 

 

CVISC

 

 

 

PVISC

 

 

 

INCLUDE

 

 

 

CORD2R

SKEW

 

 

CORD1R

SKEW

 

 

CMASS (i)

 

 

 

PMASS

 

 

 

CONM1

 

 

 

RBAR

 

 

 

RROD

 

 

 

PLOTEL

 

 

 

PBARL

 

 

 

CONROD

 

 

 

SUPERELEMENT

 

 

 

RSPLINE

 

 

 

NASTRAN CONTROL CARDS

 

KEPT but impossible to modify

Save as text in the M00 file

Spotwelds

The spotwelds of the RADIOSS model are translated with the following FEM NASTRAN model:

CBEAM + RBE2
CBAR + RBE2
CWELD

The spotweld information is written in the <root_name>M00 file.

HyperCrash can translate the previous FEM NASTRAN model to Altair’s spotweld if a <root_name>M00 file can be read during the import of the NASTRAN file.

End of the data

The following keyword line of the end of the file defines the end of the bulk data.

ENDDATA