Вы находитесь на странице: 1из 5

Bilinear Hysteresis

CEE 541. Structural Dynamics


Department of Civil and Environmental Engineering
Duke University
Henri P. Gavin
Fall 2014

1 Non degrading bilinear hysteresis


Bilinear hysteresis is a mathematically convenient model for the behavior of yielding structures. The force-displacement relationship in bilinear hysteretic systems is composed of
piecewise linear and continuous relationships. Initial loading and unloading follow lines with
slope k1 . These lines can intersect the x axis (zero force) at any number of residual displacements, e.g., xC in the figure below. Post yield behavior follows one of two lines, line A if
x > 0 and line B if x < 0. These lines intersect the x axis at points xA and xB . This model
is parameterized by the yield force Fy , the elastic stiffness k1 , and the post-yield stiffness,
k2 . The yield displacement is found from the yield force and elastic stiffness, xy = Fy /k1 . At
points where x(t)

passes through zero, x(t) is at a relative maximum or minimum. These are


called a turn-around points, and are marked at coordinates (xt , Rt ). Equations for lines A,
(xt ,Rt )

R(x)
k2

Fy

k1

B
x(t)
A xA

xy

xC

xB

Figure 1. Nondegrading bilinear hysteresis model


B, and C and their x intercepts are at displacements can be found from the geometry of the
modeled hysteretic behavior.
line A: R(x) = k2 x(t) + Fy (1 k2 /k1 ) xA = (Fy /k2 )(1 k2 /k1 )
line B: R(x) = k2 x(t) Fy (1 k2 /k1 ) xB = (Fy /k2 )(1 k2 /k1 )
line C: R(x) = k1 x(t) + Rt k2 xt
xC = (Fy /k2 )(1 k2 /k1 )

CEE 541. Structural Dynamics Duke University Fall 2014 H.P. Gavin

This model is called a non-degrading model since the stiffness of each branch of the model
does not change as damage is accumulated.
The work dissipated per cycle WD is the area of a hysteresis loop with max and min displacements xmax and xmax . The work dissipated is the product of the lengths of line segments IJ
K

R(x)
k2

Fy

k
xmax

k1
xmax

xy

x(t)
L

k2

Figure 2. Geometry of the nondegrading bilinear hysteresis model


and KL. From geometry,
q

= 2(xmax xy ) 1 + k22
IJ
q

= 2 x2 + F 2 = 2Fy 1 + 1/k12 = 2xy 1 + k12


JK
y
y
= arctan k1 arctan k2
= KJ
sin
KL
KL

WD = IJ
k = k2 + (xy /xmax )(k1 k2 )
The linear viscous damping ratio that is energy-equivalent to bilinear hysteretic models can
be found from equating the area of the hysteresis loop with the energy absorbed per cycle
by a linear viscous damper. In hysteretic systems, the energy dissipated per cycle depends
upon the amplitude of motion, xmax as well as the hysteretic parameters. This relation can
be analyzed in terms of dimensionless quantities. The ductility ratio is the ratio of the peak
displacement to the yield displacement, xmax /xy . The post-yield stiffness ratio is the ratio
k2 /k1 . The equivalent viscous damping ratio also depends upon a measure of stiffness. This

can be taken to be the the elastic stiffness k = k1 or the secant stiffness, k = k.


eqv = WD /(2 x2max k (/n ))
For motions dominated by transients and in free response ((/n ) 1), the equivalent viscous
damping ratio can be plotted with respect to the ductility ratio.
CC BY-NC-ND H.P. Gavin

Bilinear Hysteresis
1

% b i l i n .m

...

e q u i v a l e n t v i s c o u s damping o f b i l i n e a r h y s t e r e s i s .

2
3
4

xy = 1;
Fy = 1000;

% y i e l d d i s p l a c e m e n t t h i s v a l u e doesn t m a t t e r
% y i e l d f o r c e t h i s v a l u e doesn t r e a l l y m a t t e r

A = xy *[ 1:0.2:6];

% ductility ratio

k1 = Fy / xy ;
K2 = [0.0 0.1 0.2 0.5 ]* k1 ;

% elastic stiffnes
% s t r a i n hardening s t i f f n e s s

Omega1 = 1;
wn1
= sqrt ( k1 );
w
= Omega1 * wn1 ;

% frequency ratio
% n a t u r a l f r e q u e n c y o f e l a s t i c s y st e m
% f r e q u e n c y o f t h e motion

5
6
7

. . . independent v a r i a b l e

8
9
10
11
12
13
14
15
16

f o r kk = 1: length ( K2 )

17
18
19
20
21

k2 = K2 ( kk );
theta = atan( k1 ) - atan( k2 );
IJ
= 2*( A - xy )* sqrt (1+ k2 2);
KJ
= 2* xy * sqrt (1+ k1 .2);

22
23
24

Wd
= IJ * KJ * s i n ( theta );
Wn (: , kk ) = Wd ./ (4* Fy * A ) ;

% area o f h y s t e r e s i s loop
% . . . n o r m a l i z e d w . r . t . f r i c t i o n a l damping

k_ = k2 + ( k1 - k2 )* xy ./ A ;

% e q u i v a l e n t dynamic s t i f f n e s

Omega_eq = w ./ sqrt ( k_ );

% equivalent frequency ratio

Rp = k_ .* A ;

% peak r e s t o r i n g f o r c e ,

25
26
27
28
29
30

31
32
33
34

zeq1 (: , kk ) = Wd ./(2* pi * k1 .* A .2.* Omega1 ) ;


% e q u i v a l e n t damping r a t i o , k1
zeq_ (: , kk ) = Wd ./(2* pi * k_ .* A .2.* Omega_eq ) ; % e q u i v a l e n t damping r a t i o , k
K_ (: , kk ) = k_ ;

35
36

end

Note that:
The equivalent viscous damping ratio eqv is proportional to the energy dissipated per
cycle WD .
The equivalent viscous damping ratio eqv is inversely proportional to k, x2max and
(/n ).
The equivalent viscous damping ratio eqv is maximized for ductility for xmax /xy between
2 and 3.
The largest equivalent viscous damping ratio eqv is around 0.25 for elastic-plastic systems (k2 = 0).
The natural frequency of the hysteretic system

k/m
decreases with ductility, xmax /xy .

decreases with ductility


The secant stiffness, k,
The net energy dissipation increases with ductility
1 = 1 WD
k/k
CC BY-NC-ND H.P. Gavin

CEE 541. Structural Dynamics Duke University Fall 2014 H.P. Gavin

and frequency ratio, (/n ) for a hysteretic system are not


The secant stiffness k
precisely defined . . .
So the manner in which equivalent viscous damping ratio is ductility- dependent is
somewhat subjective.
Project idea . . . Evaluate the equivalent viscous damping of bilinear hysteretic systems as a
function of ductility and k2 /k1 using the impulse response of the hysteretic system and the
logarithmic decrement. Method for project . . . Simulate free response of a SDOF bilinear
hysteretic oscillator. For each cycle:
. . . call the average peak displacement, A.
. . . set = 1 since transient-dominated response frequency is close to the natural
frequency
. . . set k = ( average peak force, R ) / A
. . . compute eqv from WD /(2 k A2 )
. . . plot eqv w.r.t. ductility for different values of k2 /k1

2 Other hysteretic shapes


The bilinear hysteretic model can be extended to capture the behavior of degrading material
and slipping interfaces.

Modified Johnston/Clough Degrading Hysteresis Model and the Flag Hysteresis Model.
http://www.eqsols.com/Pages/HystereticModels.aspx
CC BY-NC-ND H.P. Gavin

Bilinear Hysteresis

eq for bilinear hysteresis, keq = k1

keq = kbar

0.25
k2/k1=0.0

0.2

0.15

0.1

0.2

0.1

0.05

k2/k1=0.5

equivalent viscous damping ratio

equivalent viscous damping ratio

0.25

0.2

0.15

0.1

0.05

0
1

2
3
4
5
ductility ratio, xmax/xy

0.8

0.8

0.6

0.4

0.2

work dissipated / (4 Fy xmax)

Wd / (4 Fy xmax)

kbar / k1

kbar / k1 for bilinear hysteresis

2
3
4
5
ductility ratio, xmax/xy

0.6

0.4

0.2

0
1

2
3
4
5
ductility ratio, xmax/xy

2
3
4
5
ductility ratio, xmax/xy

Figure 3. Equivalent linear viscous damping ratios for nondegrading bilinear hysteresis models.
CC BY-NC-ND H.P. Gavin

Вам также может понравиться