Skip to content

Commit

Permalink
Update _storakers.py
Browse files Browse the repository at this point in the history
  • Loading branch information
adtzlr committed Nov 15, 2024
1 parent d8b3d4b commit 613640a
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,14 @@ def storakers(C, mu, alpha, beta):
>>>
>>> umat = mat.Hyperelastic(
... mat.models.hyperelastic.storakers,
... mu=[104.869e-3],
... alpha=[7.10874],
... beta=[0.106469],
... mu=[4.5 * (1.85 / 2), -4.5 * (-9.2 / 2)],
... alpha=[1.85, -9.2],
... beta=[0.92, 0.92],
... )
>>> ax = umat.plot(
... ux=fem.math.linsteps([1, 0.25], 15),
... ps=fem.math.linsteps([1, 0.25], 15),
... bx=fem.math.linsteps([1, 0.55], 9),
... ux=fem.math.linsteps([1, 2], 15),
... ps=fem.math.linsteps([1, 1], 15),
... bx=fem.math.linsteps([1, 1], 9),
... )
.. pyvista-plot::
Expand Down

0 comments on commit 613640a

Please sign in to comment.