EXPORTS STUDY SIMULATIONS GEOMETRY INTO A DATASET¶
Iterates over all simulations in a d3VIEW study, invokes the per-simulation geometry export worker for each, and bundles the resulting 3-D geometry files together with experiment parameters into a single downloadable ZIP archive. Use this worker to batch-export nodal/element geometry (e.g. plastic strain, von-Mises stress contours from LS-DYNA d3plot) across every simulation in a study.
When to use¶
Tagged: archive, batch, d3plot, files, geometry_export, js3d, ls-dyna, postprocessing.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| Study | study_id | remote_lookup | — | ✓ | d3VIEW Study ID to export; all simulations within this study are processed unless restricted by the simulations input. |
| Choose Geometry File for Export | primary_geometry_file | remote_lookup | — | ✓ | Solver result file used as the geometry source (e.g. d3plot for LS-DYNA); selected from the attachments associated with the chosen study. |
| Parts | parts | textarea | — | ✓ | Comma-separated list of part IDs whose geometry should be exported; multiple parts are accepted as a single CSV string. |
| Post-processor Binary Path | post_bin | textarea | — | Optional absolute path to the post-processor binary; leave blank to use the platform default. | |
| Commands | commands | textarea | — | Optional post-processor command overrides; leave blank to let d3VIEW auto-generate commands based on the geometry file type. | |
| Components to Export | components | select | 7 | Result components to embed in the geometry export — 7 = Plastic Strain, 9 = von-Mises Stress; defaults to Plastic Strain (7). | |
| Simulations | simulations | dataset | — | Optional dataset of simulation records to restrict the export to a subset of the study’s simulations; leave empty to process all simulations. | |
| State Increment | increment | scalar | 1 | State-frame decimation factor; only states whose index is divisible by this integer are exported (default 1 = every state). |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Simulation Id | simulation_id | scalar | Scalar simulation ID of the last successfully processed simulation, typed as a simulations data reference. |
| Geometry File | geometry | hyperlink | Download hyperlink to the ZIP archive (graph.js3d.zip) containing the 3-D geometry files for all exported simulations. |
| Experiments | experiments | dataset | Dataset of design-parameter rows keyed by simulation, sourced from the study’s parameter table — one row per simulation. |
| Parameters | parameters | textarea | Comma-separated string listing the design-parameter column names present in the experiments dataset. |
Disciplines¶
- cae.postprocessing.extraction
- cae.postprocessing.visualization
- data.io.archive
- data.io.file
- platform.workflow
Auto-generated from platform schema. Worker id: study_export_result_geometry. Schema hash: 00623e8e8211. Hand-curated docs in workerexamples/ override this page when present.