UMAT-ABAQUS
A general framework to develop material models (UMAT) in ABAQUS
Main Page
Modules
Files
File List
Globals
src
sdvwrite.for
Go to the documentation of this file.
1
SUBROUTINE
sdvwrite
(DET,LAMBDA,STATEV)
2
C> VISCOUS DISSIPATION: WRITE STATE VARS
3
IMPLICIT NONE
4
include
'PARAM_UMAT.INC'
5
C
6
DOUBLE PRECISION
STATEV(nsdv),DET,LAMBDA
7
C write your sdvs here. they should be allocated
8
C after the viscous terms (check hvwrite)
9
statev(1)=det
10
statev(2)=lambda
11
12
RETURN
13
C
14
END SUBROUTINE
sdvwrite
sdvwrite
subroutine sdvwrite(DET, LAMBDA, STATEV)
Definition:
sdvwrite.for:2
Generated by
1.8.11