Fault Trees.

Slides:



Advertisements
Similar presentations
Lecture 8: Testing, Verification and Validation
Advertisements

1 Fault-Tolerant Computing Systems #6 Network Reliability Pattara Leelaprute Computer Engineering Department Kasetsart University
Where does Failure Mode and Effects Analysis (FMEA) come from?  Developed by the Aerospace industry in the1960s  Spread to the Automotive industry 
Failure Mode and Effect Analysis
Failure Effect Mode Analysis
PURPOSE OF DFMEA (DESIGN FAILURE MODE EFFECTS ANALYSIS)
Title slide PIPELINE QRA SEMINAR. PIPELINE RISK ASSESSMENT INTRODUCTION TO RISK IDENTIFICATION 2.
 Individually  Given your sample of M&Ms, build a Pareto diagram by color  Before you destroy the evidence, be sure you have an accurate count.
Tony Gould Quality Risk Management. 2 | PQ Workshop, Abu Dhabi | October 2010 Introduction Risk management is not new – we do it informally all the time.
Failure Mode and Effect Analysis
Lucas Phillips Anurag Nanajipuram FAILURE MODE AND EFFECT ANALYSIS.
Quality Risk Management ICH Q9 Annex I: Methods & Tools
Failure Mode and Effects Analysis FMEA
Presented to: [Date] By (Insert Name) Failure Mode and Effect Analysis (FMEA)
Software Project Management
Presented to [Date] By [Insert Name] The Application of FMEA to a Medication Reconciliation Process.
EML 4550: Engineering Design Methods
Quality in Product and Process Design Pertemuan 13-14
Relex Reliability Software “the intuitive solution
 Copyright © 2010 Pearson Education, Inc. Publishing as Prentice Hall Chapter 7 Quality and Innovation in Product and Process Design.
Class Exercise: Accidents & errors
WHAT IS SYSTEM SAFETY? The field of safety analysis in which systems are evaluated using a number of different techniques to improve safety. There are.
Analyze Opportunity Part 1
Failure Modes Effects Analysis (FMEA). 2 Definition of FMEA Failure Modes Effect Analysis (FMEA) is a structured approach to: Predict failures and prevent.
FAULT TREE ANALYSIS (FTA). QUANTITATIVE RISK ANALYSIS Some of the commonly used quantitative risk assessment methods are; 1.Fault tree analysis (FTA)
Lecture: Reliability & FMECA Lecturer: Dr. Dave Olwell Dr. Cliff Whitcomb, CSEP System Suitability.
QUALITY RISK MANAGEMENT RASHID MAHMOOD MSc. Analytical Chemistry MS in Total Quality Management Senior Manager Quality Assurance Nabiqasim Group of Industries.
Reliability Data Collection and Analysis Benbow and Broome (Ch 15, 16 and 17) Presented by Dr. Joan Burtner Certified Quality Engineer Associate Professor.
ME 4054W: Design Projects RISK MANAGEMENT. 2 Lecture Topics What is risk? Types of risk Risk assessment and management techniques.
1 Criteria for a Successful FMEA Design & Process.
WHAT IF ANALYSIS USED TO IDENTIFY HAZARDS HAZARDOUS EVENTS
Failure Modes and Effects Analysis (FMEA)
Prof. Enrico Zio Fault tree analysis Prof. Enrico Zio Politecnico di Milano Dipartimento di Energia.
Fault Tree Analysis Why do we need fault tree analysis? What is it? Why do we use it? Why this matters to you How it works Bridgestone/Firestone Brief.
Failure Modes, Effects and Criticality Analysis
ON “SOFTWARE ENGINEERING” SUBJECT TOPIC “RISK ANALYSIS AND MANAGEMENT” MASTER OF COMPUTER APPLICATION (5th Semester) Presented by: ANOOP GANGWAR SRMSCET,
Roadmap to Greener Computing Henri Mikkola. Eco-Friendly Product Lifecycle Today through globalization products travel long distances before reaching.
KEVIN BEDAL LISA CARLIN MATT CARROLL ERIN NICHOLS Product Safety & Failure Analysis.
Failure Modes and Effects Analysis. 2 Failure Modes and Effects Analysis (FMEA) ● Purpose – Systematically, prospectively, identify ways in which a process.
Unit-4 Failure mode effect analysis (FMEA) Presented by N.vigneshwari.
Six Sigma Greenbelt Training
Failure Mode & Effect Analysis (FMEA)
FMEA.
FMEA PROCESS FLOW Causes/ failure mechanisms Product definition
Failure Modes and Effects Analysis (FMEA)
FMEA PROCESS FLOW Determine Causes/ mechanisms failure
Safety and Risk.
IAEA E-learning Program
IENG 461 – System Safety I Lecture 8 – Failure Modes and Effects Analysis (FMEA) James R. Harris, Ph.D., P.E.
Failure mode and effect analysis
Quality Risk Management
Quantitative evaluation of Dependability
Project Risk Management
Air Carrier Continuing Analysis and Surveillance System (CASS)
Risk Assessment: A Practical Guide to Assessing Operational Risk
GE 6757 TOTAL QUALITY MANAGEMENT
Healthcare Failure Mode and Effect AnalysisSM
The Certified Quality Process Handbook Chapter 22: Preventive Action
The benefits to perform FMEA
RISK REDUCTION PROCESS
Tools and Techniques for Quality
Failure Mode and Effect Analysis
Failure Mode and Effect Analysis
CUT SET TRANSFORMATION
Hazards Analysis & Risks Assessment
Definitions Cumulative time to failure (T): Mean life:
Failure Mode & Effect Analysis
MANAGEMENT of INFORMATION SECURITY, Fifth Edition
Quantitative evaluation of dependability
Dynamic Control Plan.
Presentation transcript:

Fault Trees

Fault Trees FT considers the combination of events that may lead to an unsdesirable situation of the system (the delivery of improper service for a Reliability study, catastrophic failures for a Safety study) Describe the scenarios of occurrence of events at abstract level Hierarchy of levels of events linked by logical operators The analysis of the fault tree evaluates the probability of occurrence of the root event, in terms of the status of the leaves (faulty/non faulty) Applicable both at design phase and operational phase

Fault Trees TOP EVENT GATE SYMBOL EVENT SYMBOL OR G2 G3 GATE SYMBOL AND OR G4 E3 E1 E2 EVENT SYMBOL OR E4 E5 Describes the Top Event (status of the system) in terms of the status (faulty/non faulty) of the Basic events (system’s components)

Fault Trees Components are leaves in the tree Component faulty corresponds to logical value true, otherwise false Nodes in the tree are boolen AND, OR and k of N gates The system fails if the root is true AND gate AND True if all the components are true (faulty) C1 C2 C3 OR OR gate True if at least one of the components is true (faulty) C1 C2 C3 2 of 3 K of N gate True if at least k of the components are true (two or three components) (faulty) C1 C2 C3

2of3

Example: Multiprocessor with 2 processors and three shared memories -> the computer fail if all the memories fail or all the processors fail Top event System failure OR AND AND P1 P2 M1 M3 M2 A cut is defined as a set of elementary events that, according to the logic expressed by the FT, leads to the occurrence of the root event. To estimate the probability of the root event, compute the probability of occurrence for each of the cuts and combine these probabilities

Conditioning Fault Trees If the same component appears more than once in a fault tree, it violates the independent failure assumption (conditioned fault tree) Example Multiprocessor with 2 processors and three memories: M1 private memory of P1 M2 private memory of P2, M3 shared memory. Top event system Assume every process has its own private memory plus a shared memory. Operational condition: at least one processor is active and can access to its private or shared memory. repeat instruction:given a component C whether or not the component is input to more than one gate, the component is unique M3 is a shared memory AND OR OR AND AND

Conditioning Fault Trees If a component C appears multiple times in the FT Qs(t) = QS|C Fails(t) QC(t) + QS|C not Fails(t) (1-QC(t)) where S|C Fails is the system given that C fails and S|C not Fails is the system given that C has not failed

Minimal cut sets Cut Sets TOP G1 AND 1 2 3 4 5 OR A cut is defined as a set of elementary events that, according to the logic expressed by the FT, leads to the occurrence of the root event. Cut Sets Top = {1}, {2} , {G1} , {5} = {1}, {2} , {3, 4} , {5} Minimal Cut Sets Top = {1}, {2} , {3, 4} , {5}

independent faults of the components TOP G1 AND 1 2 3 4 5 OR Minimal Cut Sets Top = {1}, {2} , {3, 4} , {5} independent faults of the components Qi (t) = probability that all components in the minimal cut set i are faulty Qi (t) = q1(t) q2(t) … qni(t) where ni is the number of components of the minimal cut i The numerical solution of the FT is performed by computing the probability of occurrence for each of the cuts, and by combining those probabilities to estimate the probability of the root event

QTop (t) = Q1 (t) + … + QN (t) N number of mininal cut sets (MCS) G1 AND 1 2 3 4 5 OR Minimal Cut Sets Top = {1}, {2} , {3, 4} , {5} QTop (t) = Q1 (t) + … + QN (t) N number of mininal cut sets (MCS)

Fault Trees Definition of the Top event Analysis of failure models of components Minimal cut set minimal set of events that leads to the top event -> critical path of the system (#MCS =1 or #MCS = n) Analysis: - Failure probability of Basic events - Failure probability of minimal cut sets - Failure probability of Top event - Single point of failure of the system: minimal cuts with one event

Failure Mode Effect Analysis

FMEA Failure Mode Effect Analysis (FMEA): is a step-by-step approach for identifying all possible failures in a design, a manufacturing or assembly process, or a product or service. FMEA vulnerability to single failures is analysed (FMEA does not consider multiple failures)

FMEA FMEA is used during design to prevent failures. Later it’s used for control, before and during ongoing operation of the process. Ideally, FMEA begins during the earliest conceptual stages of design and continues throughout the life of the product or service. Begun in the 1940s by the U.S. military, FMEA was further developed by the aerospace and automotive industries. Several industries maintain formal FMEA standards FMEA: current knowledge and actions about the risks of failures

Example FMEA performed by a Bank on ATM (Automated Teller machine) system From: http://asq.org/learn-about-quality/process-analysis-tools/overview/fmea.html

FMEA tables Identify the functionality of the system Identify all the ways a failure could happen. These are potential failure modes. FMEA is applied to the system and to any component. Define a Table with the following information : 1) potential effects of failure for each failure mode, identify all the consequences on the component and on the system. determine how serious each effect is. This is the severity rating, or S. Severity is usually rated on a scale from 1 to 10, where 1 is insignificant and 10 is catastrophic.

FMEA tables 2) List all possible causes for each failure mode. For each cause, determine the occurrence rating, or O. This rating estimates the probability of failure occurring for that reason during the lifetime of your scope. Occurrence is usually rated on a scale from 1 to 10, where 1 is extremely unlikely and 10 is inevitable. 3)For each cause, identify current process controls. These are tests, procedures or mechanisms that you have in place to keep failures from reaching the customer. These controls might prevent the cause from happening, reduce the likelihood that it will happen or detect failure after the cause has already happened but before the customer is affected.

FMEA tables For each control, determine the detection rating, or D. This rating estimates how well the controls can detect either the cause or its failure mode after they have happened but before the customer is affected. Detection is usually rated on a scale from 1 to 10, where 1 means the control is absolutely certain to detect the problem and 10 means the control is certain not to detect the problem (or no control exists). Calculate the risk priority number, or RPN, which equals S × O × D. Also calculate Criticality by multiplying severity by occurrence, S × O.

FMEA tables FMEA table numbers provide guidance for ranking potential failures in the order they should be addressed. Identify recommended actions. These actions may be additional controls to improve detection. Note that: FMEA allows to associate a cause, i.e., the failure mode of a simple component, to the system failure event.

FT/FMEA Fault-trees often used in conjunction with FMEA FMEA vulnerability to single failures is analysed (FMEA does not consider multiple failures) FT allows to describe the case in which the occurrence of an event depends on multiple failures