Skip to content

Commit

Permalink
Test the foam model with other parameters
Browse files Browse the repository at this point in the history
which will fail with incompressibility as initial guess in plotting
  • Loading branch information
adtzlr committed Nov 16, 2024
1 parent 89cfa2c commit bd0be09
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/test_constitution.py
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,9 @@ def neo_hooke(C, mu=1):
(
fem.storakers,
dict(
mu=[4.5 * (1.85 / 2), -4.5 * (-9.2 / 2)],
alpha=[1.85, -9.2],
beta=[0.92, 0.92],
mu=[104.869e-3],
alpha=[7.10874],
beta=[0.106469],
),
False,
),
Expand Down

0 comments on commit bd0be09

Please sign in to comment.