TEXT_PARSER_CUSTOM¶

The *TEXT_PARSER_CUSTOM worker now supports extraction of LS-DYNA material data through two new variable types : 1. lsdyna-fixed-width Extracts scalar values from 10-character fixed-width column headers commonly used in LS-DYNA material cards. 2. lsdyna-mat-curves Enables extraction of stress–strain curve data by following the full LS-DYNA reference chain.



*TEXT_PARSER_CUSTOM worker -> Added LS-Dyna DEFINE_CURVE support: extract curves with or without $# (data start = first line with two numbers), filter by curve name, link with material from name, exclude curves used in define tables, and show correct point count in the variables list.