Template:Failure modes configurations: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Created page with '===Failure Modes Configurations=== ==== Series Configuration==== The basic competing failure modes configuration, which has already been discussed, is a series configuration. In…')
 
(Redirected page to Competing Failure Modes Analysis)
 
(10 intermediate revisions by 2 users not shown)
Line 1: Line 1:
===Failure Modes Configurations===
#REDIRECT [[Competing Failure Modes Analysis]]
====  Series Configuration====
The basic competing failure modes configuration, which has already been discussed, is a series configuration. In a series configuration, the occurrence of any failure mode results in failure for the product.
 
[[Image:lda23.5.gif|thumb|center|400px| ]]
 
The equation that describes series configuration is:
 
::<math>R(t)={{R}_{1}}(t)\cdot {{R}_{2}}(t)\cdot ...\cdot {{R}_{n}}(t)</math>
 
 
where  <math>n</math>  is the total number of failure modes considered.
 
====  Parallel====
In a simple parallel configuration, at least one of the failure modes must not occur for the product to continue operation.
 
<math></math>
[[Image:lda23.6.gif|thumb|center|400px| ]]
 
The equation that describes parallel configuration is:
 
::<math>R(t)=1-\underset{i=1}{\overset{n}{\mathop \prod }}\,(1-{{R}_{i}}(t))</math>
 
 
where  <math>n</math>  is the total number of failure modes considered.
 
====  Combination of Series and Parallel====
While many smaller products can be accurately represented by either a simple series or parallel configuration, there may be larger products that involve both series and parallel configurations in the overall model of the product. Such products can be analyzed by calculating the reliabilities for the individual series and parallel sections and then combining them in the appropriate manner. 
 
[[Image:lda23.7.gif|thumb|center|400px| ]]
<math></math>
 
====  k-out-of-n Parallel Configuration====
The k-out-of-n configuration is a special case of parallel redundancy. This type of configuration requires that at least  <math>k</math>  failure modes do not happen out of the total  <math>n</math>  parallel failure modes for the product to succeed.
The simplest case of a k-out-of-n configuration is when the failure modes are independent and identical and have the same failure distribution and uncertainties about the parameters (in other words they are derived from the same test data). In this case, the reliability of the product with such a configuration can be evaluated using the binomial distribution, or:
 
 
::<math>R(t)=\overset{n}{\mathop{\underset{r=k}{\mathop{\underset{}{\overset{}{\mathop \sum }}\,}}\,}}\,\left( \underset{k}{\mathop{\overset{n}{\mathop{{}}}\,}}\, \right){{R}^{r}}(t){{(1-R(t))}^{n-r}}</math>
 
 
In the case where the k-out-of-n failure modes are not identical, other approaches for calculating the reliability must be used (e.g. the event space method). Discussion of these is beyond the scope of this reference. Interested readers can consult ReliaSoft's System Reliability Reference.
 
====Complex Systems====
In many cases, it is not easy to recognize which components are in series and which are in parallel in a complex system.
 
[[Image:4.15.gif|thumb|center|500px| ]]
 
The previous configuration cannot be broken down into a group of series and parallel configurations. This is primarily due to the fact that failure mode C has two paths leading away from it, whereas B and D have only one. Several methods exist for obtaining the reliability of a complex configuration including the decomposition method, the event space method and the path-tracing method. Discussion of these is beyond the scope of this reference. Interested readers can consult ReliaSoft's System Reliability Reference.
 
====  Example 14====
Assume that a product has five failure modes: A, B, C, D and F. Furthermore, assume that failure of the product will occur if mode A occurs, modes B and C occur simultaneously or if either modes C and D, C and F or D and F occur simultaneously. Times-to-failure for each mode is given in the next table.
 
 
<center><math>\begin{matrix}
  \text{TTF for A} & \text{TTF for B} & \text{TTF for C} & \text{TTF for D} & \text{TTF for  F}  \\
  \text{276} & \text{23} & \text{499} & \text{467} & \text{67}  \\
  \text{320} & \text{36} & \text{545} & \text{540} & \text{72}  \\
  \text{323} & \text{57} & \text{661} & \text{716} & \text{81}  \\
  \text{558} & \text{89} & \text{738} & \text{737} & \text{108}  \\
  \text{674} & \text{99} & \text{987} & \text{761} & \text{110}  \\
  \text{829} & \text{154} & \text{1165} & \text{1093} & \text{127}  \\
  \text{878} & \text{200} & \text{1337} & \text{1283} & \text{148}  \\
\end{matrix}</math></center>
 
 
The RBD that describes this configuration is shown next.
 
 
<math></math>
[[Image:lda23.9.gif|thumb|center|400px| ]]
 
One folio with multiple data sheets was created in Weibull++ for each of the data sets and each file was analyzed using the two-parameter Weibull distribution, MLE as the analysis method and Fisher Matrix as the confidence bounds method. A diagram is created by choosing Add Diagram from the Project menu. The failure modes can be inserted into the diagram by dragging them from the template. The nodes are inserted by clicking choosing Add Node from the Diagram menu.
 
 
<math></math>
[[Image:lda23.10.gif|thumb|center|500px| ]]
 
The number of required paths can be specified by double clicking the node and entering the appropriate number (1 in the first node and 2 in the second node).
 
 
<math></math>
[[Image:lda23.11.gif|thumb|center|400px| ]]  
 
Using the Quick Calculation Pad (QCP), the estimated R( <math>100</math>  hours <math>)</math>  and the 90% two-sided confidence bounds are:
 
 
::<math>\begin{matrix}
  {{{\hat{R}}}_{U}}(100)=0.991  \\
  \hat{R}(100)=0.9905  \\
  {{{\hat{R}}}_{L}}(100)=0.9080  \\
\end{matrix}</math>

Latest revision as of 07:38, 29 June 2012