.. _auto_lsdyna_nodes_to_dataset: *LS-DYNA NOTES TO DATASET* ========================== Parses an LS-DYNA keyword text block containing node definitions and converts the node data into a structured dataset suitable for downstream ML training or CAE preprocessing workflows. Optionally extracts keyword parameters alongside node coordinates and supports user-defined metadata attributes. When to use ----------- Tagged: ``dataset``, ``keyword``, ``lsdyna``, ``node_extraction``, ``nodes``, ``preprocessing``, ``simulation``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - LS-DYNA Test - lsdyna_text - textarea - — - ✓ - Raw LS-DYNA keyword text containing *NODE definitions (and optionally other keyword blocks); paste or pipe the full or partial deck content here. * - Parse Parameters - parse_parameters - text - yes - ✓ - Controls whether keyword parameters (e.g. NID, X, Y, Z, TC, RC columns) are extracted alongside nodes; accepts 'yes' (default) or 'no'. * - Additional Attributes - attrs - textarea - — - - Optional additional metadata attributes to attach to every row in the output dataset, specified as comma-separated name:value pairs (e.g. 'model:v1, unit:mm'); leave blank if no extra attributes are needed. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Nodes Dataset - nodes_dataset - dataset - Structured tabular dataset where each row represents one LS-DYNA node with columns for node ID, X/Y/Z coordinates, optional constraint codes, and any user-supplied additional attributes; ready for ML ingestion or further CAE processing. Disciplines ----------- - ai_ml.preprocessing - cae.preprocessing.setup - data.dataset.ingest .. raw:: html
Auto-generated from platform schema. Worker id: lsdyna_nodes_to_dataset. Schema hash: 0992ce8116db. Hand-curated docs in workerexamples/ override this page when present.