UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Main Page
Modules
Files
File List
Globals
src
deformation.for
Go to the documentation of this file.
1
SUBROUTINE
deformation
(F,C,B,NDI)
2
C> RIGHT AND LEFT CAUCHY-GREEN DEFORMATION TENSORS
3
IMPLICIT NONE
4
include
'PARAM_UMAT.INC'
5
C
6
INTEGER
NDI
7
DOUBLE PRECISION
F(ndi,ndi),C(ndi,ndi),B(ndi,ndi)
8
C RIGHT CAUCHY-GREEN DEFORMATION TENSOR
9
c=matmul(transpose(f),f)
10
C LEFT CAUCHY-GREEN DEFORMATION TENSOR
11
b=matmul(f,transpose(f))
12
RETURN
13
END SUBROUTINE
deformation
deformation
subroutine deformation(F, C, B, NDI)
Definition:
deformation.for:2
Generated by
1.8.11