UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
sdvread.for
Go to the documentation of this file.
1  SUBROUTINE sdvread(STATEV)
2 C> VISCOUS DISSIPATION: READ STATE VARS
3  IMPLICIT NONE
4  include 'PARAM_UMAT.INC'
5 C
6  DOUBLE PRECISION STATEV(nsdv)
7 C read your sdvs here. they should be allocated.
8 C after the viscous terms (only if you use viscosity check hvread)
9 ! POS1=9*VV
10 ! DO I1=1,NCH
11 ! POS2=POS1+I1
12 ! FRAC(I1)=STATEV(POS2)
13 ! ENDDO
14 C
15 
16 C
17  RETURN
18 C
19  END SUBROUTINE sdvread
subroutine sdvread(STATEV)
Definition: sdvread.for:2