Alneos/vega

LOAD control command is a default value, not an initial one.

ThomasAbballe opened this issue · 1 comments

Push c815f3d added a regression to the NASTRAN to SYSTUS parser. The control command LOAD, when outside the scope of an analysis, is a default option, and should be replaced by the next LOAD command (generally, an analysis dependent one). Instead it is treated as a supplementary load, meaning that some analysis have two loadings instead of one.
See TRUSS3-17 example, from the System-X base, for an example to this bug

Fixed in 8ca82cd TRUSS3-17 is passing. Problem was caused by a missing "trim()" in the first "LOAD " key. Added nastran_issue23_doubleload in NastranParser_test