COMPUTES IIHS INTRUSION NUMBERS AND OUTPUT A TABLE OF VALUES¶
Computes IIHS intrusion measurements for a side-impact or small-overlap crash test by resolving named structural measurement points (seat mounts, hinge pillars, pedals, etc.) against a reference node and returns a tabulated summary of intrusion values. Use this worker to automate IIHS cabin-intrusion scoring from d3VIEW curve labels without manual post-processing.
When to use¶
Classification: process.
Tagged: cabin_intrusion, crash, iihs, intrusion, kpi_table, occupant_space, side_impact, small_overlap.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Seat Mounts. Separate By Comma For More Than One | seat_mounts.separatebycommaformorethanone | string | Seat Mount 1, Seat Mount 2 | Comma-separated d3VIEW curve label(s) for the seat-mount measurement points (e.g. ‘Seat Mount 1, Seat Mount 2’); defaults to two seat-mount labels and is optional when fewer measurement locations are needed. | |
| Reference Node | reference_node | string | Ref Node 1, Ref Node 2, Ref Node 3 | Comma-separated d3VIEW curve label(s) for the reference node(s) used as the IIHS intrusion baseline (e.g. ‘Ref Node 1, Ref Node 2, Ref Node 3’); defaults to three reference labels. | |
| Lower Hinge Pillar | lower_hinge_pillar | string | Lower Hinge Pillar 1, Lower Hinge Pillar 2, Lower Hinge Piller 3 | Comma-separated d3VIEW curve label(s) for the lower hinge-pillar measurement points (e.g. ‘Lower Hinge Pillar 1, Lower Hinge Pillar 2, Lower Hinge Pillar 3’); defaults to three labels. | |
| Upper Hinge Pillar | upper_hinge_pillar | string | Upper Hinge Pillar 1, Upper Hinge Pillar 2, Upper Hinge Pillar 3 | Comma-separated d3VIEW curve label(s) for the upper hinge-pillar measurement points (e.g. ‘Upper Hinge Pillar 1, Upper Hinge Pillar 2, Upper Hinge Pillar 3’); defaults to three labels. | |
| Brake Pedal | brake_pedal | string | Brake Pedal | d3VIEW curve label for the brake-pedal intrusion measurement point; defaults to ‘Brake Pedal’. | |
| Parking Brake | parking_brake | string | Parking Brake | d3VIEW curve label for the parking-brake intrusion measurement point; defaults to ‘Parking Brake’. | |
| Steering Column | steering_column | string | Steering Column | d3VIEW curve label for the steering-column intrusion measurement point; defaults to ‘Steering Column’. | |
| Rocker Panel | rocker_panel | string | Rocker Panel 1, Rocker Panel 2, Rocker Panel 3 | d3VIEW curve label for the rocker-panel intrusion measurement point; leave at default or supply the matching label from the simulation database. | |
| Upper Dash | upper_dash | string | Upper Dash | d3VIEW curve label for the upper-dash intrusion measurement point; leave at default or supply the matching label from the simulation database. | |
| Left IP | left_i_p | string | Left IP | ||
| Intrusion Type | intrusion_type | scalar | last | Selects the intrusion calculation method/type (e.g. ‘raw’ or a named IIHS variant); controls how peak or residual intrusion is derived from the resolved displacement curves. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| curves_iihsintrusion_table_output_1 | curves_iihsintrusion_table_output_1 | keyvalue | Key-value table containing the computed IIHS intrusion values (in mm) for each named structural measurement location, ready for downstream KPI rollup or report generation. |
Disciplines¶
- cae.postprocessing.extraction
- cae.postprocessing.response
- engineering.crash.dynamics
- engineering.crash.occupant_safety
Runnable example¶
A runnable example is registered for this worker. Open the example workflow on the d3VIEW canvas: /api/workflow/example?id=curves_iihsintrusion_table
Auto-generated from transformation schema. Worker id: curves_iihsintrusion_table. Schema hash: baf451f244bc. Hand-curated docs in workerexamples/ override this page when present.