MERGE CURVES TO GET COMPRESSION AND TENSION COMBINED RATES¶
Merges two sets of curves (e.g. compression and tension rate curves) into a single combined curve by joining their rate data. Use this worker when you need to concatenate or pair compression and tension curves into a unified representation for downstream material or structural analysis.
When to use¶
Classification: process.
Tagged: combined_rates, compression, curves, join, merge, rates, tension.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves 1 | curves1 | vector | — | First set of curves to merge (e.g. compression rate curves); accepts multiple curve vectors. Leave empty if only one curve set is available. | |
| Curves 2 | curves2 | vector | — | Second set of curves to merge (e.g. tension rate curves); accepts multiple curve vectors. Leave empty if only one curve set is available. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_join_rates_output_1 | curves_join_rates_output_1 | vector | Single combined curve vector resulting from joining Curves 1 and Curves 2, representing the full compression-and-tension rate profile. |
Disciplines¶
- data.curve.pair
- data.curve.transform
- 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_join_rates
Auto-generated from transformation schema. Worker id: curves_join_rates. Schema hash: 0c33a2cf421b. Hand-curated docs in workerexamples/ override this page when present.