UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Main Page
Modules
Files
File List
Globals
src
sigiso.for
Go to the documentation of this file.
1
SUBROUTINE
sigiso
(SISO,SFIC,PE,NDI)
2
C> ISOCHORIC CAUCHY STRESS
3
IMPLICIT NONE
4
include
'PARAM_UMAT.INC'
5
C
6
INTEGER
NDI
7
DOUBLE PRECISION
SISO(ndi,ndi),
8
1 pe(ndi,ndi,ndi,ndi),sfic(ndi,ndi)
9
C
10
CALL
contraction42
(siso,pe,sfic,ndi)
11
C
12
RETURN
13
END SUBROUTINE
sigiso
contraction42
subroutine contraction42(S, LT, RT, NDI)
Definition:
contraction42.for:2
sigiso
subroutine sigiso(SISO, SFIC, PE, NDI)
Definition:
sigiso.for:2
Generated by
1.8.11