COMPUTES THE STIFFNESS BY DIVITING Y OVER X¶
Computes the stiffness curve by dividing each Y value by the corresponding X value (Y/X) for a given velocity curve. Use this transformer when you need to derive a velocity-normalized stiffness (force/displacement or similar ratio) from a raw curve.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Velocity Curve | velocity_curve | vector | — | Input velocity (or force/displacement) curve as a paired X-Y vector; each Y value will be divided by its corresponding X value to produce the stiffness ratio — leave null to skip computation. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curve_vf_output_1 | curve_vf_output_1 | vector | Output stiffness curve (Y/X) as a paired X-Y vector, where each ordinate is the ratio of the original Y to its corresponding X abscissa. |
Disciplines¶
- data.curve.transform
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curve_vf
Auto-generated from transformation schema. Worker id: curve_vf. Schema hash: 7bb81a0daf8c. Hand-curated docs in workerexamples/ override this page when present.