Skip to content

Commit

Permalink
Changed the time step in thermal deformation cube example
Browse files Browse the repository at this point in the history
  • Loading branch information
pabloseleson committed Sep 3, 2024
1 parent 34bc8d5 commit ed53ab8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/thermomechanics/inputs/thermal_deformation_cube.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"reference_temperature" : {"value": 100.0, "unit": "oC"},
"horizon" : {"value": 0.0075, "unit": "m"},
"final_time" : {"value": 8, "unit": "s"},
"timestep" : {"value": 0.0233, "unit": "s"},
"output_frequency" : {"value": 100},
"timestep" : {"value": 5.1e-8, "unit": "s"},
"output_frequency" : {"value": 1},
"output_reference" : {"value": true}
}

0 comments on commit ed53ab8

Please sign in to comment.