Loading [MathJax]/jax/output/CommonHTML/jax.js

Package for Machine Design

Finite Element Analysis in Structural Mechanics

User Tools

Site Tools


en:ref:d:8

Time Hardening model

The Time Hardening creep model is a combination of Norton-Bailey model, describing the primary phase, and Norton Model, describing the secondary phase. With the assumption of a constant temperature the model is defined by five constants: K1 to K5.

The creep strain is the sum of strains of both models and is defined as εc=K1σK2etK3+K4σK5et and the creep strain rate as ˙εc=K1σK2eK3tK31+K4σK5e.

Implementation in ANSYS

In ANSYS, this model is denoted TBOPT=11. The creep strain is defined as εc=C1σC2etC3+1eC4/TC3+1+C5σC6eteC7/T.

If we assume a constant temperature, it is C4=C7=0, and the equation (2) has the form εc=C1σC2etC3+1C3+1+C5σC6et.

Comparing (1) and (3) we obtain the conversion equations: K1=C1/(C3+1)C1=K1K3K2=C2C2=K2K3=C3+1C3=K31K4=C5C4=0K5=C6C5=K4C6=K5C7=0

Input quantities

The Time Hardening model is activated by the parameter KCRP=4 in the file name.iP. All materials used must be assigned to the elements using the file name.DAT. The material parameter files have the following structure:

* * Comments * TH MODEL PMD/ANSYS POCET DAT N DATA T1 K11 K21 K31 K41 K51 TN K1N K2N K3N K4N K5N

  • The number of initial comment lines is unlimited.
  • There must be an empty line before each block.
  • The block TH MODEL contains the keyword either PMD, or ANSYS (see below).
  • The block POCET DAT contains the number of lines N in the block DATA, N20.
  • The block DATA contains N lines of six values [T,K1,K2,K3,K4,K5] (for model PMD), or [T,C1,C2,C3,C5,C6] (for model ANSYS). Temperatures are specified in C.

Example

There is only one material used in the creep problem.

name.iP
; KREST NLC NCYC KMOD KCRP KLARG KCNT
IP  1    11   1    0    4    0     0  3*0  11*2
RP 10*0 0 1 100 1000 10000 30000 80000 120000 160000 200000 250000
EN
EN
name.DAT
number 1
thans.dat
thans.dat
************************************************************************
*                                                                      *
*     test example                                                     *
*                                                                      *
*     parameters   description                                         *
*                                                                      *
*     TH MODEL     identification of the Time Hardening model          *
*     PMD/ANSYS    flag specifying which coefficients are present      *
*                     T K1 K2 K3 K4 K5 - PMD                           *
*                     T C1 C2 C3 C5 C6 - ANSYS                         *
*     POCET DAT    the number of data lines (max. 20)                  *
*     DATA         6 parameters on each line                           *
*        T         temperature in deg. Celsius                         *
*        K1 - K5   model parameters                                    *
*                                                                      *
************************************************************************

TH MODEL
ANSYS

POCET DAT
2

DATA
540  1.9907955E-08   1.41564      -0.65744   5.96523E-18   5.494
560  1.9907955E-08   1.41564      -0.65744   5.96523E-18   5.494
en/ref/d/8.txt · Last modified: 2024-11-12 10:35 by Petr Pařík