We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8cba306 commit 4abe2ecCopy full SHA for 4abe2ec
1 file changed
9_reduced_DOF/simulator.py
@@ -10,11 +10,11 @@
10
11
# simulation setup
12
side_len = 1
13
-rho = 2000 # density of square
14
-E = 1e4 # Young's modulus
+rho = 1000 # density of square
+E = 2e4 # Young's modulus
15
nu = 0.4 # Poisson's ratio
16
n_seg = 10 # num of segments per side of the square
17
-h = 0.04 # time step size in s
+h = 0.01 # time step size in s
18
DBC = [] # no nodes need to be fixed
19
y_ground = -1 # height of the planar ground
20
0 commit comments