Skip to content
Snippets Groups Projects
Commit 123a5ba8 authored by Boman Romain's avatar Boman Romain
Browse files

smaller initial time step

parent a7d30805
No related branches found
No related tags found
No related merge requests found
Pipeline #7199 passed
......@@ -97,6 +97,8 @@ def parms(d={}):
p['Young'] = 15000. # [MPa]
p['Poisson'] = 0.3 # [-]
p['dt0'] = 0.2 # [s]
p.update(d)
return p
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment