FEM QUALITY CHECKS¶
Runs basic quality checks on an LS-DYNA keyword model. For every part it verifies that the referenced material exists, the referenced section exists, and the part’s element types match its section type (shell/solid/beam). Reports one row per issue with the part id, referenced section/material, the failing check and a description. Choose which checks to run; more checks will be added over time.
When to use¶
Tagged: quality, checks, qa, lsdyna, keyword, material, section, elements.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Model files | input_files | file | — | ✓ | The LS-DYNA model: the master deck plus its include files. Can be fed from a simulation’s files or an uploaded set. |
| Master file pattern | main_file_pattern | text | — | Optional substring to pick the master deck among the inputs (e.g. ‘main’ or ‘master’). Defaults to the first file. | |
| Checks | checks | select | material_exists,section_exists,element_section_type | Which quality checks to run. Defaults to all. More checks will be added over time. | |
| Solver | solver | select | lsdyna | Solver type. Only LS-DYNA is supported today. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Quality Check Issues | issues | dataset | |
| Quality Check Summary | summary | keyvalue | |
| Issue Count | issue_count | scalar | |
| Passed | passed | scalar |
Disciplines¶
- engineering.cae.preprocessing
- platform.post_processing
Auto-generated from platform schema. Worker id: fem_quality_checks. Schema hash: 5e9b8327c529. Hand-curated docs in workerexamples/ override this page when present.