File tree Expand file tree Collapse file tree 1 file changed +2
-12
lines changed
examples/structural_mechanics/crash Expand file tree Collapse file tree 1 file changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -127,6 +127,8 @@ This will install:
127127[PhysicsNeMo-Curator](https://github.com/NVIDIA/physicsnemo-curator).
128128Using `PhysicsNeMo-Curator`, crash simulation data from LS-DYNA can be processed into training-ready formats easily.
129129
130+ Currently, this can be used to preprocess d3plot files into VTP.
131+
130132# ## Quick Start
131133
132134Install PhysicsNeMo-Curator following
@@ -181,18 +183,6 @@ Each VTP contains:
181183
182184This format is directly compatible with the VTP reader in this example.
183185
184- # ## Configuration Options
185-
186- Key parameters you can adjust :
187-
188- - **`wall_threshold`**: Controls how aggressively wall nodes are filtered (default: 1.0)
189- - **`time_step`**: Time between frames in VTP output (default: 0.005s)
190- - **`num_processes`**: Number of parallel processes (default: 4)
191- - **`overwrite_existing`**: Whether to reprocess existing files (default: true)
192-
193- For detailed documentation on the Crash ETL pipeline, see the
194- [Crash Curator README](https://github.com/NVIDIA/physicsnemo-curator/tree/main/examples/structural_mechanics/crash).
195-
196186# # Training
197187
198188Training is managed via Hydra configurations located in conf/.
You can’t perform that action at this time.
0 commit comments