NASsurfaceFormat.C File Reference
Include dependency graph for NASsurfaceFormat.C:

Go to the source code of this file.

Detailed Description

Original source file NASsurfaceFormat.C

Notes (Reader)

Nastran does not directly support any names, but ANSA and Hypermesh have different ways to get around that problem by using/misusing comment lines.

Hypermesh extension (last verified approx. 2010)

$HMNAME COMP 1"some-part-name"

ANSA extension (legacy)

line 1: $ANSA_NAME;<int>;<word>; line 2: $some-part-name

ANSA extension (19.0.1)

line 1: $ANSA_NAME;<int>;PSHELL;~ line 2: $some-part-name

These seem to appear immediately before the corrsponding PSHELL

ANSA extension (23.1.0)

$ANSA_NAME_COMMENT;<int>;PSHELL;some-part-name;; ...something trailing...

These seem to appear as footer data, but could presumably appear anywhere.

Random extension (not sure where this arises)

$some-part-name PSHELL 203101 1

These seemingly random comments appear immediately before the PSHELL entry.

Definition in file NASsurfaceFormat.C.