D3HSP EXTRACTOR FROM FILE¶
Parses an LS-DYNA d3hsp text file and extracts a user-selected section (e.g. summary, mass, GISSMO failures, contact, curves) into a structured dataset. Use this worker whenever you need to pull tabular or structured data from a d3hsp output file for downstream processing or reporting.
When to use¶
Tagged: bom, contact, control_card, curves, d3hsp, d3hsp2xml, errors, extraction.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| D3hsp File | d3hsp_file | file | — | ✓ | The LS-DYNA d3hsp output file to parse; must be a valid d3hsp text file uploaded or attached to the workflow. |
| Select Section | d3hsp_section | select | summary | ✓ | The named section to extract from the d3hsp file (e.g. ‘summary’, ‘mass’, ‘gissmo_failures’, ‘curves’); defaults to ‘summary’ — choose the section that matches the data you need downstream. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Extractions | extractions | dataset | Structured dataset containing the rows and fields parsed from the selected d3hsp section; schema varies by section (tabular for mass/materials/curves, key-value for summary/parameters/control_card). |
Disciplines¶
- cae.postprocessing.extraction
Auto-generated from platform schema. Worker id: d3hsp_file_extractor. Schema hash: df14b682abbf. Hand-curated docs in workerexamples/ override this page when present.