.. _auto_simulation_create_curve_response: *SIMULATION CREATE CURVE RESPONSE* ================================== Creates a named curve response (time-history KPI) attached to one or more simulations on the d3VIEW platform. Use this worker when you need to register a vector-valued simulation result as a reusable response object for downstream postprocessing or correlation. When to use ----------- Tagged: ``curve_response``, ``kpi``, ``postprocessing``, ``response_creation``, ``simulation``, ``time_history``. Inputs ------ .. list-table:: :header-rows: 1 :widths: 20 20 20 20 20 20 * - Label - ID - Type - Default - Required - Description * - Simulation - simulation_id - remote_lookup - — - - One or more simulation records (remote lookup against the simulations datastore) to which the new curve response will be attached; leave empty to create a response without a simulation association. * - Response Name - response_name - text - — - ✓ - Human-readable label for the curve response (e.g. 'Head_Acceleration_X'); must be unique within the target simulation context and is required. * - Response Value - response_value - vector - — - ✓ - Vector of numeric values representing the curve response (e.g. a time-history array); follows the d3VIEW CurveInput format — see platform glossary for accepted shape and units conventions. Outputs ------- .. list-table:: :header-rows: 1 :widths: 20 20 20 20 * - Label - ID - Type - Description * - Simulation Id - simulation_id - scalar - Platform identifier of the simulation record to which the newly created curve response was attached; propagated from the input for downstream wiring. * - Response Id - response_id - scalar - Platform identifier of the newly created curve response object; use this scalar ID to reference the response in subsequent postprocessing, correlation, or reporting workers. Disciplines ----------- - cae.postprocessing.response .. raw:: html

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