XC Open source finite element analysis program
infel00.h
1 c **********************************************************************
2 c HEADER FILE: infel00.h
3 c **********************************************************************
4 c DRAIN-2DX ROTATIONAL SPRING ELEMENT - Bilinear Return Map
5 c MHS
6 c June 2001
7 c ---------------------------------------------------------------------
8 c PURPOSE
9 c This header file establishes the /infel/ common block
10 c for the rotational spring element.
11 c ---------------------------------------------------------------------
12 
13  common /infel/ E,sigY,Hiso,Hkin,
14  1 ep,alpha,kappa,
15  2 epsP,sigP,tangP,
16  3 tang
17 
18 c ---------------------------------------------------------------------
19 c VARIABLES
20 c
21 c E - elastic modulus
22 c sigY - yield stress
23 c Hiso - isotropic hardening modulus
24 c Hkin - kinematic hardening modulus
25 c ep - effective plastic strain
26 c alpha - internal hardening variables
27 c kappa - back stress
28 c epsP - committed strain
29 c sigP - committed stress
30 c tangP - committed tangent
31 c tang - trial tangent
32 c ---------------------------------------------------------------------
33 
34 
35 
36 
37 
38 
39 
40 
41 
42 
43 
44 
45 
46 
47