+ All Categories
Home > Documents > ABAQUS user subroutines for the simulation of … user subroutines for the simulation of...

ABAQUS user subroutines for the simulation of … user subroutines for the simulation of...

Date post: 24-May-2018
Category:
Upload: vuongdieu
View: 282 times
Download: 12 times
Share this document with a friend
50
Technical Note GKSS/WMS/01/5 internal report ABAQUS user subroutines for the simulation of viscoplastic behaviour including anisotropic damage for isotropic materials and for single crystals Weidong Qi, Wolfgang Brocks June 2001
Transcript
Page 1: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

Technical Note GKSS/WMS/01/5internal report

ABAQUS user subroutines for the simulation of

viscoplastic behaviour including anisotropic damage

for isotropic materials and for single crystals

Weidong Qi, Wolfgang Brocks

June 2001

Page 2: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

2

Institut für Werkstofforschung

GKSS-Forschungszentrum Geesthacht

Page 3: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

3

Page 4: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

4

0. Nomenclature 3

1. Introduction 7

2. The CDM-based anisotropic damage model 7

3. Unified models of BODNER-PARTOM and of CHABOCHE coupled with damage 10

4. Anisotropic creep model for cubic single crystals coupled with damage 11

5. User material routines and their applications 13

5.1 Circumferentially notched bar - CHABOCHE model coupled with damage 13

5.2 Plate containing a hole - BODNER-PARTOM model coupled with damage 19

5.3 Single crystal plate containing a hole - the anisotropic creep and damage model of BERTRAM,OLSCHEWSKI & QI 21

5.4 TiAl turbine blade - CHABOCHE model coupled with damage 22

6. References 24

7. Appendices: ABAQUS-Inputfiles 26

7.1 Appendix 1: Circumferentially notched bar - CHABOCHE model coupled with damage 26

7.2 Appendix 2: Plate containing a hole - BODNER-PARTOM model coupled with damage 28

7.3 Appendix 3: Single crystal plate containing a hole - the anisotropic creep and damage model ofBERTRAM, OLSCHEWSKI & QI 31

7.4 Appendix 4: TiAl turbine blade - CHABOCHE model coupled with damage 33

Page 5: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

5

0. Nomenclature

scalars

a, c, d material parameters for kinematic hardening in CHABOCHE's model

b material parameter for isotropic hardening in CHABOCHE's model

h(x) HEAVISIDE function

m material parameter for damage evolution, eq. (3b)

m1, m1 material parameters in the BODNER-PARTOM model

n material parameter in orientation function, eq. (6)

n creep exponent in CHABOCHE's model

p material parameter in eq. (6)

p accumulated effective plastic strain, internal variable in CHABOCHE's model

q material parameter in the definition of the damage-active stress, eq. (2)

r material parameter in CHABOCHE's model

r1, r2 material parameters in the BODNER-PARTOM model

A1, A2 material parameters in the BODNER-PARTOM model

B0 material parameter for damage evolution, eqs. (3b) and (4)

Ci temperature-dependent material parameters (i = 1, 2, 3), eqs. (21a-e)

Di viscosities, temperature-dependent material parameters (i = 1, 2, 3), eqs. (21a-e)

D0 material parameter in the BODNER-PARTOM model

DI maximum principal damage

DR critical value of maximum principal damage

Ji scalar invariants (i = 1, 2, 3, 4)

K viscosity, material parameter in CHABOCHE's model

Ki material parameter (i = 1, 2, 3) in the BODNER-PARTOM model

Ki temperature-dependent material parameters (i = 1, 2, 3), eqs. (21a-e)

Li viscosities, temperature-dependent material parameters (i = 1, 2, 3), eqs. (21a-e)

R(p) actual yield stress for isotropic hardening in CHABOCHE's model

R 0initial yield stress in CHABOCHE's model

Page 6: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

6

R ∞ saturated yield stress for isotropic hardening in CHABOCHE's model

Wi specific work of inelastic strain in the BODNER-PARTOM model

ZI, ZD internal variables for isotropic and kinematic hardening in the BODNER-PARTOM model

Zij material parameters (i = 1, 2, 3; j = 1, 2, 3, 4), eqs. (22a,b)

β, βi material parameters for damage evolution, eqs. (3b, 4)

εi eigen-values (i = 1, 2, 3) of total strain tensor E

εie eigen-values (i = 1, 2, 3) of elastic strain tensor E e

ηi orientation function

φ(p) material function for kinematic hardening in CHABOCHE's model

φ∞ saturated value of φ(p) , material parameter for kinematic hardening in CHABOCHE's model

ˆ σ i eigen-values (i = 1, 2, 3) of damage-active stress tensor ˆ S

vectors

e i orthogonal unit vectors (i = 1, 2, 3), reference base, e i ⋅ e j = δij

e ic lattice vectors (i = 1, 2, 3)

niεε , n

iεe eigen-vectors (i = 1, 2, 3) of total and elastic strain tensors, E and E e

, respectively

ˆ n iσσ eigen-vectors (i = 1, 2, 3) of damage-active stress tensor ˆ S

second order tensors

B internal variable for kinematic hardening in the BODNER-PARTOM model

D damage tensor

Da active damage tensor

E, E e total and elastic strain tensor

E+, E e+

positive projections of total and elastic strain tensors, E and E e, eqs. (11a,b)

Ý E i inelastic strain rate tensor in unified models

Hε , Hεespectral tensors, eqs. (8a,b)

I second order identity tensor

Page 7: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

7

S CAUCHY stress tensor

˜ S effective stress tensor

ˆ S damage-active stress tensor

˜ ′ S deviator of the damage-active stress

YD thermodynamic force conjugate to damage tensor D

X backstress tensor

Page 8: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

8

ΩΩ internal variable, eq. (20b)

fourth order tensors

Ai

< 4> material tensors (i = 1, 2, 3, 4, 5), eqs. (21a-e)

I< 4>

identity tensor

< 4>, Pεe

<4 >positive spectral projection operator for total and elastic strain tensor, eqs. (10a,b)

R< 4>

lattice tensor, eq. (5)

S< 4>

damage characteristic tensor, eq. (3a)

T< 4>

positive projection operator, eq. (12)

operations

ab = aibj e ie j tensor product of two vectors

a ⋅ b = aibi scalar product of two vectors

AB = Aij Bkl e iek e je l tensor product of two (second order) tensors

A ⋅ B = AijB jk eiek scalar product of two (second order) tensors

A : B = AijB ji double scalar product of two (second order) tensors

A = A2 = A ijA ji EUKLIDean norm of second order tensor

C< 4>

: A = CijklAkl e ie j double scalar product of a fourth and a second order tensor

Page 9: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

9

1. Introduction

A CDM (continuum damage mechanics) based anisotropic damage model has been established

by QI and BERTRAM to describe the anisotropic development of material damage in single crystals [QI

& BERTRAM, 1997; QI, 1998; QI & BERTRAM, 1999; QI, BROCKS & BERTRAM, 2000] and in

isotropic material [QI & BROCKS, 2000a, b, c]. Using the effective stress concept of CDM, this model

can be coupled with any continuum mechanics model by introducing an adequately defined "effective

stress tensor". The resulting model is then able to describe the deformation behaviour with respect to

anisotropic material damage including lifetime predictions. The unified viscoplastic model proposed by

BODNER & PARTOM [1975] and by CHABOCHE [CHABOCHE & ROUSSELIER, 1983] for polycrystal

alloys and the creep model suggested by BERTRAM & OLSCHEWSKI [1996] for single crystal alloys,

respectively, are chosen for coupling with the damage model. The resulting models have been

implemented into subroutines of the FE-code ABAQUS as "user-defined material models" (UMAT) and

can be used to perform FE computations on structural components of poly and single crystals.

This report gives a brief description of the models and presents some results of FE-analyses

using the respective UMATs. Materials used for the analyses are the Ni-based superalloy IN738 LC,

the Ni-based single crystal SRR99 and a TiAl intermetallic alloy.

2. The CDM-based anisotropic damage model

Damage of materials is a progressive process ending in final fracture. A natural characteristic of

material damage is that the damage generally develops anisotropically. A second-order symmetric tensor

D is chosen in the present models as damage variable for the description of the anisotropic damage.

According to the effective stress concept of CDM, the effect of stresses and damage on the deformation

behaviour can be represented by an adequately defined effective stress. This effective stress tensor is

defined as

˜ S = (I − D) −1 2 ⋅S⋅ (I − D)−1 2 , (1)

Page 10: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

10

where S is the CAUCHY stress tensor and I denotes the second-order identity tensor. Similarly, it is

supposed that the contribution of the stress and damage on the damage development can be represented

by a newly introduced damage-active stress defined analogously to eq. (1) as

ˆ S = (I − D)−q ⋅S ⋅(I − D)

−q = ˆ σ i ˆ n iσ ˆ n i

σ

i =1

3

∑ , (2)

where q is a material parameter, ˆ σ i and ˆ n iσ (i = 1, 2, 3) are the eigen-values and the corresponding

eigen-vectors of ˆ S . From the point of view of linear irreversible thermodynamics the evolution law for a

second order symmetric damage tensor can be generally expressed as:

Ý D = S<4>

: YD , (3a)

where YD is the thermodynamic force conjugate to the damage tensor, and S< 4>

is the damage

characteristic tensor of rank four, respectively. If the fourth-order tensor S< 4>

is symmetric and positive-

definite, the thermodynamic restrictions will be automatically satisfied [KRAJCINOVIC, 1983; GERMAIN,

NGUYEN & SUQUET, 1983; YANG, ZHOU & SWOBODA, 1999].

Motivated by the results of experimental investigations, it is assumed that only the tensile principal

damage-active stresses are responsible for the damage evolution and that damage grows perpendicularly

to the direction of the principal damage-active stresses. Thus, consider that damage may also develop

partly isotropically, the damage evolution law is assumed taking the following particular form:

Ý D = βII + (1 − β) I< 4>

:

ˆ S B0

m

= βII + (1 − β) I< 4>

:

ˆ σ iB0

m

ˆ n iσ ˆ n i

σ

i=1

3

∑ , (3b)

where β, B0, m are material parameters. I< 4>

denotes the fourth-order identity tensor, and ⟨.⟩ is the

MCCAULEY bracket, which equals one for positive arguments and zero else. Creep rupture is assumed

to take place when the maximum principal damage DI reaches a critical value DR.

For single crystal superalloys, the initial anisotropy must be considered. The following particular

form of damage law is taken for single crystals with cubic symmetry (F.C.C. and B.C.C. single crystals):

Page 11: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

11

Ý D = β1II + β

2I

<4 >+ β

3R

<4 >

:

ηi ˆ σ iB

0

m

ˆ n iσ ˆ n i

σ

i =1

3

∑ (4)

with R< 4>

= e ice i

ce ice i

c

i =1

3

∑ , (5)

ηi = ˆ n iσ ⋅e j

c( )2 n

j =1

3

p

, (6)

where β1, β2, β3=(1−β1−β2), B0, p, n and m are material parameters, e jc (j=1,2,3) are the lattice

vectors, and ηi is an orientation function which satisfies the cubic symmetry.

Damage can also be inactive. Let us consider a single micro-crack embedded in an elastic material

with a tensile load perpendicular to the crack faces. If the load is reversed the crack will close and in a

one-dimensional case the material behaves as uncracked. This phenomenon is called “damage

deactivation” (not “healing”) in CDM. The damage still exists but the loading condition can render it

inactive. For the representation of this mechanism the phenomenological algorithm proposed by HANSEN

& SCHREYER [1995] can be used. In this method the microcrack opening/closing effect is introduced by

considering the spectral decomposition of the elastic strain tensor E e and the total strain tensor E

E e = εie ni

εen iεe

i =1

3

∑ , E = εi niεni

ε

i=1

3

∑ , (7a, b)

where εie and εi are the eigenvalues, n i

εe and niεε are the corresponding eigenvectors of E e

and E,

respectively. Let the positive (tensile) spectral tensor corresponding to the elastic and to the total strain

be defined as

H εe = h(εie )ni

εe niεe

i=1

3

∑ , H ε = h(εi )n iεni

ε

i =1

3

∑ (8a, b)

respectively, with the modified Heaviside function

Page 12: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

12

h(x) =

0 for x ≤ xm

12

1− cosπ(x − xm )

xp − xm

for xm < x < xp

1 for x ≥ xp

(9)

where xm and xp are two material parameters. The positive spectral projection operators (fourth-order

tensor) for the elastic and the total strains are defined as

Pεe

<4 >= H εeHεe

, Pε

<4>= HεHε (10a, b)

respectively. The positive projection of the elastic and the total strain tensors are then given by

E e + = P εεe

<4 >

: Ee , E+ = Pεε

< 4>

: E (11a, b)

respectively. By introducing a strain-based positive projection operator

T< 4>

= I<4 >

− I< 4>

− Pεe

< 4>

: I

<4 >

− Pε

<4 >

(12)

a symmetric, so-called active damage tensor can be defined as

Da= T

<4 >: D (13)

Thus, the effective stress tensor and the damage-active stress tensor accounting for damage deactivation

are defined as

˜ S = (I − Da)−1 2 ⋅ S ⋅ (I − Da )−1 2 , (14)

ˆ S = (I − Da)−q ⋅S ⋅ (I − Da

T)

−q , (15)

respectively.

If the effective stress tensor and the damage active stress tensor defined in (14) and (15),

respectively, are used instead of those defined in (1) and (2), the damage deactivation can be described.

Page 13: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

13

3. Unified models of BODNER-PARTOM and of CHABOCHE coupled with

damage

For the description of viscoplastic behaviour a lot of unified models have recently been developed.

The main advantage of unified models compared to classical plasticity and creep models is the treatment

of all aspects of inelastic deformation behaviour including plastic flow under monotonic and cyclic

loading, creep and stress relaxation by a single inelastic strain quantity [OLSCHEWSKI et al., 1990]. The

total strain rate is decomposed into an elastic and an inelastic part by

Ý E = Ý E e + Ý E i (16)

As the model proposed by BODNER & PARTOM [1975] and by CHABOCHE [CHABOCHE &

ROUSSELIER, 1983] are two popular models, they are chosen to be combined with the above damage

model.

The effective stress concept of CDM says that any constitutive equation for the damaged material

can be derived in the same way as for a virgin material if the stress tensor is replaced by an adequately

defined effective stress tensor. Following this concept, the BODNER-PARTOM model and the

CHABOCHE model can simply be extended to include material damage by replacing the stress tensor in

the respective constitutive equations by the effective stress tensor defined in the expressions (1) or (14).

The resulting models are summarized as follows:

Page 14: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

14

CHABOCHE BODNER-PARTOM

flow rule:

Ý E i = Ý p ˜ ′ S − X˜ ′ S − X

, Ý p =32

˜ ′ S − X − R(p)

K

n

Ý E i = 2D0 exp −1

2

Z I + ZD

32

˜ ′ S

2n

˜ ′ S ˜ ′ S

ZD = B :˜ ′ S ˜ ′ S

(17)

isotropic hardening rule:

Ý R = b(R∞ − R) Ý p , R(p = 0) = R0

Ý Z I = m1 K1− Z I( )Ý W i − A 1

Z I − K2

K1

r1

Z I(t = 0) = K0

(18)

kinematic hardening rule:

Ý X = c3

2a Ý E i −φ( p)X Ý p

− d32 X

a

rX32 X

φ(p) = φ∞ − φ∞ − 1( )e− ωp

Ý B = m2 K3

˜ S ˜ S

− B

Ý W i − A2

B

K1

r2 B

B

W i = ˜ ′ S : Ý E i dτ0

t

(19)

where ˜ ′ S is the deviator of the damage-active stress.

4. Anisotropic creep model for cubic single crystals coupled with damage

Starting from a rheological four-parameter BURGERS-model which consists of two springs and two

dampers, BERTRAM & OLSCHEWSKI [1993, 1996] used a projection method to construct an

anisotropic 3D model for the description of the creep behaviour of cubic single crystals at high

temperatures. Replacing the stress tensor by the effective-stress tensor (1) in the model, the constitutive

equations coupled with the damage model can be written as:

Page 15: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

15

Ý E = A1

< 4>

: ˜ Ý S + A 2

< 4>

: ˜ S + A3

< 4>

: ΩΩ , (20a)

Ý Ω Ω = A4

<4 >: ˜ Ý S + A5

< 4>: ˜ S − ΩΩ( ) , (20b)

where ΩΩ is an internal tensor variable of rank two, and Ai

< 4> (i = 1, 2, 3, 4, 5) are fourth-order material

tensors defined as:

A1

< 4>

=1

Ci + Ki

Pi

< 4>

i =1

3

∑ ,

A2

<4 >

=1

Ci + Ki

Ci

Di

+Ci

Li

+Ki

Li

Pi

< 4>

i =1

3

∑ ,

A3

<4>

=1

Ci + Ki

1

Di

Pi

<4 >

i =1

3

∑ ,

A 4

<4 >

=Ki

Ci + Ki

Pi

<4>

i =1

3

∑ ,

A5

<4>=

Ki

Ci + K i

Ci

Di

Pi

< 4>

i =1

3

∑ ,

(21a-e)

P1

< 4>= 1

3 II, P2

<4 >= R

< 4>− P1

<4 >

, P3

< 4>= I

<4 >− R

< 4>, (21f-h)

where R< 4>

is defined in eq. (5), Ci , Ki , Di , Li (i = 1, 2, 3) are temperature dependent material

parameters. Note that the viscosities Di and Li are also dependent on the applied stress. They are

assumed to have the following form:

Di = D0 i exp − Zij J jj =1

4

, Li = L0 i exp − Z ijJ j

j =1

4

(22a, b)

with the material parameters Zij (i = 1, 2, 3; j = 1, 2, 3, 4) and the following scalar invariants with cubic

symmetry

J1

= σ11σ

22+σ

22σ

33+ σ

33σ

11,

J2

= σ122 +σ

232 + σ

312 ,

J3 = σ11σ22σ33 ,

J4 = σ11 σ122 +σ13

2( )+σ22 σ232 + σ21

2( )+ σ33 σ312 + σ32

2( ).

(23a-d)

By the assumption that volume changes occur only elastically, it follows

Page 16: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

16

D1−1 = 0 , L1

−1 = 0 , Z i 1 = 0 (i = 1, 2,3) . (24a-c)

Page 17: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

17

5. User material routines and their applications

The material models mentioned above are implemented into the commercial FE code ABAQUS

as user-defined material model by writing the corresponding user subroutines, UMAT, see Table 1.

With help of these UMATs one can apply the models in an FE analysis of viscoplastic damage

behaviour of engineering components and structures. All the routines are written in the computer

language FORTRAN using the forward integration algorithm for numerical integration. Only isothermal

loading conditions have been considered and the damage deactivation has not been included in any of

the routines. Viscoplastic FE calculations are very time consuming. In the routines however, no

automatic time step control is used, so that there is a necessity to improve the respective algorithms. All

examples presented below are conducted using ABAQUS/Standard 5.8.

model UMAT

CHABOCHE model coupled with damage d-chaboche.f

BODNER-PARTOM model coupled with damage d-bodner.f

anisotropic creep and damage model of BERTRAM,

OLSCHEWSKI & QI

d-scsrr99.f

Table 1: Constitutive models and names of the respecitve UMATs

5.1 Circumferentially notched bar — CHABOCHE model coupled with damage

The material parameters of the CHABOCHE model of IN 738 LC have been determined by

OLSCHEWSKI et al. [1990] and their values at 850 °C are shown in Table 2. The material parameters of

the damage model were estimated by using numerical optimization methods to fit the creep data of the

three creep tests presented in the work of OLSCHEWSKI et al. [1990]. During this process the above

values of the parameters of the CHABOCHE model were kept constant. Table 3 shows a set of damage

parameters for IN 738 LC at 850 °C. Note that just three uniaxial tests are not sufficient for parameter

identification, so that the values given in Table 3 are only first estimates. For lack of biaxial test data, the

anisotropy parameter β can not be determined. Comparison of the experiments and the predictions by

the CHABOCHE model and by the coupled model with damage, respectively, using the material

Page 18: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

18

parameters of Tables 2 and 3, and the damage evolution during the creep processes are shown in Fig.

1.

Page 19: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

19

E 149650 MPa ν 0.33 a 311 MPa

K 397 MPa⋅h1/n n 7.7 b 317

R0 153 MPa φ∞ 1.1 c 201

R∞ 0.0 MPa ω 0.04 r 3.8

d 81.72 MPa/h

Table 2: Material parameters of the CHABOCHE model for IN 738 LC at 850 °C.

β q B0 m DI

0.0 ∼ 1.0 0.4 613 MPa·h1/m 14 0.07

Table 3: Material parameters of the damage model for IN 738 LC at 850 °C

ε i [%]

0 20 40 600

1

2

3

4

time [h]

Uniaxial Creep (IN738 LC, 850°C)

σ=335 MPa, Exp.σ=392 MPa, Exp.σ=410 MPa, Exp.Chaboche-modelmodel with damage

0 20 40 600.0

0.1

0.2

time [h]

σ=410 MPa

σ=392 MPa

σ=335 MPa

Page 20: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

20

Fig. 1. Experiments and model predictions for inelastic strain (upper) and damage evolution

(lower diagramme)

Circumferentially notched bars are often used to investigate the influence of triaxial stress state on

the damage and fracture behaviour in creep processes. KOBAYASHI et al. [1998] reported the results of

their experimental studies on such bars. Several creep damage tests of pure aluminum were carried out.

The nucleation and growth of voids during the creep process were observed by means of scanning

electron microscopy and optical microscopy. They found out that only some portion of creep voids

actually appeared on the surface of the notch root, and that the lengths of creep voids beneath the notch

surface exceeded ten times the lengths of those appearing on the surface. They further found out that

under a relatively low load, many creep voids nucleated on a plane inclined at about 45° against the

tensile direction, and their coalescence formed a cone-type fracture surface. These results motivated the

simulation of the damage behaviour in such bars. As the test data of aluminium from which the material

parameters could have been estimated were not available, the alloy IN738 LC at 850 °C is used, again.

The stress concentration and the multiaxial stress distribution are dependent on the geometry of

the specimen. The same geometry as used in the work of KOBAYASHI et. al. [1998] is used. Fig. 2

shows the specimen geometry and the FE-mesh, where R = 5.0 mm, r0 = 1.0 mm and L = 10.0 mm.

Axisymmetric solid elements of type CGAX4 from the element library of ABAQUS are used for the FE

calculations. Fig. 3 shows the distributions of the maximum principal damage in the notch area for

β = 0.1, 0.5 and 1.0, respectively. The applied load is σ2 = 150 MPa. It can be clearly seen that the

most damaged area occurs beneath the notch surface in all cases. At the beginning of the creep process,

the maximum damage takes place on the notch root surface, where the maximum stress appears. During

the process, however, the location of the maximum damage moves away from the surface. The

ABAQUS input-file for β = 0.1 used for the present calculation is given in the Appendix 1.

Page 21: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

21

a)

b)

Fig. 2. a) Geometry of the specimen used by KOBAYASHI et al. [1998]

b) FE-mesh. R = 5.0 mm, r0 = 1.0 mm, L = 10.0 mm

Fig. 4. shows the contour plots of the second direction cosine of the principal directions

corresponding to DI, nID ⋅ e

2= cos∠ n

ID ,e

2( ), and of the maximum damage at t = 411 hours for

β = 0.1. The maximum local damage at this time reaches a value of 0.0643, immediately before the local

fracture takes place and meso-cracks may have been initiated; note that the critical value of damage is

Dc = 0.07. The values of the direction cosines at the location of maximum damage, DI, indicate that the

direction nID of maximum damage coincides with the e2-direction, which means that the surfaces of

nucleated micro/meso-cracks will be perpendicular to the e2-direction, i.e. the loading axis.

Page 22: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

22

Fig. 3. Contour plots of the maximum principal damage for β = 0.1, 0.5 and 1.0.

Other experimental investigations of KOBAYASHI et al. show that under relatively low loads, σ2, creep

voids nucleated on a plane inclined by about 45° against the tensile direction. Though pure aluminium

was used in these tests for which no material data exist, the experiments motivated the simulation of the

damage behaviour at a lower creep load of σ2 = 100 MPa for the present Ni-based alloy and β = 0.1.

The contour plots of the second direction cosine of the principal direction corresponding to DI,

cos∠ nID ,e

2( ), at t = 11000 hours and the maximum damage distribution at t = 11000 and

12000 hours, respectively, are shown in Fig. 5. The values of the direction cosine at the location of

maximum damage, i.e. where local fracture will occur, is −0.7÷−0.8. That means that maximum principal

damage is inclined at about 45° against the tensile direction, which indicates that cracks may form a

cone-type fracture surface. Once the meso-crack has been formed or even local fracture has been taken

place, the local behaviour of the material will strongly depend on the shape and size of the crack. Further

experimental investigations are needed.

Page 23: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

23

Fig. 4. Contour plots of direction cosine and max. damage at t = 411 hours for β = 0.1.

Page 24: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

24

Fig. 5. Contour plots of direction cosine and of the maximum principal damage for β = 0.1.

Page 25: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

25

5.2 Plate containing a hole — BODNER-PARTOM model coupled with damage

The material parameters of the BODNER-PARTOM model of IN 738 LC at 850 °C have also been

determined by OLSCHEWSKI et al. [1990], and their values at 850 °C are shown in Table 4. The

material parameters of the damage model are the same as listed in Table 3.

E 149650 MPa ν 0.33 K0 4.18 105 MPa

D0 8.82 109 h-1 n 0.289 K1 3.76 105 MPa

A1=A2 1.65 10-7 MPa/h m1 0.581 K2 3.07 105 MPa

r1=r2 5.4 m2 0.344 K3 1.54 105 MPa

Table 4: Material parameters of the BODNER-PARTOM model for IN 738 LC at 850 °C.

In gas turbine blades with cooling channels, stress concentration occurs due at these channels. A

square plate with a central circular hole is therefore chosen as a model representation of the area of

blades where the air cooling channels are located. The FE model used for the calculation is shown in

Fig. 6. First, the plate is subjected to a creep load of σ3 = 180 MPa. After 40000 hours the maximum

damage reaches a value of about 0.1. A second load of σ2 = 180 MPa is then applied. There is only

one element in the thickness direction so that any gradient over the thickness can not be captured. The

three-dimensional 8-node linear brick continuum element with reduced integration, C3D8R, from the

element library of ABAQUS is used, and geometric non-linearity has been considered. Figs. 7 and 8

show the contour plot of the maximum principal damage after 40000 h and 98000 h, respectively. β is

assumed to be 0.5. Distribution of the maximum principal value of the strain and stress, after 40000 h

and 98000 h, are shown in the Figs. 9-12, respectively. The ABAQUS input-file used for the

computation is given in the Appendix 2.

Page 26: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

26

Fig. 6. FE-mesh and loading condition

Fig. 7. Max. principal damage after 40000 h Fig. 8. Max. principal damage after 98000 h

Fig. 9. Max. principal strain after 40000 h Fig. 10. Max. principal strain after 98000 h

Page 27: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

27

Fig. 11. Max. principal stress after 40000 h Fig. 12. Max. principal stress after 98000 h

5.3 Single crystal plate containing a hole — the anisotropic creep and damage model of

BERTRAM, OLSCHEWSKI & QI

The material parameters of anisotropic creep model for the single crystal SRR99 at 760 °C have

been estimated by BERTRAM and OLSCHEWSKI [1996]. The corresponding material parameters of the

damage model have been estimated by QI [1998]. Fig. 13 shows the applied FE model. The uniaxial

tensile load, σ2, is applied in the crystal direction [001]. Because of the symmetry, only 1/2 of the

thickness of the specimen has to be modelled. Three elements are used over the half-thickness to

capture the gradients in the thickness direction. The distribution of the maximum principal damage at

t = 34000 hours is shown in Fig. 14. For comparison, Fig. 15 shows the initiation of cracks at a cavity

in a prerafted single crystal CMSX-2 after 44 hours of creep at 850 °C and 520 MPa (creep life

fraction = 95%) [AI et al., 1990], indicating at least a qualitative coincidence of the damage loci between

numerical simulation and experiment. Contour plots of the strain ε22 and the stress σ22 at t = 34000

hours are shown in Figs. 16 and 17, respectively. The ABAQUS input-file used for the computation is

given in the Appendix 3.

Page 28: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

28

Fig. 13. FE-mesh and loading condition

Page 29: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

29

Fig. 14. Maximum. principal damage after 34000 h Fig. 15. Crack initiation at a cavity

Fig. 16. Max. principal strain after 34000 h Fig. 17. Max. principal stress after 34000 h

5.4 TiAl turbine blade — CHABOCHE model coupled with damage

A model turbine blade made of a TiAl intermetallic alloy developed at the GKSS Research

Centre is used as object of the FE-calculation. The blade has a length of 224 mm. The material

parameters of the CHABOCHE model have been estimated by MOHR [1999], as listed in Table 5. Table

6 gives the corresponding material parameters of the damage model used for the calculation. The

continuum element C3D4 of the element library of ABAQUS is used. The number of nodes is 1476 and

the number of elements is 4825. The blade is subject to centrifugal forces, only, at a constant rotation

speed of 40000 1/min; the density of TiAl is 3.8 g/cm3. Geometric non-linearity has been considered.

The distribution of the maximum damage at t = 9060 hours is shown in Fig. 18. It obviously ocurs at the

root of the blade which after all has not been modelled realistically. The calculation is just supposed to

Page 30: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

30

proove that the model performs well also with large structures. The ABAQUS input-file used for the

computation is given in the Appendix 4.

Page 31: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

31

E 150000 MPa ν 0.24 a 335 MPa

K 487 MPa⋅s1/n n 15.3 b 207

R0 126 MPa φ∞ 0.0 c 35.4

R∞ 0.0 MPa ω 0.0 r 3.1

d 0.023 MPa/s

Table 5: Material parameters of CHABOCHE model for the TiAl at 700 °C.

β q B0 m

0.3 0.3 1500 MPa·h1/m 14

Table 6: Material parameters of the damage model for the TiAl at 700 °C

Fig. 18. Maximum principal damage after 9060 h

Page 32: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

32

Page 33: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

33

6. References

AI, S.H.; LUPINC, V. and MALDINI, M. (1990): "Creep fracture mechanics in single crystal superalloys".In: High Temperature materials for Power Engineering 1990, Proceedings of a Conference held inLiège, Belgium, 24-27 September 1990. Part II (Eds. E. BACHELET et al.)

BERTRAM, A.; OLSCHEWSKI, J. (1993): "Zur Formulierung anisotroper linearer anelastischerStoffgleichungen mit Hilfe einer Projektionsmethode". ZAMM 73 (4-5), T401-403.

BERTRAM, A.; OLSCHEWSKI, J. (1996): "Anisotropic creep modeling of the single crystal superalloySRR99". J. Comp. Mat. Sci. 5, pp.12-16.

BODNER, S.R.; PARTOM, Y. (1975): "Constitutive equations for elastic-viscoplastic strain hardeningmaterials". J. Appl. Mech. 42, pp.385-389.

CHABOCHE, J.L.; ROUSSELIER, G. (1983): "On the plastic and viscoplastic constitutive equations". J.Press. vess. technol. 105, pp.105-164.

GERMAIN, P.; NGUYEN, Q. S.; SUQUET, P. (1983): "Continuum Thermodynamics". J. Appl. Mech. 50,pp.1010-1020.

KOBAYASHI, K.I.; IMADA, H.; MAJIMA, T. (1998): "Nucleation and growth of creep voids incircumferentially notched specimens", JSME Int. J., Series A: Solid Mechanics and MaterialEngineering, 41, 218-224.

KRAJCINOVIC, D. (1983): "Constitutive equations for damaging materials". J. Appl. Mech. 50, pp. 355-360.

MOHR, R. (1999): "Modellierung des Hochtemperaturverhaltens metallischer Werkstoffe". Dissertation,Technische Universität Hamburg-Harburg, GKSS 99/E/66.

OLSCHEWSKI, J.; SIEVERT, R.; MEERSMANN, J. and ZIEBS, J. (1990): "Selection, calibration andverification of viscoplastic constitutive models used for advanced blading methodology". In: HighTemperature Materials for Power Engineering, Proceedings of a Conference held in Liège, Belgium,24-27 September 1990 (Eds. BACHELET et al.), Kluwer Academic Publishers, pp.1051-1060.

QI, W.; BERTRAM, A. (1997): "Anisotropic creep damage modeling of single crystal superalloys".Technische Mechanik. 17(4), pp.313-322.

QI, W. (1998): "Modellierung der Kriechschädigung einkristalliner Superlegierungen imHochtemperaturbereich". Dissertation, Technische Universität Berlin, Fortschritts-Berichte VDI VerlagGmbH, Düsseldorf.

QI, W.; BERTRAM, A. (1998): "Damage modeling of the single crystal superalloy SRR99 undermonotonous creep". Computational Materials Science 13, pp.132-141.

Page 34: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

34

QI, W. ; BERTRAM, A. (1999): "Anisotropic continuum damage modeling for single crystals at hightemperatures". Int. J. of Plasticity 15, pp.1197-1215.

QI, W.; BROCKS, W. (2000a): "A CDM-based approach to creep damage and component lifetime".Proceedings of the Int. Conf. on Computational Engineering & Sciences, ”ICES‘2K” Ed. S. ATLURI),21-25 August 2000, Los Angeles.

QI, W.; BROCKS, W. (2000b): "Simulation of anisotropic creep damage in engineering components".Proceedings of the European Congress on Computational Methods in Applied Sciences and Engineering”ECCOMAS 2000”, 11-14 September 2000, Barcelona.

QI, W.; BROCKS, W.; BERTRAM, A. (2000): A FE-analysis of anisotropic creep damage anddeformation in the single crystal SRR99 under multiaxial loads. Computational Materials Science 19(2000), pp. 292-297.

YANG, Q.; ZHOU, W.Y.; SWOBODA, G. (1999): Micromechanical identification of anisotropic damageevolution laws. Int. J. of Fracture 98, pp. 55-76.

Page 35: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

35

7. Appendices: ABAQUS-Inputfiles

7.1 Appendix 1: Circumferentially notched bar — CHABOCHE model coupled with damage

*HEADING circum. bar a= 5.0, r0= 1.00, N-alfa=20, N-r=40, K= 6*PREPRINT, ECHO=NO, MODEL=NO, HISTORY=NO***RESTART, WRITE, FREQUENCY=2000***NODE 1, 5.00000, 1.00000 101, 5.00000, 1.03927 201, 5.00000, 1.07542...

5181, 5.00000, -7.75000 5281, 5.00000, -8.00000 5381, 5.00000, -8.25000 5481, 5.00000, -8.50000 5581, 5.00000, -8.75000 5681, 5.00000, -9.00000 5781, 5.00000, -9.25000 5881, 5.00000, -9.50000 5981, 5.00000, -9.75000 6081, 5.00000, -10.00000*ELEMENT, TYPE=CGAX4, ELSET=solid 1, 2, 1, 101, 102 2, 3, 2, 102, 103 3, 4, 3, 103, 104 4, 5, 4, 104, 105 5, 6, 5, 105, 106 6, 7, 6, 106, 107 7, 8, 7, 107, 108...

5978, 6078, 6079, 5979, 5978 5979, 6079, 6080, 5980, 5979 5980, 6080, 6081, 5981, 5980**** define node-set***NSET, NSET=zplus, GENERATE 6001, 6021, 1*NSET, NSET=zminus, GENERATE 6061, 6081, 1**** define element-set***ELSET, ELSET=zlast, GENERATE 5901, 5920, 1**** define materials and UMA***SOLID SECTION, ELSET=SOLID, MATERIAL=VISCOPLA 1.,*MATERIAL, NAME=VISCOPLA*USER MATERIAL, CONSTANTS=19

Page 36: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

36

**** IN738LC, 850 deg C******** IN 738 LC, 850 C, ==== CH-model==== h, MPa** E, nu, Ro, Q, b, c, a, phiinf 149650., .33, 153., -153., 317., 201., 311., 1.1*** omega, d, r, n, K; q, beta, Bo*** ( beta=1 -> isot. damage) 0.04, 81.72, 4.8, 7.7, 397.0, .4, 0.1, 613.*** m, Dkey, Ckey Ckey ( Dkey < or = 0: do not consider damage)***( Ckey must be –1.0, only UMAT-developer may change it!) 14., 1.0, -1.0*DEPVAR29***USER SUBROUTINE, INPUT=/wms12/weiqi/umats/poly/d-chaboche.f**** loading !! the unit is hour !!***STEP, INC=900000000, NLGEOM*VISCO, CETOL=1.0E-6 0.0001, 0.001, , 0.0001**

Page 37: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

37

** auflagerung***BOUNDARY, OP=NEW, TYPE=DISPLACEMENT 6061, 1, 2, 0.0 zminus, 2, 2, 0.0**** === define amplitude for loading process** 1s=0.00027778 h*AMPLITUDE, TIME=TOTAL TIME, NAME=creep 0.0, 0.0, 0.001, 1.0, 9000000.0, 1.0***DLOAD, OP=NEW, AMPLITUDE=creep zlast, P3, -150.***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** step 2***STEP, INC=900000000, NLGEOM*VISCO, CETOL=1.0E-6 0.0001, 0.001, , 0.0001***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** step 3***STEP, INC=900000000, NLGEOM*VISCO, CETOL=1.0E-6 0.001, 1., , 0.01***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** step 4***STEP, INC=900000000, NLGEOM*VISCO, CETOL=1.0E-6 0.1, 90000000.0, , 0.1***RESTART, WRITE, FREQUENCY=100***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP

Page 38: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

38

7.2 Appendix 2: Plate containing a hole — BODNER-PARTOM model coupled with damage

*HEADING plate containing a crack a= 5.0, r0= .50, N-alfa=10, N-r=15, K=12 D= .20*PREPRINT, ECHO=NO, MODEL=NO, HISTORY=NO*NODE 1, .20, .49846, .03923 5001, .00, .49846, .03923 101, .20, .53761, .04231 5101, .00, .53761, .04231...1380, .20, 3.47804, .00000 6380, .00, 3.47804, .00000 1480, .20, 4.16651, .00000 6480, .00, 4.16651, .00000 1580, .20, 5.00000, .00000 6580, .00, 5.00000, .00000*ELEMENT, TYPE=C3D8I, ELSET=solid*** 0 - PI/4 80, 5080, 80, 180, 5180, 5001, 1, 101, 5101 180, 5180, 180, 280, 5280, 5101, 101, 201, 5201 280, 5280, 280, 380, 5380, 5201, 201, 301, 5301 380, 5380, 380, 480, 5480, 5301, 301, 401, 5401 480, 5480, 480, 580, 5580, 5401, 401, 501, 5501 580, 5580, 580, 680, 5680, 5501, 501, 601, 5601...

1477, 6477, 1477, 1577, 6577, 6478, 1478, 1578, 6578 1478, 6478, 1478, 1578, 6578, 6479, 1479, 1579, 6579 1479, 6479, 1479, 1579, 6579, 6480, 1480, 1580, 6580**** define node-set***NSET, NSET=zlager0, GENERATE 6550, 6570, 1*NSET, NSET=zlager1, GENERATE 1550, 1570, 1*NSET, NSET=ylager0, GENERATE 6530, 6550, 1*NSET, NSET=ylager1, GENERATE 1530, 1550, 1**** define element-set***ELSET, ELSET=zlast, GENERATE 1410, 1429, 1*ELSET, ELSET=ylast, GENERATE 1401, 1409, 1 1470, 1480, 1**** define materials and UMA***SOLID SECTION, ELSET=SOLID, MATERIAL=VISCOPLA 1.,*MATERIAL, NAME=VISCOPLA*USER MATERIAL, CONSTANTS=19**** IN738LC, 850 deg C******* BP-Model, units: h, MPa********========================================

Page 39: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

39

** E, nu, Do, n, K1, K2, K3, m1 149650., .33, 8.82E+9, 0.289, 3.76E+5, 3.07E+5, 1.54E+5, 0.581*** m2, A, r, Unused, Ko; q, beta, Bo*** ( beta=1 -> isot. damage) 0.344, 1.6524E+7, 5.4, 0.0, 4.18E+5, 0.4, 0.5, 613.*** m, Dkey, Ckey Ckey ( Dkey < or = 0: do not consider damage)***( Ckey must be –1.0, only UMAT-developer may change it!)14., 1.0, -1.0*DEPVAR26***USER SUBROUTINE, INPUT=/wms12/weiqi/umats/poly/d-bodner.f*****RESTART, WRITE, FREQUENCY=1000***STEP, INC=90000000*VISCO, CETOL=1.0E-10 0.0001, 0.001, , 0.0001**** auflagerung**

Page 40: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

40

*BOUNDARY, OP=NEW, TYPE=DISPLACEMENT** 6550, 1, 3, 0.0 zLager0, 3, 3, 0.0 zLager0, 1, 1, 0.0 zLager1, 3, 3, 0.0 yLager0, 2, 2, 0.0 yLager1, 2, 2, 0.0**** === define amplitude for loading process*AMPLITUDE, TIME=TOTAL TIME, NAME=creep1 0.0, 0.0, 0.001, 1.0, 90000000.0, 1.0***DLOAD, OP=NEW, AMPLITUDE=creep1 zlast, P2, -180.***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 2***STEP, INC=90000000*VISCO, CETOL=1.0E-10 0.001, 0.5, , 0.01***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 3***STEP, INC=90000000*VISCO, CETOL=1.0E-10 0.01, 49.5, , .5***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 4***STEP, INC=90000000*VISCO, CETOL=1.0E-10 1., 39950.00, , 4.***RESTART, WRITE, FREQUENCY=400000***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 5

Page 41: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

41

** ====== 2. load ein***STEP, INC=90000000*VISCO, CETOL=1.0E-10 .0001, .001, , .0001****** === define amplitude for loading process*AMPLITUDE, NAME=creep2 0.0, 0.0, 0.001, 1.0, 90000000.0, 1.0***DLOAD, OP=MOD, AMPLITUDE=creep2 ylast, P5, -180.*RESTART, WRITE, FREQUENCY=1500***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 6***STEP, INC=90000000*VISCO, CETOL=1.0E-10 .001, 0.1, , .01

Page 42: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

42

***RESTART, WRITE, FREQUENCY=1000***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 7***STEP, INC=90000000*VISCO, CETOL=1.0E-10 .01, 49.50, , 1.***RESTART, WRITE, FREQUENCY=100***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 8***STEP, INC=90000000*VISCO, CETOL=1.0E-10 1., 60000.00, , 5.***RESTART, WRITE, FREQUENCY=20000***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 9***STEP, INC=90000000*VISCO, CETOL=1.0E-10 5., 1000000.00, , 5.***RESTART, WRITE, FREQUENCY=200***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP

Page 43: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

43

7.3 Appendix 3: Single crystal plate containing a hole — the anisotropic creep and damage

model of BERTRAM, OLSCHEWSKI & QI

*HEADINGplate 10x10x0.5, hole radius 0.5, Non-symmC3D8I, r15-h10-b10-t3, bias: r10-h1-b1-t2, I-DEAS 06-Mar-01*NODE, SYSTEM=R 1, 3.5355339E-01,-3.5355339E-01, 2.5000000E-01 2, 4.2009962E-01,-4.2009962E-01, 2.5000000E-01 3, 5.0002275E-01,-5.0002275E-01, 2.5000000E-01...5294,-4.5000000E+00,-5.0000000E+00, 1.9248187E-01 5295,-4.5000000E+00,-5.0000000E+00, 1.1616359E-01 5296,-4.5000000E+00,-5.0000000E+00, 0.0000000E+00*ELEMENT,TYPE=C3D8I ,ELSET=E0000001 1, 1, 2, 18, 17, 65, 66, 82, 81 2, 2, 3, 19, 18, 66, 67, 83, 82 3, 3, 4, 20, 19, 67, 68, 84, 83 4, 4, 5, 21, 20, 68, 69, 85, 84 5, 5, 6, 22, 21, 69, 70, 86, 85...

*SOLID SECTION,ELSET=E0000001,MATERIAL=M0000001*MATERIAL,NAME=M0000001*USER MATERIAL, CONSTANTS=14**** SRR99, 760 deg C*****alfa0 alfa1 alfa2 B[MPa*h] n p m n1 1.0, 0.0, 0.5, 1442.0, 14.133, 0.45489, 51.852, -0.31326*** Dcr, phi1, phi2, phi3 Dkey, Ckey**** ( Dkey < or = 0: do not consider damage)**** ( Ckey must be –1.0, only UMAT-developer may change it!) 0.9, 0.0, 0.0, 0.0, 1.0, -1.E8*DEPVAR 36***USER SUBROUTINE, INPUT=/wms12/weiqi/umats/single/d-scsrr99.f**** loading !! the unit is h !!***RESTART, WRITE, FREQUENCY=1000***STEP, INC=90000000, NLGEOM*VISCO, CETOL=1.0E-10 0.0001, 0.001, , 0.0001** auflagerung*BOUNDARY,OP=NEWBS000001, 1,, .00000E+00BS000002, 2,, .00000E+00 3344, 1, 2, .00000E+00 3680, 1, 2, .00000E+00 4016, 1, 2, .00000E+00BS000003, 3,, .00000E+00BS000004, 1,, .00000E+00BS000004, 3,, .00000E+00BS000005, 2, 3, .00000E+00 3008, 1, 3, .00000E+00**** loading

Page 44: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

44

**** === define amplitude for loading process*AMPLITUDE, TIME=TOTAL TIME, NAME=creep1 0.0, 0.0, 0.001, 1.0, 90000000.0, 1.0***DLOAD,OP=NEW, AMPLITUDE=creep1** BS000006, P4, -100.BS000007, P6, -350.***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 2***STEP, INC=90000000*VISCO, CETOL=1.0E-10 0.0001, 0.1, , 0.02**

Page 45: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

45

*NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 3***STEP, INC=90000000*VISCO, CETOL=1.0E-10 0.02, 1.0, , 0.2***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 4***STEP, INC=90000000*VISCO, CETOL=1.0E-10 0.2, 49.0, , .5***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 5***STEP, INC=90000000*VISCO, CETOL=1.0E-10 1., 3950.00, , 1.***RESTART, WRITE, FREQUENCY=1000***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEP**** Step 6***STEP, INC=90000000*VISCO, CETOL=1.0E-10 1., 1000000.00, , 1.***RESTART, WRITE, FREQUENCY=200***NODE FILE, FREQUENCY=0*EL FILE, FREQUENCY=0*NODE PRINT, FREQUENCY=0*EL PRINT, FREQUENCY=0*PRINT, FREQUENCY=0*END STEPT, FREQUENCY=0*EL PRINT, FREQUENCY=0

Page 46: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

46

*PRINT, FREQUENCY=0*END STEP

Page 47: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

47

7.4 Appendix 4: TiAl turbine blade — CHABOCHE model coupled with damage

*HEADINGSDRC I-DEAS ABAQUS FILE TRANSLATOR 10-Apr-00 13:53:27units: mm, s, MPa<-density*NODE, SYSTEM=R 1, 6.5000000E+01, 3.8600000E+02, 4.5000000E+01 2, 5.0000000E+00, 3.8600000E+02, 4.5000000E+01 3, 5.9000000E+01, 3.8600000E+02, 4.5000000E+01...1469, 4.2497322E+01, 5.8779459E+02, 1.0467151E+02 1470, 2.3071306E+01, 4.4559637E+02, 1.1462759E+02 1471, 1.1605145E+01, 3.8488174E+02, 9.9081627E+01 1472, 3.1173601E+01, 3.8295236E+02, 1.2250128E+02 1473, 3.1025583E+01, 5.7486444E+02, 1.1387080E+02 1474, 3.6881432E+01, 5.3374864E+02, 1.0607653E+02 1475, 4.2383293E+01, 4.5578734E+02, 5.5180176E+01 1476, 3.1580561E+01, 5.8733325E+02, 1.1387162E+02*ELEMENT,TYPE=C3D4, ELSET=blade 1335, 72, 173, 1337, 1338 1336, 1315, 66, 101, 107 1337, 66, 101, 107, 109 1338, 1122, 1121, 1046, 1102 1339, 1339, 1340, 621, 1341...

6155, 1383, 1376, 1012, 993 6156, 243, 230, 185, 184 6157, 79, 1311, 651, 650 6158, 1073, 1457, 1459, 648 6159, 668, 185, 229, 230 6160, 650, 79, 1306, 83*NSET, NSET=fuss, GENERATE 47, 99, 1 16, 24, 1**** material model*****ORIENTATION, SYSTEM=R, NAME=OID1** 1., 0., 0., 0., 1., 0.** 3, 0.***SOLID SECTION, ELSET=blade, MATERIAL=VISCOPLA, ORIENTATION=OID1** 1.,*SOLID SECTION, ELSET=blade, MATERIAL=VISCOPLA 1.,*MATERIAL, NAME=VISCOPLA***DENSITY 3.8E-9,** TiAl 3.8 g/cm**3, 3.8E-6 kg/mm**3***USER MATERIAL, CONSTANTS=19**** Chaboche-Model: TiAl, 700C, s, MPa*** E, nu, Ro, Q, b, c, a, phiinf 150000., .24, 126., -126., 207., 35.4, 335., 0.***omega, d, r, n, K; q, beta, Bo*** ( beta=1 -> isot. damage) 0.0, 0.023, 3.1, 15.3, 487.0, 0.3, 0.3, 1500.*** m, Dkey, Ckey Ckey ( Dkey < or = 0: do not consider damage)***( Ckey must be –1.0, only UMAT-developer may change it!)

Page 48: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

-48-

14., 1.0, -1.0*DEPVAR29***USER SUBROUTINE, INPUT=/wms12/weiqi/umats/poly/d-chaboche.f**** first loading, cycle 1***STEP, INC=100000000, NLGEOM***STATIC*VISCO, CETOL=1.0E-10.01, 100., , 0.1*****BOUNDARY,OP=NEW 12, 1, 3, .00000E+00 45, 1, 3, .00000E+00 46, 1, 3, .00000E+00 15, 1, 3, .00000E+00 fuss, 1, 3, .00000E+00**** rotations**

Page 49: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

-49-

*AMPLITUDE, NAME=CYCLEONE, DEFINITION=TABULAR, TIME=STEP TIME 0., 0., 10., .05415, 100., 1., 900000000., 1.***DLOAD, OP=NEW, AMPLITUDE=CYCLEONE blade, CENTRIF, 444000., 35., 0., 0., 0., 0., 1.**entspricht Drehzahl von 40000/min oder 666/sec***RESTART, WRITE, FREQUENCY=10000000***NODE FILE, FREQ=0*EL FILE, POS=INTEG, FREQ=0S, E, SDV*EL PRINT,POS=INTEG, FREQ=0*NODE PRINT, FREQ=0*PRINT, FREQ=0*END STEP**********STEP, INC=100000000***STATIC*VISCO, CETOL=1.0E-100.1, 3600., , 10.***EL FILE, POS=INTEG, FREQ=0*NODE FILE, FREQ=0*PRINT, FREQ=0*END STEP**********STEP, INC=100000000*VISCO, CETOL=1.0E-10 50., 720000., , 50.*RESTART, WRITE, FREQUENCY=1440***EL FILE, POS=INTEG, FREQ=0*NODE FILE, FREQ=0*PRINT, FREQ=0*END STEP*********STEP, INC=100000000*VISCO, CETOL=1.0E-10 200., 720000., , 200.***RESTART, WRITE, FREQUENCY=360***EL FILE, POS=INTEG, FREQ=0*NODE FILE, FREQ=0*PRINT, FREQ=0*END STEP******STEP, INC=100000000*VISCO, CETOL=1.0E-10 400., 72000000., , 400.***RESTART, WRITE, FREQUENCY=180***EL FILE, POS=INTEG, FREQ=0*NODE FILE, FREQ=0

Page 50: ABAQUS user subroutines for the simulation of … user subroutines for the simulation of viscoplastic behaviour including anisotropic damage ... ABAQUS-Inputfiles 26 7.1 Appendix 1:

-50-

*PRINT, FREQ=0*END STEP


Recommended