Skip to content

Commit

Permalink
Merge pull request #165 from streeve/fixup_missing_unit
Browse files Browse the repository at this point in the history
fixup: missing unit input
  • Loading branch information
streeve authored Jan 3, 2025
2 parents fc0e697 + 85e9741 commit a3e39b6
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 a3e39b6

Please sign in to comment.