RETRIEVES A SPECIFIED LIBRARY MODEL FROM D3VIEW LIBRARY¶
Retrieves a named LS-DYNA library model (e.g. seat forming cloth) from the d3VIEW model library and renders it as a keyword file. Use this worker when a workflow needs a pre-built, parameterised LS-DYNA template that can be scaled or customised via *PARAMETER substitution before submission.
When to use¶
Tagged: cloth, fabric, forming, keyword, library, lsdyna, model, parameter.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Model Type | model_type | select | — | ✓ | Selects which pre-built LS-DYNA library template to retrieve (e.g. ‘seat_forming_fabric’ for the Seat Forming Cloth Model); the chosen model is returned as a rendered .k keyword file. |
| Parameters | parameters | keyvalue | — | Key-value pairs used to substitute *PARAMETER entries in the selected keyword template; each entry’s ‘name’ must exactly match the parameter name defined in the .tpl file, and ‘value’ provides the replacement — leave empty if no parameter overrides are needed. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| LS-DYNA library model | lsdyna_library_model | text | The fully rendered LS-DYNA keyword file (.k) for the selected library model, with all specified *PARAMETER values substituted, ready for direct use in a solver deck or further preprocessing steps. |
Disciplines¶
- cae.preprocessing.deck_authoring
- engineering.material.library
- platform.workflow
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=lsdyna_library_model_provider
Auto-generated from platform schema. Worker id: lsdyna_library_model_provider. Schema hash: e2e8c3b874e2. Hand-curated docs in workerexamples/ override this page when present.