Hello,
while updating FEM HyperSizer creates a .bdf file with the original PCOMP entries (IDs starting with 1) at the beginning of the file, like:
$ Elements and Element Properties for region : Rib_01
$ Composite Property Reference Material: Rib_01
$ Composite Material Description :
PCOMP 1 100. STRN
1 2.17 45. [...]
$ Pset: "Rib_01" will be imported as: "pcomp.1"
Also the modified materials are exported (also IDs starting with 1):
$ Component 1: Rib_01
MAT8* 291 [...]
PCOMP* 1 [...]
Nastran aborts the analysis due to the duplicate PCOMP entries. So, why does HyperSizer print out the original PCOMPS? And how can I deactivate it?
Best Regards