Skip to content

Commit

Permalink
Correcting clamped problem to set Poisson ratio = 0.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
ikalash committed Dec 10, 2024
1 parent c261e90 commit 738bb9c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions examples/ahead/nonoverlap/clamped/dynamic/clamped-1.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ model:
blocks:
coarse: hyperelastic
hyperelastic:
#model: neohookean
model: neohookean
elastic modulus: 1.0e+09
Poisson's ratio: 0.25
Poisson's ratio: 0.0
density: 1000.0
time integrator:
type: Newmark
Expand Down
3 changes: 1 addition & 2 deletions examples/ahead/nonoverlap/clamped/dynamic/clamped-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,9 @@ model:
blocks:
fine: hyperelastic
hyperelastic:
#model: neohookean
model: neohookean
elastic modulus: 1.0e+09
Poisson's ratio: 0.25
Poisson's ratio: 0.0
density: 1000.0
time integrator:
type: Newmark
Expand Down

0 comments on commit 738bb9c

Please sign in to comment.