Skip to content

Commit

Permalink
fixup: missing unit input
Browse files Browse the repository at this point in the history
remove duplicate input (num_cells)
  • Loading branch information
streeve committed Jan 3, 2025
1 parent a92de7b commit 85e9741
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions examples/mechanics/inputs/fragmenting_cylinder.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{
"num_cells" : {"value": [51, 51, 101]},
"dx": {"value": [0.001, 0.001, 0.001]},
"dx" : {"value": [0.001, 0.001, 0.001], "unit": "m"},
"system_size" : {"value": [0.1, 0.1, 0.15], "unit": "m"},
"grid_perturbation_factor" : {"value": 0.1},
"density" : {"value": 7800, "unit": "kg/m^3"},
Expand Down

0 comments on commit 85e9741

Please sign in to comment.