Skip to content

Commit 4abe2ec

Browse files
committed
updated parameters
1 parent 8cba306 commit 4abe2ec

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

9_reduced_DOF/simulator.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@
1010

1111
# simulation setup
1212
side_len = 1
13-
rho = 2000 # density of square
14-
E = 1e4 # Young's modulus
13+
rho = 1000 # density of square
14+
E = 2e4 # Young's modulus
1515
nu = 0.4 # Poisson's ratio
1616
n_seg = 10 # num of segments per side of the square
17-
h = 0.04 # time step size in s
17+
h = 0.01 # time step size in s
1818
DBC = [] # no nodes need to be fixed
1919
y_ground = -1 # height of the planar ground
2020

0 commit comments

Comments
 (0)