GET COMPONENT DETAILS¶
Retrieves detailed properties for a specific component (part, material, contact, or curve) from an LS-DYNA simulation by querying the d3hsp file and related data sources. Returns all card parameters and properties for the named component in either human-readable Markdown or structured JSON. Use this worker when an agent or workflow needs to inspect a single simulation component in depth.
When to use¶
Tagged: component, contact, curve, d3hsp, llm_tool, lsdyna, material, part.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Simulation Id | simulation_id | remote_lookup | — | ✓ | Platform-registered simulation whose components will be queried; select from the remote simulations lookup — required, no default. |
| Component Type | component_type | select | — | ✓ | Category of component to inspect: ‘part’, ‘material’, ‘contact’, or ‘curve’; must match one of the four enumerated options — required. |
| Component ID | component_id | text | — | ✓ | Numeric or string ID of the specific component to retrieve, as returned by the simulation_list_components worker — required, no default. |
| Output Format | format | select | markdown | Output serialization: ‘markdown’ (default) renders human-readable tables; ‘json’ returns a structured object suitable for downstream programmatic parsing. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Component Details | details | text | Full parameter listing for the requested component in the chosen format — Markdown tables or a JSON object — including mass, element formulation, and material reference for parts; all card values for materials; type, friction, and segment definitions for contacts; and data-point arrays for curves. |
Disciplines¶
- ai_ml.agents
- cae.postprocessing.extraction
Auto-generated from platform schema. Worker id: simulation_get_component_details. Schema hash: c289ad1382b6. Hand-curated docs in workerexamples/ override this page when present.