LS-DYNA MAP SENSORS TO PARTS

Parses sensor definitions from an LS-DYNA keyword file and maps each sensor to its owning part. For node sensors, the owning part is determined by finding the element(s) that reference that node. Returns a dataset with sensor id, entity type, part ID, and part title.

When to use

Tagged: keyword_file, lsdyna, node_sensor, part_mapping, sensor.

Inputs

Label ID Type Default Required Description
Simulation simulation_id remote_lookup Remote lookup reference to the target LS-DYNA simulation whose keyword file(s) will be parsed for sensor definitions; required, no default.
Scope scope select main_input   Controls which keyword files are searched: ‘main_input’ restricts parsing to the top-level input deck only, while ‘all’ traverses all included keyword files; defaults to ‘main_input’.

Outputs

Label ID Type Description
Sensor to Part Mapping sensor_parts dataset Tabular dataset mapping each sensor to its owning part, with columns for sensor ID, entity type (e.g. node, element), part ID, and part title.
Parts Summary parts dataset Summary dataset of all parts encountered in the keyword file(s), including part ID and part title.
Status status string String indicating success or failure of the mapping operation, along with any diagnostic messages.

Disciplines

  • cae.postprocessing.extraction
  • cae.preprocessing.setup
  • engineering.crash.dynamics

Auto-generated from platform schema. Worker id: lsdyna_map_sensors_to_parts. Schema hash: 7fe916fd89a6. Hand-curated docs in workerexamples/ override this page when present.