Sie sind auf Seite 1von 12

Chapter 12 Reliability-Based Design

Chapter 12
Reliability-Based Design

12.1 Introduction

In Chapter 10, we discussed deterministic optimization design that maximizes or


minimizes a design objective function while maintains design constraints. Deterministic
optimization does not incorporate uncertainties and may result in a risky or conservative
design with the presence of uncertainties. Probabilistic design is a methodology that
considers uncertainty during the design process. Robust design and reliability-based
design (RBD) are typical probabilistic engineering design methods and have been
increasingly used in engineering applications. We have discussed robust design in
Chapter 11 where our goal is to make the design not sensitive to uncertainties associated
with product environment without eliminating the sources of uncertainty. The focus of
robust deign is to reduce quality loss. In this chapter, we will focus on accounting for
reliability in the design process.

Engineering systems have become increasingly sophisticated and the occurrence of


failure events may lead to catastrophic consequences. To this end, the expectation of
higher reliability and lower environmental impact has become imperative. The reliability
of any engineering system is directly affected by various uncertainties the system is
subjected to. Examples of uncertainty include variations in loading, material properties,
physical dimensions of parts, model structure, and operation conditions. With ever
increasing demand of product reliability, as well as the pressure of cost reduction, the
effects of uncertainty on reliability must be carefully addressed with the aid of
uncertainty analysis in the design stage. As a result, reliability can be designed upfront in
product development, and hence the occurrence of catastrophic failures during product
life cycle may be prevented. In this sense, reliability-based design can be considered as a
specific optimization design where the minimum cost-type objective is sought while the
reliability requirement is maintained. We will therefore use optimization and reliability
analysis to perform reliability-based design.

In this chapter, we will present the general RBD model, discuss approaches of solving
RBD problems, and demonstrate the implementation of RBD through examples.

12.2 Reliability-Based Design Model


Before introducing the RBD model, let us look at the notations we will use first.

Design variables and parameters

As we discussed in design optimization in Chapter 10, a design variable is decision


variable that is under control of the designers. With the presence of uncertainty, design

1
Probabilistic Engineering Design

variables could be random design variables such as the dimension variables that define
the geometry of a component. We use X to denote a random design variable and X to
denote a vector of random design variables ( X 1 , X 2 ,L, X n ) , where n is the number of
random design variables. Examples of random design variables include the dimensions of
a mechanical component. The uncertainties of the design variables, which represent the
dimensions of the component, may come from the variations introduced from
manufacturing processes, installation, wear, and many other reasons.

If there is no uncertainty associated with a design variable, or if the uncertainty


associated with a design variable is negligible, we consider the design variable as a
deterministic design variable. We use d to represent a deterministic design variable and
d = ( d1 , d 2 , L , d m ) to represent a vector of deterministic design variables, where m is
the number of deterministic design variables. Examples of deterministic design variables
include the number of teeth of a gear and the material types. If the tolerance of a design
variable, such as the dimension of a high precision component, is tight, the design
variable can be treated as a deterministic design variable.

It should be noted that a random design variable is characterized by its distribution and
more precisely its distribution type and parameters such as means and standard
deviations. We cannot control a random variable itself; all we can control is the
distribution types and parameters. Therefore, the actual design variables are the
distribution parameters. In this chapter we only consider the mean values
µ X = ( µ X 1 , µ X 2 , L, µ Xn ) of random design variables. Therefore the actual design
variables are d = (d1 , d 2 , L , d m ) and µ = ( µ1 , µ2 , L, µ n ) . However, the method
discussed in this chapter is applicable for the general situation where other distribution
parameters (for example, standard deviation) are also treated as design variables.

Random parameters are those random variables that can not be controlled by designers,
for example, the environmental parameters, noises, and operation conditions. The vector
of random parameters is denoted by P = ( P1 , P2 ,L, Pr ) , where r is the number of random
parameters. Random parameters are also called noise factors in robust design.

Design objectives

In reliability-based design, the focus is on achieving the reliability requirement, and the
objective is usually calculated at the mean values of all the random variables. Therefore,
the objective function is express by

f (d, µ X , µ P ) , (12.1)

where µ P = ( µ P1 , µ P 2 , L, µ Pr ) are means of the random parameters P.

2
Chapter 12 Reliability-Based Design

Design constraints

There are two types of constraints. The first type is the reliability constraint. A reliability
constraint is given by

P{Gi (d, X, P) ≤ 0} ≥ Ri , i = 1, 2,L , nG , (12.2)

in which Gi (d, X, P) is a constraint function where the uncertainties must be accounted


for and the reliability requirement should be satisfied. Ri is the required reliability or the
probability of constraint satisfaction of Gi (d, X, P) . nG is the number of reliability
constraints.

The other type of constraints is the deterministic constraint, which is express by

g i (d, µ X , µ P ) < 0, i = 1,2,L, ng , (12.3)

where the constraint function g i (d, µ X , µ P ) is evaluated at the means of random variables
X and P, and ng is the number of deterministic constraints.

The purpose of reliability-based design is to meet the expectation of high reliability and
quality. In general, a higher reliability implies a greater cost, and a lower reliability also
implies a greater cost due to failure consequences. The following typical reliability-based
design model formulates the trade-off between a higher reliability and a lower cost.

 Min f (d, µ X , µP )
 ( d ,µX )

 s.t.

 P{Gi (d, X, P) ≤ 0} ≥ Ri , i = 1,2,L , nG
 (12.4)
 g j (d, µ X , µP ) ≤ 0, j = 1, 2,L , ng

 d k ≤ d k ≤ d k , k = 1, 2,L , m
l u


 µs ≤ µs ≤ µs , s = 1, 2,L , n
l u

where d kl and d ku are lower and upper bounds of deterministic design variable d i ,
respectively, and µ sl and µ su are lower and upper bounds of the mean of X s , respectively.

12.3 Solving Reliability-Based Design Problems


As we discussed in optimization design, to obtain an optimal solution, the optimizer calls
the objective and constraint functions repeatedly. In other words, the optimization is an
iterative process where a number of analyses take place. In the reliability-based design as

3
Probabilistic Engineering Design

shown in the model in Eq. 12.4 and Fig. 12.1, the optimizer calls reliability analysis
repeatedly in the optimization loop. A reliability analysis is also an iterative process if
FORM or SORM is used since the MPP search is a special minimization problem (see
Chapter 7). Therefore, two nested loops are involved in a reliability-based design process.
The outer loop is the optimization loop, and the inner loop is the reliability analysis loop.
Since the reliability analysis also needs to repeatedly call the limit-state functions,
Gi (d, X, P), i = 1,2,L, nG , the total number of function evaluations will be very large,
especially when the number of random variables and number of reliability constraints are
large. Even though moment matching method is more efficient for the reliability analysis,
it is not generally used because of the low accuracy.

Initial Design Optimal Design


Optimization

Optimization Loop
Design Variables Reliability Constraints

Reliability Analysis
Monte Carlo
FORM
SORM

random reliability random reliability


variables constraint
… variables constraint

Engineering Simulation Models

Reliability Analysis Loop

Figure 12.1 A Double-Loop Procedure of Reliability-Based Design

In the above design model, the actual reliability of each reliability constraint is evaluated.
We call this model direct reliability-based design model. Because of the efficiency and
accuracy, FORM is commonly used for reliability calculation in solving the direct
reliability-based design model. The flowchart of the direct reliability-based design model
is illustrated in Fig. 12.2.

4
Chapter 12 Reliability-Based Design

Start Reliability Analysis


FORM

Design Variables: d = d0, µX = µX0 MPP search


Random Parameters: P  Min β i = Ui
U = ( U ,U )
Required reliability R  i iX iP
 s.t. G i (d, UiX , UiP ) = 0
µX0, P, R d, µ X P{Gi ≤ 0} = Φ ( β i )

Optimization
Deterministic limit-state
Objective and constraint functions Gi , i = 1, 2,L, nG
function evaluation

d, µ X , f Pr{Gi ≤ 0}, i = 1,2,L, nG d, µ X


New d, µ X
Deterministic objective
g j , j = 1,2,L, ng
Convergence function f (d, µ X , µ P ) and
check constraint functions
No
g j (d, µ X , µP ) ≤ 0, j = 1, 2,L, ng
Yes
Stop

Figure 12.2 Flowchart of the Direct Reliability-Based Design

The reliability for each of the constraint functions Gi (d, X, P), i = 1,2,L, nG is evaluated
by FORM as follows. Let the transformed standard normal variables from X be UiX and
the transformed standard normal variables from P be UiP , where the subscript i indicates
i-th reliability constraint. The MPP is then searched with the following model,

 Min β i = Ui
U = ( U ,U )
 i iX iP (12.5)
 s.t. G i (d, UiX , UiP ) = 0.

The above model can be solved by the algorithm presented in Chapter 7, or by any
optimization algorithm. The solution is the MPP (U*iX , U*iP ) and the reliability index β i .
Then the reliability is calculated by

Pr{Gi (d, X, P) ≤ 0} = Φ ( β i ) . (12.6)

5
Probabilistic Engineering Design

It should be noted that the MPP search has to be conducted for every reliability constraint
and that generally the MPP of one reliability constraint is different from that of the other
reliability constraints.

Using the direct reliability-based design model, we need to evaluate the reliability
Pr{Gi (d, X, P) < 0}, i = 1,2,L, nG for each of functions Gi (d, X, P) . The outer loop
optimization calls reliability analysis not only at each iteration, but also for computing
derivatives, if finite-difference derivatives are used. If there are multiple reliability
constraints, some of them may have very high reliabilities and will never be active during
the optimization process. Although those never-active reliability constraints are the least
critical, the evaluations of their reliabilities will unfortunately dominate the
computational effort in the RBD process. The solution to improving the computational
efficiency is to perform the reliability assessment only up to the necessary level. Hence,
a formulation of percentile performance (inverse reliability) has been proposed to replace
the reliability constraint formulation. Recall that in Chapter 7, the percentile value, G R , of
a limit-state function G (d, X, P) , corresponding to the required reliability R, is defined as

P{G(d, X, P) ≤ G R } = R . (12.7)

Eq. 12.7 indicates that the probability of G (d, X, P) less than or equal to the R- percentile
performance G R is exactly equal to the desired reliability R. The concept is demonstrated
in Fig. 12.3. If the shaded area, the probability at the left-hand side of Eq. 12.7, is equal
to the desired reliability R, then the point G R on G axis is the R-percentile value of
function G R . From Fig. 12.3, it is seen that that, G R ≤ 0 indicates
Pr{G(d, X, P) ≤ G R } ≥ R , meaning that the reliability constraint is feasible. With the
transformation to inverse reliability, the original constraints that require reliability
assessments can now be converted into equivalent constraints that evaluate the R–
percentile performance. Instead of evaluating the actual reliability Pr{G(d, X, P) ≤ 0} ,
the location of G R will now determine the feasibility of the reliability constraint. The
equivalent constraint is then given by

G R (d, X, P) ≤ 0 . (12.8)

It has also been shown that with the above percentile formulation we can avoid
singularity problems which may occur in solving a direct reliability-based design model
during the iterative reliability assessment procedure.

6
Chapter 12 Reliability-Based Design

Area = P{G(d, X, P) ≤ G R } = R PDF of G

GR 0 G

Figure 12.3 R - Percentile of Constraint Function G (d, X, P)

Based on the above discussion, an equivalent reliability-based model, the inverse


reliability-based design model, is given below.

 Min f (d, µ X , µP )
 ( d ,µX )

 s.t.

 GiR (d, X, P) ≤ 0, i = 1, 2,L , nG
 (12.9)
 g j (d, µ X , µP ) ≤ 0, j = 1,2,L , ng

 d k ≤ d k ≤ d k , k = 1,2,L , m
l u


 µs ≤ µs ≤ µs , s = 1, 2,L , n
l u

The percentile value GiR (d, X, P), i = 1,2,L , nG can be calculated by FORM as follows.
Let the transformed standard normal variables from X be UiX and the transformed
standard normal variables from P be UiP . The MPP is then searched with the following
model,

 Max G i (d, UiX , UiP )


Ui = ( UiX ,UiP )
 −1
(12.10)
 s.t. Ui = β i = Φ ( Ri ).

The above model can be solved by the algorithm presented in Chapter 7, or by any
optimization algorithm. The solution will be the MPP (U*iX , U*iP ) . After the MPP
(U*iX , U*iP ) in U-space is transformed to the original space as ( X*i , Pi* ) , the percentile
value is calculated by

GiR (d, X, P ) = Gi (d, X*i , Pi* ) . (12.11)

7
Probabilistic Engineering Design

It should be noted that the MPP search has to be conducted for every reliability constraint
and that the MPP of one reliability constraint is different from that of the other reliability
constraints.

From Eq. 12.8, the reliability-based design model can be rewritten as

 Min f (d, µ X , µP )
 ( d ,µX )

 s.t.

 Gi (d, X *i , Pi* ) ≤ 0, i = 1, 2,L , nG
 , (12.12)
 g j ( d , µ X , µ P ) ≤ 0, j = 1, 2, L , n g

 d k ≤ d k ≤ d k , k = 1, 2,L , m
l u


 µs ≤ µs ≤ µs , s = 1, 2,L , n
l u

The flowchart of solving the inverse reliability-based design model is given in Fig. 12.4.

Start Reliability Analysis


FORM

Design Variables: d = d0, µX = µX0 MPP search


Random Parameters: P  Max G i (d, UiX , UiP )
Ui = ( UiX ,UiP )
Required reliability R  −1
 s.t. Ui = β i = Φ ( Ri ).
µX0, P, R d, µ X GiR = Gi (d, X*i , Pi* )

Optimization
Deterministic limit-state
Objective and constraint functions Gi , i = 1, 2,L, nG
function evaluation

d, µ X , f GiR , i = 1,2,L, nG d, µ X
New d, µ X
Deterministic objective
g j , j = 1,2,L, ng
Convergence function f (d, µ X , µ P ) and
check constraint functions
No
g j (d, µ X , µ P ) < 0, j = 1,2,L, ng
Yes
Stop

Figure 12.4 Flowchart of the Inverse Reliability-Based Design

8
Chapter 12 Reliability-Based Design

Solving the inverse reliability-based design model is more efficient than solving the
direct reliability-based design model. As shown in Fig. 12.4, solving the inverse
reliability-based design model still involves a double loop procedure. Many efficient
reliability-based methods have been proposed. They employ a single-loop strategy where
a serial of cycles of optimization and reliability assessment is employed. In each cycle
optimization and reliability assessment are decoupled from each other; no reliability
assessment is required within optimization and the reliability assessment is only
conducted after the optimization. The key concept is to formulate the optimization model
if the reliability requirement is not satisfied such that the reliability will be improved in
the next cycle of optimization. Hence the design is quickly improved from cycle to cycle
and the computational efficiency is improved significantly.

12.4 Examples
Reliability-Based Cantilever Beam Design

A cantilever beam to be designed is illustrated in Fig. 12.5.

L Py

h Px

Figure 12.5 A Cantilever Beam

The objective of the problem is to minimize the weight or equivalently the cross-area

f (d) = bh ,

where b and h are width and height of the cross section, respectively, and the design
variables are d = ( b, h ) .

Two constraints are considered. The first constraint is that the maximum stress at the
fixed end of the cantilever beam is less than the yield strength S.

6 L Px Py
g1 (d) = ( + )−S ≤0,
bh b h

where Px and Py are external forces; L = 100'' is the length of the beam.

The second constraint is that the tip displacement does not exceed an allowable value D0,

9
Probabilistic Engineering Design

2
4 L3  Px   Py 
2

g 2 ( d) =   +  − D0 ≤ 0 ,
E  b3h   bh3 

where D0 = 2.5'' and E is the material modulus of elasticity.

The bounds for the design variables are 1 ≤ b ≤ 10 and 1 ≤ h ≤ 20 , respectively.

The deterministic optimization model is then given by

 dMin f (d )
 = ( b ,h )
 s.t
 P
 g1 (d ) = 6 L ( Px + y ) − S ≤ 0
 bh b h
 2
 4 L3  Px   Py 
2

 g 2 (d ) = E  b3h  +  bh 3  − D0 ≤ 0
    
 1 ≤ b ≤ 10

 1 ≤ h ≤ 20

The distributions of random variables are given in Table 12.1. The required reliability of
each of the reliability constraints is R1 = R2 = 0.999 . The reliability-based design model
is given by

 dMin f (d )
 = ( b ,h )
 s.t.

 P  6 L ( Px + Py ) − S ≤ 0  ≥ R
  bh b h 
1

  3 2 
  4 L  Px   Py 
2

 P  +
 3   3 − D 0 ≤ 0  ≥ R2
 E  b h   bh  
 

 1 ≤ b ≤ 10
 1 ≤ h ≤ 20

10
Chapter 12 Reliability-Based Design

Table 12.1 Information of Random Variables

Variable Mean Standard deviation Distribution


Px 500 lb 100 lb Normal
Py 1000 lb 100 lb Normal
E 29e6 psi 3e6 psi Normal
S 40000 psi 2000 psi Normal

The direct reliability-based design method is used to solve the problem. The results are
shown in Table 12.2. For comparison, the deterministic optimal results are also displayed
in the table.

Table 12.2 Information of Random Variables

Method DV Objective Constraint Reliability N*


µh = 3.7042 g1 = –0.00097 P {G1 ≤ 0} = 0.99997
RBD f = 9.7026 5312
µb = 2.6193 g2 = 0.0 P {G2 ≤ 0} = 0.999
Deterministic h = 3.3263 g1 = –0.016 P {g1 ≤ 0} ≈ 0.5
f = 7.8235 49
optimization b = 2.352 g2 = 0.0 P {g 2 ≤ 0} ≈ 0.5

N* – Number of function evaluations

Observations from the results are as follows.

1) The objective of the deterministic design is better than that of reliability-based design
since the former has a lower cross-sectional area. However, the reliability is very low
in the deterministic design.
2) The reliability-based design satisfies the reliability requirement for both constraints.
The reliability of the second constraint is equal to the required value, and this
constraint is active at the optimal design. Therefore, the reliability-based design has
much higher probability in satisfying the design feasibility under uncertainty. This
will result in higher quality and safety.
3) The reliability-based design is much computationally expensive. It calls the analysis
functions (objective and constraint functions) 5312 times, while the deterministic
design only needs 49 function evaluations.

12.5 Conclusion

Reliability-based design is a design method that can ensure product reliability to be


satisfied at the required level. The strict satisfaction of reliability is imperative for many
important engineering systems whose failure can lead to catastrophes. To conduct
reliability-based design, the distributions of random design variables and random

11
Probabilistic Engineering Design

parameters have to be known. As demonstrated in the above example, reliability-based


design is much more computationally expensive than a deterministic design. To alleviate
the computational burden, efficient single-loop reliability-based design methods can be
adopted. Interesting readers may refer to references listed below.

Reference

Du, X. and Chen, W., 2004, “Sequential Optimization and Reliability Assessment for
Probabilistic Design,” ASME Journal of Mechanical Design, Vol. 126, No. 2, pp. 225-
233, 2004.

Wu, Y.-T., Shin Y., Sues, R., and Cesare M., 2001, Safety-Factor based Approach for
Probabilistic-based Design optimization. 42nd AIAA/ASME/ASCE/AHS/ASC
Structures, Structural Dynamics and Materials Conference and Exhibit, Seattle,
Washington.

Wu, Y.-T. and Wang, W., “A New Method for Efficient Reliability-Based Design
Optimization,” Probabilistic Mechanics & Structural Reliability: Proceedings of the 7th
Special Conference, American Society of Civil Engineers, New York, 1996, pp. 274-277.

12

Das könnte Ihnen auch gefallen