AIRBORNEPANDA commited on
Commit
9c0739e
·
verified ·
1 Parent(s): a32be73

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +6 -3
README.md CHANGED
@@ -1,3 +1,6 @@
1
- The Bumper beam example simulates a car bumper beam impacting a rigid pole with the opensource explicit solver OpenRadioss (the original example is available on openradioss.org).
2
- This dataset is specifically formatted to train AI models within the PhysicsNemo framework, following the PhysicsNemo crash example.
3
- The raw data was generated by iteratively modifying the shell thickness and executing successive simulation runs, you can get the data generation python script here: https://github.com/HoussemMouradi/OpenRadioss2PhysicsNemo.
 
 
 
 
1
+ The Bumper Beam example simulates the impact of an automotive bumper beam on a rigid pole using the open-source explicit finite element solver OpenRadioss.
2
+
3
+ This dataset has been specifically structured to train AI models within the PhysicsNemo framework, following the PhysicsNemo crash example workflow.
4
+
5
+ The raw data was generated by varying the shell thickness and performing multiple simulation runs, The data generation script used to modify the model and execute simulations, is available here:
6
+ https://github.com/HoussemMouradi/OpenRadioss2PhysicsNemo