Details

Network Reliability


Network Reliability

Measures and Evaluation
Performability Engineering Series 1. Aufl.

von: Sanjay Kumar Chaturvedi

177,99 €

Verlag: Wiley
Format: EPUB
Veröffentl.: 12.07.2016
ISBN/EAN: 9781119224037
Sprache: englisch
Anzahl Seiten: 272

DRM-geschütztes eBook, Sie benötigen z.B. Adobe Digital Editions und eine Adobe ID zum Lesen.

Beschreibungen

<p>In Engineering theory and applications, we think and operate in terms of logics and models with some acceptable and reasonable assumptions. The present text is aimed at providing modelling and analysis techniques for the evaluation of reliability measures (2-terminal, all-terminal, k-terminal reliability) for systems whose structure can be described in the form of a probabilistic graph. Among the several approaches of network reliability evaluation, the multiple-variable-inversion sum-of-disjoint product approach finds a well-deserved niche as it provides the reliability or unreliability expression in a most efficient and compact manner. However, it does require an efficiently enumerated minimal inputs (minimal path, spanning tree, minimal k-trees, minimal cut, minimal global-cut, minimal k-cut) depending on the desired reliability. The present book covers these two aspects in detail through the descriptions of several algorithms devised by the "reliability fraternity" and explained through solved examples to obtain and evaluate 2-terminal, k-terminal and all-terminal network reliability/unreliability measures and could be its USP. The accompanying web-based supplementary information containing modifiable Matlab® source code for the algorithms is another feature of this book.</p> <p>A very concerted effort has been made to keep the book ideally suitable for first course or even for a novice stepping into the area of network reliability. The mathematical treatment is kept as minimal as possible with an assumption on the readers’ side that they have basic knowledge in graph theory, probabilities laws, Boolean laws and set theory.</p>
<p>Preface xiii</p> <p>Acknowledgements xvii</p> <p><b>1 Introduction 1</b></p> <p>1.1 Graph Theory: A Tool for Reliability Evaluation 2</p> <p>1.1.1 Undirected Networks 4</p> <p>1.1.2 Directed Networks 4</p> <p>1.1.3 Mixed Networks 5</p> <p>1.2 Large versus Complex System 7</p> <p>1.2.1 Large System 7</p> <p>1.2.2 Complex System 7</p> <p>1.2.3 Large and Complex System 9</p> <p>1.3 Network Reliability Measures: Deterministic versus Probabilistic 9</p> <p>1.3.1 Terminal-pair Reliability Measure 11</p> <p>1.3.2 All-Terminal Reliability Measure 12</p> <p>1.3.3 k-terminal Reliability Measure 12</p> <p>1.4 Common Assumptions 12</p> <p>1.5 Approaches for NSP Network Reliability Evaluation 13</p> <p>1.5.1 Non Path or Cut Sets Based Techniques 14</p> <p>1.5.1.1 State Enumeration Technique 14</p> <p>1.5.1.2 Network Decomposition Technique 18</p> <p>1.5.1.3 Probability Transformation Technique 19</p> <p>1.5.1.4 Binary Decision Diagram Based Technique 20</p> <p>1.5.2 Minimal POC Based Techniques 21</p> <p>1.5.2.1 Inclusion-Exclusion Technique 21</p> <p>1.5.2.2 Monte-Carlo Simulation Based Technique 22</p> <p>1.5.2.3 Domination Theory Based Technique 23</p> <p>1.5.2.4 Reliability Bounds Technique 24</p> <p>1.5.2.5 Sum-of-disjoint Product Based Technique 25</p> <p>Exercises 26</p> <p>References 27</p> <p><b>2 Reliability Evaluation of General SP-Networks 31</b></p> <p>2.1 Notation and Assumptions 33</p> <p>2.2 Unit-Reliability and Failure Models 34</p> <p>2.2.1 Constant-Hazard Model 35</p> <p>2.2.2 Linear-Hazard Model 35</p> <p>2.2.3 Weibull-Hazard Model 35</p> <p>2.2.4 Extreme Value-Hazard Model 36</p> <p>2.3 Module Representation of Reliability Graphs 36</p> <p>2.3.1 Single-Unit Module 36</p> <p>2.3.2 Multi-Unit Module 36</p> <p>2.3.2.1 Series Model 37</p> <p>2.3.2.2 Parallel Model 38</p> <p>2.3.2.3 Standby Model 39</p> <p>2.3.2.4 k-out-of-m Model 41</p> <p>2.4 Misra Matrix Method 44</p> <p>2.5 Algorithm 45</p> <p>2.6 Implementation and Documentation 55</p> <p>2.6.1 Main Module 55</p> <p>2.6.2 Function formCmat 56</p> <p>2.6.3 Function processCmat 58</p> <p>2.6.4 Function systDetail 58</p> <p>2.7 Remarks 58</p> <p>Exercises 59</p> <p>References 60</p> <p><b>3 Path Sets Enumeration 63</b></p> <p>3.1 Enumeration of (s, f) Connected Path Sets 64</p> <p>3.1.1 Method 1: Using Powers of Connection matrix 65</p> <p>3.1.2 Method 2: Traversing Through Connection Matrix 67</p> <p>3.1.3 Method 3: Using Incidence Matrix 69</p> <p>3.2 Enumeration of All-node Connected Path Sets: Spanning Tree 73</p> <p>3.2.1 Method 1: Using the Cartesian Product of the Node Cut Sets 74</p> <p>3.2.2 Method 2: Using the Incidence Matrix 75</p> <p>3.3 Number of Spanning Trees 84</p> <p>3.3.1 Matrix Tree Theorem 84</p> <p>3.4 Enumeration of k-node Connected Path Sets: k-Trees 86</p> <p>Appendix 3A.1: Enumeration of Path Sets Algorithm, Illustration and Matlab® Code Notation 88</p> <p>Appendix 3A.2: Sample program I/O for Figure 3A.1 Contents ix 97</p> <p>Exercises 100</p> <p>References 101</p> <p><b>4 Cut Sets Enumeration 103</b></p> <p>4.1 (s, f) Cut Sets Enumeration 104</p> <p>4.1.1 Method 1: Using Connection Matrix 104</p> <p>4.1.2 Method 2: Using Minimal Path Sets 106</p> <p>4.1.2.1 Using Set-theoretic Product of Path Sets 106</p> <p>4.1.2.2 Using Path Sets Matrix 107</p> <p>4.1.2.3 Using Path Sets Inversion 108</p> <p>4.2 Global Cut Sets Enumeration 109</p> <p>4.2.1 Testing Connectivity of a Specified Node Set 110</p> <p>4.2.1.1 Node Fusion Technique 110</p> <p>4.2.2 Generation of Node Set Combination from its Lower Order Node-Sets 112</p> <p>4.2.3 Checking Validity of a Node Set 112</p> <p>4.2.4 Formation of Cutset 113</p> <p>4.2.5 General Algorithm to Enumerate Minimal Cutsets for a Reliability Measure 113</p> <p>Appendix 4A.1: Node Fusion Technique and Generation of Node Set Combination 123</p> <p>Appendix 4A.2: Code for Checking Validity of a Node Set and Converting Node-Sets into Link Cutsets 124</p> <p>Appendix 4A.3: Sample Program I/O for Network Graph of Figure 4.3 126</p> <p>Appendix 4A.4: g-Terminal Reliability Evaluation</p> <p>Program Sample I/O for Example of Figure 4.3 128</p> <p>Appendix 4A.5: Results are provided by the program (output of g-reliability expression for the Figure 4.3</p> <p>for method HM-1 of (Chaturvedi & Misra, 2002). 129</p> <p>Exercises 130</p> <p>References 131</p> <p><b>5 Reliability Evaluation using MVI Techniques 133</b></p> <p>5.1 Notation and Assumptions 134</p> <p>5.2 Preliminaries 135</p> <p>5.2.1 Definitions 135</p> <p>5.3 MVI Methods 137</p> <p>5.3.1 Method 1: KDH88 137</p> <p>5.3.2 Method 2: CAREL 139</p> <p>5.3.3 Comparison between KDH88 and CAREL 144</p> <p>5.4 Method 3: Hybrid Methods-HM 147</p> <p>5.4.1 An Alternative Representation of Path or Cut Sets 147</p> <p>5.4.2 Hybrid Methods (HM) 149</p> <p>5.4.2.1 HM-1 149</p> <p>5.4.2.2 HM-2 149</p> <p>5.5 Applying HM-1 and HM-2 149</p> <p>5.5.1 Applying HM-1 150</p> <p>5.5.2 Applying HM-2 151</p> <p>5.5.3 Complete Solution to Example 5.2 152</p> <p>5.6 Global and k-terminal Reliability with SDP Approach 159</p> <p>5.6.1 All-terminal Reliability Evaluation 161</p> <p>5.6.2 Characteristics of a g-reliability Expression 164</p> <p>5.6.3 k-terminal Reliability Evaluation 164</p> <p>5.6.4 Number of k-trees 167</p> <p>5.7 Unreliability with SDP Approach 169</p> <p>5.8 Some Suggested Guidelines 171</p> <p>5.8.1 Directed Network Graph 171</p> <p>5.8.2 Undirected Network Graph 172</p> <p>Appendix 5A.1: Program output of g-reliability expression for the Figure 5.1(b). 173</p> <p>Appendix 5A.2: Program output of k-terminal reliability expression for Figure 5.1(b). 179</p> <p>Appendix 5A.3: Program output of k-terminal reliability expression for Figure 5.1(b). 181</p> <p>Exercises 183</p> <p>References 185</p> <p><b>6 Unified Framework and Capacitated Network Reliability 187</b></p> <p>6.1 The Unified Framework 188</p> <p>6.2 Capacitated Reliability Measure: An Introduction 189</p> <p>6.2.1 Some Related Definitions 191</p> <p>6.2.1.1 Minimal Cutset and Subset Cut Group 191</p> <p>6.2.1.2 External Redundant Subset Cut Group 191</p> <p>6.2.1.3 Internal Redundant Subset Cut Group 192</p> <p>6.2.1.4 Invalid Cut Set Cut Group 192</p> <p>6.2.1.5 Description of the Algorithm 192</p> <p>6.3 Algorithm Description 192</p> <p>6.3.1 Equations: The idea 193</p> <p>6.3.2 Is Cut itself a SCG or does it need its Subsets Enumeration? 194</p> <p>6.3.3 What Initial Order? 194</p> <p>6.3.4 Efficient enumeration of particular order SCG of a minimal cut 197</p> <p>6.3.5 External or Both External/ Internal Redundancy Removal 197</p> <p>6.3.6 Internal Redundancy Removal 199</p> <p>6.4 The CRR Evaluation Algorithm 200</p> <p>6.5 A Complete Example 202</p> <p>6.6 Experimental Results, Comparison and Discussion 207</p> <p>References 212</p> <p><b>7 A LAN and Water Distribution Network: Case Studies 213</b></p> <p>7.1 Case Study-I: IIT Kharagpur LAN Network 213</p> <p>7.1.1 k-Terminal and global reliability evaluation for hostel area of IIT Kharagpur LAN 215</p> <p>7.1.2 All terminal reliability evaluation for academic area of LAN 215</p> <p>7.1.3 All terminal reliability evaluation for IIT Kharagpur LAN network 215</p> <p>7.2 Case Study-II: Real-Type of Large Size Unsaturated Water Distribution Networks 219</p> <p>References 222</p> <p>Epilogue 223</p> <p>References 225</p> <p>Bibliography 227</p> <p>Index 235</p>
<strong>Sanjay K. Chaturvedi</strong> is currently working as an Associate Professor at Reliability Engineering Centre, Indian Institute of Technology, Kharagpur (WB) India. He received his Ph D. degree from Reliability Engineering Centre, IIT Kharagpur (India) in year 2003. He holds a Bachelor's degree in electrical engineering and Master's degree in system engineering and operations research, both from Indian Institute of Technology, Roorkee. He has research interests in the areas of reliability modeling and analysis, network reliability, life-data analysis, maintenance and optimization, and has done several consultancy projects, and delivered lectures in Indian industries in these areas. He has guided several Ph.Ds. and published papers in several international journals.

Diese Produkte könnten Sie auch interessieren:

Symbian OS Explained
Symbian OS Explained
von: Jo Stichbury
PDF ebook
32,99 €
Symbian OS Internals
Symbian OS Internals
von: Jane Sales
PDF ebook
56,99 €
Parallel Combinatorial Optimization
Parallel Combinatorial Optimization
von: El-Ghazali Talbi
PDF ebook
120,99 €