Skip to content

Commit

Permalink
Changed simulation for odd number of particles and shorten simulation…
Browse files Browse the repository at this point in the history
… time
  • Loading branch information
psc committed Jun 18, 2024
1 parent 0de6558 commit 5ba4a15
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions examples/thermomechanics/inputs/thermal_crack.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"num_cells" : {"value": [500, 100, 10]},
"num_cells" : {"value": [501, 101, 11]},
"system_size" : {"value": [0.05, 0.01, 0.001], "unit": "m"},
"density" : {"value": 3980, "unit": "kg/m^3"},
"elastic_modulus" : {"value": 370e+9, "unit": "Pa"},
Expand All @@ -9,8 +9,8 @@
"water_temperature" : {"value": 20.0, "unit": "oC"},
"pulse_ramping_time" : {"value": 0.001, "unit": "s"},
"horizon" : {"value": 3.0e-4, "unit": "m"},
"final_time" : {"value": 0.01, "unit": "s"},
"final_time" : {"value": 0.002, "unit": "s"},
"timestep" : {"value": 1.5E-8, "unit": "s"},
"output_frequency" : {"value": 100},
"output_frequency" : {"value": 500},
"output_reference" : {"value": true}
}

0 comments on commit 5ba4a15

Please sign in to comment.