CalculiX  2.13
A Free Software Three-Dimensional Structural Finite Element Program
uhardening.f File Reference

Go to the source code of this file.

Functions/Subroutines

subroutine uhardening (amat, iel, iint, t1l, epini, ep, dtime, fiso, dfiso, fkin, dfkin)
 

Function/Subroutine Documentation

◆ uhardening()

subroutine uhardening ( character*80  amat,
integer  iel,
integer  iint,
real*8  t1l,
real*8  epini,
real*8  ep,
real*8  dtime,
real*8  fiso,
real*8  dfiso,
real*8  fkin,
real*8  dfkin 
)
21 !
22 ! hardening user subroutine
23 !
24 ! INPUT:
25 !
26 ! amat: material name (maximum 20 characters)
27 ! iel: element number
28 ! iint: integration point number
29 ! t1l: temperature at the end of the increment
30 ! epini: equivalent irreversible strain at the start
31 ! of the increment
32 ! ep: present equivalent irreversible strain
33 ! dtime: time increment
34 !
35 ! OUTPUT:
36 !
37 ! fiso: present isotropic hardening Von Mises stress
38 ! dfiso: present isotropic hardening tangent (derivative
39 ! of the Von Mises stress with respect to the
40 ! equivalent irreversible strain)
41 ! fkin: present kinematic hardening Von Mises stress
42 ! dfkin: present kinematic hardening tangent (derivative
43 ! of the Von Mises stress with respect to the
44 ! equivalent irreversible strain)
45 !
46  implicit none
47 !
48  character*80 amat
49  integer iel,iint
50  real*8 t1l,epini,ep,dtime,fiso,dfiso,fkin,dfkin
51 !
52  return
Hosted by OpenAircraft.com, (Michigan UAV, LLC)