.. _auto_simulation_get_header_info: *GET SIMULATION HEADER INFO* ============================ Retrieves header and metadata from an LS-DYNA simulation by parsing the d3hsp XML file, extracting solver version, termination/timing details, model statistics, and available file paths. Use this worker when an agent or workflow needs simulation provenance or file-location data before further post-processing steps. When to use ----------- Tagged: ``d3hsp``, ``header``, ``llm_tool``, ``lsdyna``, ``metadata``, ``simulation``, ``solver_info``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Simulation Id - simulation_id - remote_lookup - — - ✓ - Unique platform identifier of the LS-DYNA simulation whose d3hsp header should be read; select via the remote lookup (dataType: simulations) — required, no default. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Header Information - header_info - textarea - JSON string containing three keys: 'metadata' (simulation ID, name, solver type, timestamps), 'header' (all //Summary/Header attributes from the d3hsp XML, e.g. version, termination condition, timing), and 'files' (list of available file objects with type, name, and physical path for d3hsp, lucy.log, solver.log, and main input deck). Disciplines ----------- - ai_ml.agents - cae.postprocessing.extraction .. raw:: html

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