Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ZAARAOUI999 authored Dec 18, 2023
1 parent 0ac28d2 commit e6486fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,10 +36,10 @@ F[...,0,2] = 0.5
F[...,2,1] = 0.3

# Get stress tensor
P = umat.jacobian(F)
P = umat.jacobian(F.T)

# Get tangent modulus tensor
A = umat.hessian(F)
A = umat.hessian(F.T)
```

Sometimes a lucky engineer will have some tension or compression stress-strain test data, or simple shear test data. Processing and applying these data is a critical step to analyze the hyperelastic models. HyperMAT has a calibration module that can help to get the best fitted model parameters. Let's take a look on how are things going on:
Expand Down

0 comments on commit e6486fa

Please sign in to comment.