Skip to content

Commit d6271b6

Browse files
Update docs
1 parent a2fbd3e commit d6271b6

File tree

1 file changed

+2
-12
lines changed

1 file changed

+2
-12
lines changed

examples/structural_mechanics/crash/README.md

Lines changed: 2 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,8 @@ This will install:
127127
[PhysicsNeMo-Curator](https://github.com/NVIDIA/physicsnemo-curator).
128128
Using `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

132134
Install PhysicsNeMo-Curator following
@@ -181,18 +183,6 @@ Each VTP contains:
181183

182184
This 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

198188
Training is managed via Hydra configurations located in conf/.

0 commit comments

Comments
 (0)