Skip to content

Commit

Permalink
Merge pull request #1 from jucavel09/jucavel09-UMAT-patch
Browse files Browse the repository at this point in the history
Modification of the nemlumat.f file
  • Loading branch information
jucavel09 authored Aug 19, 2024
2 parents 65c2ee4 + 74a48ab commit 514fbc3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions util/abaqus/nemlumat.f
Original file line number Diff line number Diff line change
Expand Up @@ -113,18 +113,18 @@ SUBROUTINE UMAT(STRESS,STATEV,DDSDDE,SSE,SPD,SCD,
smult(1) = 1.0
smult(2) = 1.0
smult(3) = 1.0
smult(4) = 1.0 / sqrt(2.0)
smult(5) = 1.0 / sqrt(2.0)
smult(6) = 1.0 / sqrt(2.0)
smult(4) = sqrt(2.0)
smult(5) = sqrt(2.0)
smult(6) = sqrt(2.0)
c
c Strain
c
emult(1) = 1.0
emult(2) = 1.0
emult(3) = 1.0
emult(4) = sqrt(2.0)
emult(5) = sqrt(2.0)
emult(6) = sqrt(2.0)
emult(4) = sqrt(2.0) / 2.0
emult(5) = sqrt(2.0) / 2.0
emult(6) = sqrt(2.0) / 2.0
c
c Load the model
c
Expand Down

0 comments on commit 514fbc3

Please sign in to comment.