GET STRAIN-RATES ASSOCIATED WITH CURVE FROM THE CURVE GROUP¶
Extracts the strain-rate values associated with each curve in a curve group and returns them as a key-value map. Use this worker when you need a quick lookup of strain rates indexed by curve identifier, for example before feeding them into a material calibration or filtering step.
When to use¶
Classification: process.
Tagged: curve_group, extraction, keyvalue, material, strain_rate.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curve Group | curvegroup | vector | — | A collection of curves (curve group) from which strain-rate metadata will be extracted; each curve in the group should carry an associated strain-rate label or attribute. Optional — if omitted the worker returns an empty map. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_get_strain_rates_as_keyvalue_output_1 | curves_get_strain_rates_as_keyvalue_output_1 | keyvalue | Key-value map where each key is a curve identifier (name or index) and the corresponding value is the strain rate (typically s⁻¹) associated with that curve in the input group. |
Disciplines¶
- data.curve.pair
- engineering.material.characterization
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_get_strain_rates_as_keyvalue
Auto-generated from transformation schema. Worker id: curves_get_strain_rates_as_keyvalue. Schema hash: 3f5b15551d31. Hand-curated docs in workerexamples/ override this page when present.