Skip to content

Commit

Permalink
Add JASON file for dogbone tensile test with soft material
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloseleson committed Feb 4, 2025
1 parent 762fa21 commit 0e743ac
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions examples/mechanics/inputs/dogbone_tensile_test_lead.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
{
"num_cells" : {"value": [251, 29, 5]},
"system_size" : {"value": [0.165, 0.019, 0.0032], "unit": "m"},
"gage_length" : {"value": 0.050, "unit": "m"},
"width_narrow_section" : {"value": 0.013, "unit": "m"},
"fillet_radius" : {"value": 0.076, "unit": "m"},
"distance_between_grips" : {"value": 0.115, "unit": "m"},
"density" : {"value": 11343, "unit": "kg/m^3"},
"elastic_modulus" : {"value": 14e+9, "unit": "Pa"},
"fracture_energy" : {"value": 7142, "unit": "J/m^2"},
"horizon" : {"value": 0.00199, "unit": "m"},
"yield_stress" : {"value": 7e4, "unit": "Pa"},
"grip_velocity" : {"value": 0.01, "unit": "m/s"},
"final_time" : {"value": 1.0, "unit": "s"},
"timestep" : {"value": 4.45e-7, "unit": "s"},
"timestep_safety_factor" : {"value": 0.85},
"output_frequency" : {"value": 10000},
"output_reference" : {"value": false}
}

0 comments on commit 0e743ac

Please sign in to comment.