CURVES GET DEFINETABLE¶
Assembles a set of curves and their corresponding parameter values into an LS-DYNA *DEFINE_TABLE structure. Use this worker when you need to package multiple load curves — each associated with a distinct parameter value (e.g., strain rate or temperature) — into a single table object for downstream deck authoring.
When to use¶
Classification: process.
Tagged: curve_group, define_table, ls-dyna, strain_rate, table.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves | curves | vector | — | One or more curves (vector/multi-select) that will become the individual curve entries in the *DEFINE_TABLE; each curve corresponds to one parameter value row — leave empty only if no table rows are needed. | |
| Values | values | scalar | — | Comma-separated scalar parameter values (e.g., strain rates or temperatures such as ‘0.001,0.01,0.1’) — one value per curve in the same order; if fewer values than curves are supplied, the excess curves are silently dropped. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Define Table | cgd_o1 | define_table | An LS-DYNA *DEFINE_TABLE object pairing each input curve with its corresponding parameter value, ready for direct use in keyword deck authoring. |
Disciplines¶
- cae.preprocessing.deck_authoring
- data.curve.pair
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_get_definetable
Auto-generated from transformation schema. Worker id: curves_get_definetable. Schema hash: f24abcede9af. Hand-curated docs in workerexamples/ override this page when present.