PARSES GIVEN FILENAME TO IMPORT TABLES DEFINED BY *DEFINE_TABLE AND ITS CURVES¶
Parses an LS-DYNA keyword file to extract all *DEFINE_TABLE entries and their associated curves. Use this worker to ingest tabular load-curve data defined in a deck file for downstream processing or visualization.
When to use¶
Classification: data.
Tagged: define_table, dyna, import, keyword, load_curve, ls-dyna, table_extraction.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| File Name | file_name | scalar | — | Path or uploaded LS-DYNA keyword file (.k, .key, .inc, etc.) containing *DEFINE_TABLE and associated *DEFINE_CURVE entries; leave blank only if the file is provided through another mechanism. | |
| Location | location | string | matches | ID-matching strategy: ‘matches’ imports only the table whose ID exactly equals the value in Ids, while ‘contains’ imports all tables whose ID contains that value; defaults to ‘matches’. | |
| Ids | ids | scalar | all | Comma-separated list of *DEFINE_TABLE IDs to import, or ‘all’ (default) to import every table found in the file. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| dynakeyword_import_tables_by_filename_output_1 | dynakeyword_import_tables_by_filename_output_1 | vector | Vector dataset containing the parsed *DEFINE_TABLE entries and their associated curve data (strain-rate / load-curve pairs) extracted from the keyword file. |
Disciplines¶
- cae.postprocessing.extraction
- cae.preprocessing.deck_authoring
- data.curve.pair
- data.dataset.ingest
Auto-generated from transformation schema. Worker id: dynakeyword_import_tables_by_filename. Schema hash: 232d0dd49908. Hand-curated docs in workerexamples/ override this page when present.