Fault Tree Analysis (FTA) via Binary Diagram Decision (BDD) for Information Systems Design

Fault Tree Analysis (FTA) via Binary Diagram Decision (BDD) for Information Systems Design

Fausto Pedro García Márquez, Alberto Pliego Mangurán, Noor Zaman
DOI: 10.4018/978-1-4666-3679-8.ch016
OnDemand:
(Individual Chapters)
Available
$37.50
No Current Special Offers
TOTAL SAVINGS: $37.50

Abstract

A fault tree analysis (FTA) is presented as a qualitative method for studying the state of the WT as a system considering to its different sub-systems. The quantitative analysis of the FTA is done by Binary Diagram Decision (BDD). The size of the BDD generated by the transformation from FTA to BDD will depend of the ordering of the FTA events. This work employed the top-down-left-right, the level, and the “and” methods for listing the events. Finally, a classification of the events is done based on their importance measures. The importance measures has been calculated by the Birnbaum (1969), Critically and Structural heuristic methods. A comparative analysis is done, and the main results are presented.
Chapter Preview
Top

Introduction

An FTA model is a graphical representation of logical relations between events (usually failure or fault events). Complex systems analysis may produce thousands of combinations of events (cut-sets) that can cause the system failure. The determination of these cut-sets can be a large and time-consuming process even on modern high speed digital computers. The determination of the exact top event probability also requires lengthy calculations if the fault tree has a great number of cut-sets.

Example

Figure 1 shows an example of a pumping station from the A reservoir to B reservoir. The system has three valves and two pump motors. The FTA associated to the system given in Figure 1 is shown in Figure 2.

Figure 1.

Pumping station

978-1-4666-3679-8.ch016.f01
Figure 2.

FTA associated to the system shown in Figure 1

978-1-4666-3679-8.ch016.f02

Nomenclature:

  • V: Valve

  • P: Pump

  • Top: Reservoir A does not received water.

  • g1: V3 does not receive wáter

  • g2: V1 and P1 do not receive wáter

  • g3: V2 and P2 do not receive wáter

  • e1: Level in B is not enough

  • e2: Fault in V3. Closed

  • e3: Fault in P1

  • e4: Fault in V1. Closed

  • e5: Fault in P2

  • e6: Fault in V2. Closed

For many complex fault trees this requirement may be beyond the capability of the available computers. As a consequence, approximation techniques have been introduced with a loss of accuracy. BDD provides a new alternative to the traditional cut-set based approach for FTA that leads to the determination of the output value of the function through the examination of the values of the inputs.

Top

Binary Diagram Decisions

Binary Decision Diagrams (BDDs), as a data structure that represents the Boolean functions, were introduced by Lee (1959) and further popularised by Akers (1978), Moret (1982), and Bryant (1986).

A BDD is a directed acyclic graph (V, N), with vertex set V and index set N. Vertex set contains two types of vertices. On the one hand, a terminal vertex has as attribute a value: value(v) ∈ {0,1}, where a 1 state, that corresponds to system failure, or a 0 state which corresponds to a system success. All the paths that have 1 state provide the cut-sets of the fault tree. On the other hand, a non terminal vertex v has as attributes an argument index(v) ∈ N {0,1,…,n} and two descendants, low(v) and high(v) ∈ V, that are connected by a branch. Each vertex has a vertex 0 branch that represents a non occurrence basic event, or 1 branch that represents an occurrence basic event. For any non-terminal vertex v, if low(v) is also non-terminal, then index(v) < index(low(v)), and if high(v) is non-terminal, then index(v) < index(high(v)).

Complete Chapter List

Search this Book:
Reset