CURVES SYNC_X_STRAIN_RATES¶
Synchronises a collection of curves to a common X-axis grid aligned to consistent strain-rate breakpoints, enabling direct comparison of stress-strain or force-displacement curves measured at different strain rates. Accepts multiple input curves and returns them resampled/interpolated onto the unified X grid. Use this worker before any cross-curve analysis or plotting that requires matching X coordinates across strain-rate series.
When to use¶
Classification: process.
Tagged: curves, interpolation, material_testing, resampling, strain_rate, sync, x_axis.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Curves In | curves_in | vector | — | One or more input curves (e.g. stress-strain or force-displacement) recorded at different strain rates; accepts multiple curve objects — leave empty/unconnected to pass through no data. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_sync_x_strain_rates_output_1 | curves_sync_x_strain_rates_output_1 | vector | Collection of curves re-synchronised onto a common X-axis grid derived from the strain-rate breakpoints of the input set, preserving original Y values via interpolation. |
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_sync_x_strain_rates
Auto-generated from transformation schema. Worker id: curves_sync_x_strain_rates. Schema hash: 02a846f5f9dc. Hand-curated docs in workerexamples/ override this page when present.