From 85e9741a62bbe8cdfee7fb042faf386951fe5c29 Mon Sep 17 00:00:00 2001 From: Sam Reeve <6740307+streeve@users.noreply.github.com> Date: Mon, 30 Dec 2024 10:44:11 -0500 Subject: [PATCH] fixup: missing unit input remove duplicate input (num_cells) --- examples/mechanics/inputs/fragmenting_cylinder.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/examples/mechanics/inputs/fragmenting_cylinder.json b/examples/mechanics/inputs/fragmenting_cylinder.json index cc1deba3..f54a57a1 100644 --- a/examples/mechanics/inputs/fragmenting_cylinder.json +++ b/examples/mechanics/inputs/fragmenting_cylinder.json @@ -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"},