Session 5-Fault Tree Analysis
Session 5-Fault Tree Analysis
Session 5-Fault Tree Analysis
FTA-2
Session objectives
To understand the principles, objectives and applications of Fault Tree Analysis (FTA) To be able to construct a simple Fault Tree To be able to perform the following basic Fault Tree Analysis:
Qualitative analysis
Quantitative analysis
FTA-3
Content
Introduction to FTA
Steps in FTA
Qualitative Analysis
Quantitative Analysis
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-4
Content
Introduction to FTA
Steps in FTA
Qualitative Analysis
Quantitative Analysis
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-5
FTA is basically a deductive (top-down) method of analysis aimed at pinpointing the causes or combination of causes that lead to the defined top event.2
FTA is the most commonly used technique for causal analysis in risk, safety and reliability studies
1. Vesely, W. E.,; et .al. (1981) Fault Tree Handbook, U. S. Nuclear Regulatory Commission, Report No. NUREG-0492 . 2. Reliability of systems, equipment and components. Part 7: guide to Fault Tree Analysis British Standard. BS 5760 -7:1991.
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-6
History of FTA
First introduced by H.A. Watson of Bell Telephone Laboratories in early 1960s to conduct analysis on the Air Force Minuteman Missile Launch Control System The technique is further developed by Dave Haasl of Boeing company and used in the design and evaluation of commercial aircraft In 1970s, Nuclear Power Energy adopted it and further enhanced FTAs codes and algorithm By mid 1980s it was recognized globally and applied in various industries including Petrochemical and Computer Software
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-7
FTA Objectives
Identifying critical part of the system with respect to the failure of interest
FTA-8
FTA-9
Content
Introduction to FTA
Steps in FTA
Qualitative Analysis
Quantitative Analysis
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-10
O-ring failure
FTA-11
FTA-12
Steps in FTA
1. Define the system, TOP (top of event) and system boundaries
FTA-13
FTA-14
FTA-15
Define the undesired TOP event to be analyzed (the focus of the FTA)
Use FMECA, P&ID, system block diagram to define it the in a clear and unambiguous way Top event normally represents potential high risk event, either due to the severity of the outcome or frequency of occurrence State precisely what the fault is and when it occurs Examples: The door bell fails to sound when the button is pressed Car fails to start when ignition key is turned
FTA-16
FTA-17
Basic events
FTA-18
Immediate do not skip past events Necessary include only what is actually necessary Sufficient - do not include more than the minimum necessary
FTA-19
Fault event
the occurrence or existence of an undesired state for a component, subsystem or system it can be further breakdown
FTA-20
Symbol
Description
Description of fault event that results from logical combination of fault events through the input of logic gate The basic fault event represents a basic equipment failure that requires no further development of failure causes The basic fault event whose causes have not been fully developed either because of lack of information or because its consequences are insignificant
Transfer
transfer in
The triangle signifies a transfer of a fault tree branch to another location within the tree, to avoid repeating segments of the fault tree
transfer out
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-21
Symbol
output
Description
The AND-gate indicates that the output fault event occurs only if all the input fault events occur simultaneously
input
AND - Gate
output
The OR-gate indicates that the output fault event occurs if at least one of the input fault events occurs
input input
OR - Gate
FTA-22
Pump A
Filter
1
Filter blockage
FTA-23
(cont'd)
1
Filter blockage
Pump failure
2
Piping leakage
4
Pump A failure
5
Pump B failure
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-24
Exercise 1
In the system below, Liquid butane is pumped from a tank into a vaporizer where it is heated to form a gas. In the event of a pump surge the pressure in the vaporizer exceeds the rating of the vaporizer tubes. To prevent the tubes from rupturing, three safety systems have been placed in the system, which will shut down the process in case of pump surge. They include two trip loops which close a valve halting the butane flow, and a vent valve which opens allowing the butane to return to tank if the pressure exceeds the preset limit.
Q: Develop a Fault tree, where the top event is Vaporizer coil ruptures under high pressure Note: Assume the occurrence of a high pressure will definitely rupture the tank
Liquid butane
Vent valve
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-25
Content
Introduction to FTA
Steps in FTA
Qualitative Analysis
Quantitative Analysis
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-26
Cut sets
CUT SET - any set of basic events which, if all occur, will cause the TOP event to occur. MINIMAL CUT SET - a least set of basic events which, if all occur, will cause the TOP event to occur. A cut set is said to be minimal if the set cannot be reduced without loosing its status as a cut set
The minimal cut set analysis provides a new fault tree, logically equivalent to the original, with an OR gate beneath the top event, whose inputs (bottom) are minimal cut sets.
Each minimal cut set is an AND gate with a set of basic event inputs necessary and sufficient to cause the top event. Once the minimal cut sets are identified the quantification of the fault tree can be carried out
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-27
A fault tree can be translated into an equivalent set of Boolean Expression Simplification of this expression is required to find the minimal cut sets Simplification is performed based on Boolean algebra rules Two commonly used approaches : Top-down Bottom-up
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-28
FTA-29
A0 = A1 + A2 + A3 + + Am
A1
A2
A3
Am
FTA-30
X0 = X1 . X2 . X3 . . Xk
X1
X2
X3
Xk
FTA-31
T = XY + D + E
substitute X = A + B, Y = A + C
T = (A + B)(A + C) + D + E = AA + AC + BA + BC + D + E
apply Idempotent law (AA = A)
T = A + AC + AB + BC + D + E
apply Absorption law (A + AB = A)
T = A + BC + D + E
Note: alternatively use Distributive law MBB4333 Reliability and Maintenance (A + B)(A + C) = A + BC
January 2012 Semester
FTA-32
T = A + BC + D + E
BC
FTA-33
C+A+B
A B C A B B C
January 2012 Semester
Find Boolean expression at each gate starting from the bottom i.e. W, X, Y, Z
FTA-34
Exercise 2
Q: i. Find the minimal cut sets for the given Fault Tree ii. Its new equivalent Fault tree Y T
FTA-35
Content
Introduction to FTA
Steps in FTA
Qualitative Analysis
Quantitative Analysis
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-36
Qualitative Analysis
Qualitative analysis involved ranking of the order of minimal cut sets based on the criticality importance Ranking based on the type of basic events involved Human error (most critical) Failure of active equipment Failure of passive equipment
FTA-37
Content
Introduction to FTA
Steps in FTA
Qualitative Analysis
Quantitative Analysis
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-38
Quantitative Analysis
Based on the minimal cut sets, we can calculate the probability of the occurrence of the TOP event This probability is obtained by estimating the probability of occurrence of the output events of lower and intermediate logic gates, i.e. AND gate and OR gate
FTA-39
A0
Example, for m = 3
P (A0) = 1 - [1 P(Ai)]
i=1
FTA-40
X0
X3
Xk
FTA-41
OR Gate
PT PA + PB
AND Gate
PT = PA PB
A PA
A PA
B PB
Intersection( )
PT = PA + PB - PA PB
PT = PA PB
Normally ignored insignificant, when Pi < 0.1 (Rare event approximation), (PT is accurate to within about ten percent of the true probability)
FTA-42
E9
Compute the probability of occurrence of the room without light, P (E9). Steps 1. Calculate P(E7) = P(E1) P(E2) P(E3) = (0.12)(0.13)(0.11) = 0.00172 2. Compute P(E8) = P(E4) + P(E5) - P(E4) P(E5) = (0.07) + (0.08) - (0.07) (0.08) = 0.1444
E6
No electricity
E7
E8
3. Calculate P(E9)
Bulb # 1 burnt out Bulb # 2 burnt out Bulb # 3 burnt out Power failure Fuse failure
E1
E2
E3
E4
E5
FTA-43
(cont'd)
0.00172
0.1444
E7
E8
0.12
0.13
0.11
0.07
0.08
E1
E2
E3
E4
E5
FTA-44
Note: Calculating PT based on Boolean Indicated cut sets, instead of minimal cut sets will result in inaccurately high PT PT P1xP3 + P2xP3 + P3 + P1xP2 + P1xP2 + P1xP2xP3 PT 0.05596 !
2 3 3 1 2 1 2
1 2 3
FTA-45
Exercise 3
Refer to Example 1 (Pumping sub-system)
Total Loss of Output
1
Filter blockage
Pump failure
2
Piping leakage
Estimate the probability of occurrence of total loss of output for the pumping subsystem
3
Electrical supply failure
4
Pump A failure
5
Pump B failure
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-46
FTA-47
References
Books / Handbooks Vesely, W. E., Goldberg, F. F., Roberts, N. H., & Haasl, D. F. (1981) Fault Tree Handbook, U. S. Nuclear Regulatory Commission, Report No. NUREG0492. Reliability of systems, equipment and components. Part 7: guide to Fault Tree Analysis, British Standard; BS 5760-7:1991. Dhillon, B.S. (1999) Design reliability fundamental and applications , ( chapter 7: Fault tree analysis), CNC Press. Andrew, J.D. and Moss, T.R. (2002) Reliability and Risk Assessment, Professional Engineering Publishing Limited, Suffolk, UK Davidson, J. (1988) The reliability of Mechanical Systems, Mechanical Engineering Publications Limited for the Institution of Mechanical Engineers, London. Rausand , M. and Hoyland, A. (2004). System Reliability Theory: models, statistical methods, and applications. 2nd ed., Wiley. Vesely, W. et al (2002) Fault tree handbook with Aerospace Applications, NASA Office of Safety and Mission Assurance, Washington.
MBB4333 Reliability and Maintenance
January 2012 Semester
FTA-48
References
Internet / website P.L. Clemens, P.K. (2002) Fault Tree Analysis [PowerPoint slides]. Retrieved from http://180.151.36.4/quality/QulandRelTools%5Cfta.pdf Andrew, J. (1998) Tutorial : Fault Tree Analysis, Proceeding of the 16th International System Safety Conference-1998 [PowerPoint slides]. Retrieved from http://www.fault-tree.net/papers/andrews-fta-tutor.pdf Ericson, C.A. (2000) Fault Tree Analysis [PowerPoint slides]. Retrieved from http://www.fault-tree.net/papers/ericson-fta-tutorial.pdf Rausand, M. (2005) Chapter 3 System Analysis Fault Tree Analysis [PowerPoint slides]. Retrieved from http:// www.ntnu.no/ross/srt/slides/fta.pdf