35
6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

Embed Size (px)

Citation preview

Page 1: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

6. Reliability Modeling

Reliable System Design 2010by: Amir M. Rahmani

Page 2: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Concepts in Probability

Let X denote the lifetime for a component.

F (t) = P ( X ≤ t ) Distribution function

R (t) = 1 – F (t) = P (X > t ) Reliability function

f (t ) = d F (t )/d t Probability density function

Page 3: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

The exponential distribution

F (t) = 1-e -λt Distribution function

R (t) = e -λt Reliability function

f (t) = λe -λt Probability density function

λ is the failure rate for the component and t is the time

Page 4: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Reliability function

Page 5: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Distribution function

Page 6: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Probability density function

Page 7: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Failure rate function

The exponential distribution has a constant failure rate:

f (t)/R(t)= λe -λt /e -λt = λ

Failure rate:• - Fraction of “units_failing/(Total_unit× time)”

Ex: 1000 units, 3 failed in 2 hours• -Failure rate = 3/(1000×2) = 1.5×10-3 failure per hour

Page 8: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Mean Time To Failure (MTTF)

Expected time to failure = - Corresponds to inverse of failure rate

Proof: Let X denote the lifetime for the component

Page 9: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

MTTF for the exponential distribution

,

Page 10: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example MTTF

What is the probability that a component with an exponentially distributed lifetime will survive the expected lifetime?

Only 37% of the components survive the expected lifetime.

Page 11: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Reliability Block Diagrams

Series systems Parallel systems m-of-n systems Combinational systems

Page 12: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Series system with n components

The reliability of the series system is

Iff the component failures are independent.

Page 13: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Series system of components with exponentially distributed lifetimes

The failure rate of the series system is equal to the sum of the component failure rates.

Page 14: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

MTTF for a series system The failure rate for the series system is

MTTF is

Page 15: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example 1 - Series system

The reliability of the system is:

Page 16: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Parallel system with n components

The reliability of the parallel system is:

where Fpar is the failure probability (distribution function) for the parallel system and Fi the failure probability for component i

Page 17: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Examples The reliability for parallel systems consisting of 2

or 3 identical components

Page 18: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

The reliability for parallel systems

Page 19: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

MTTF for a parallel system with n components

Let X denote the lifetime of the system

Make the substitution

We then obtain:

Note that MTTF increases slowly with the number components in the system

Page 20: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

MTTF for parallel systems

Page 21: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example - MTTF for parallel systems

What is the MTTF for a parallel system consisting of 4 components if the MTTF for one component is 1/λ?

Page 22: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example 1, A parallel system

Reliability block diagram The system reliability is:

Page 23: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example 2, A parallel system

Reliability block diagram

The system reliability is:

Page 24: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Coverage

Failure detection: requires concurrent detection.• Need redundancy.

Switchover:• good state loaded in U2.• Process restarted

Page 25: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Imperfect Coverage

Page 26: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example m-of-n systems

Obtain the reliability for a TMR system ( 2-of-3 system). Let R denote the reliability for one module.

RTMR = P (all modules are functioning) +

P (two modules are functioning)

= R3 + 3R2 · (1 – R ) = 3R2 – 2R3

If the lifetimes of the modules are exponentially distributed, we obtain:

R = e-λt => RTMR =3e-2λt – 2e-3λt

Page 27: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Reliability for TMR and Simplex systems

Page 28: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

MTTF for a TMR-system

The MTTF for the TMR-system is only 5/6 of the MTTF for the simplex System!

Page 29: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

m-of-n systems

In general, the reliability for an m-of-n system is:

Example1: 2-of-3 system

Example2: 2-of-4 system

Page 30: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Reliability Block Diagram

Series Parallel Graph• – a graph that is recursively composed of series and

parallel structures.• – therefore it can be “collapsed” by applying series

and/or parallel reduction• – Let Ci denote the condition that component i is

operable• 1 = up, 0 = down

• – Let S denote the condition that the system is operable• 1 = up, 0 = down

• – S is a logic function of C’s

Page 31: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Reliability Block Diagram

Example

S = (C1+C2+C3)(C4C5)(C6+C7C8)• - Parallel (1 of N)• - Series (N of N)

Page 32: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Combinational systems

Example

• Consider component or components that eliminating or considering the default mode of graph , could be changed into series or parallel combinations.

Page 33: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Example: C2

( Two state: C2 is ok and C2 fail)

- If C2 is ok:

(C1 || C5).(C4 || C3)

• S1=(C1+C5)(C4+C3)

• Rt1=R2.[(1-(1-R1)(1-R5)).(1-(1-R4)(1-R3))]

Page 34: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

- If C2 fail:

(C1.C4) || (C5. C3)

• S2=(C1.C4) + (C5.C3)

• Rt2=(1-R2).[1-(1-R1R4)(1-R5R3)]

• The system reliability is: =Rt1+Rt2

Page 35: 6. Reliability Modeling Reliable System Design 2010 by: Amir M. Rahmani

matlab1.ir

Karno Table Example: A parallel system

• The system reliability is: =(1-R1)R2+R1(1-R2)+R1.R2

=R1+R2-R1R2