Time-Dependent System Reliability for Components in Parallel: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
No edit summary
No edit summary
Line 8: Line 8:
Consider the system shown next.
Consider the system shown next.
<!-- THE DATA SET IN THIS EXAMPLE IS ALSO USED IN ANOTHER EXAMPLE. IF YOU EDIT THE DATA SET ON THIS PAGE, YOU MUST ALSO EDIT THE DATA SET AND RESULTS IN THE PAGE: Example Using a Distribution to Approximate the CDF -->
<!-- THE DATA SET IN THIS EXAMPLE IS ALSO USED IN ANOTHER EXAMPLE. IF YOU EDIT THE DATA SET ON THIS PAGE, YOU MUST ALSO EDIT THE DATA SET AND RESULTS IN THE PAGE: Example Using a Distribution to Approximate the CDF -->
[[Image:BS5.5.png|center|450px|<div align="center"> Complex bridge system in Example 2. </div>]]
[[Image:BS5.5.png|center|700px|<div align="center"> Complex bridge system in Example 2. </div>|link=]]


Components <math>A\,\!</math> through <math>E\,\!</math> are Weibull distributed with <math>\beta =1.2\,\!</math> and <math>\eta =1230\,\!</math> hours.  The starting and ending blocks cannot fail.
Components <math>A\,\!</math> through <math>E\,\!</math> are Weibull distributed with <math>\beta =1.2\,\!</math> and <math>\eta =1230\,\!</math> hours.  The starting and ending blocks cannot fail.

Revision as of 22:58, 4 January 2016

BlockSim Examples Banner.png


New format available! This reference is now available in a new format that offers faster page load, improved display for calculations and images and more targeted search.

As of January 2024, this Reliawiki page will not continue to be updated. Please update all links and bookmarks to the latest references at BlockSim examples and BlockSim reference examples.




This example appears in the System Analysis Reference book.


Time-Dependent System Reliability for Components in Parallel

Consider the system shown next.

Complex bridge system in Example 2.

Components A through E are Weibull distributed with β=1.2 and η=1230 hours. The starting and ending blocks cannot fail.

Determine the following:

  • The reliability equation for the system and its corresponding plot.
  • The system's pdf and its corresponding plot.
  • The system's failure rate equation and the corresponding plot.
  • The MTTF.
  • The warranty time for a 90% reliability.
  • The reliability for a 200-hour mission, if it is known that the system has already successfully operated for 200 hours.


Solution

The first step is to obtain the reliability function for the system. The methods described in the RBDs and Analytical System Reliability chapter can be employed, such as the event space or path-tracing methods. Using BlockSim, the following reliability equation is obtained:

Rs(t)=(RStartREnd(2RARDRCRBRERARDRCRBRARDRCRERARDRBRERARCRBRERDRCRBRE+RARCRE+RDRCRB+RARD+RBRE))


Note that since the starting and ending blocks cannot fail, RStart=1 and REnd=1, the equation above can be reduced to:

Rs(t)=2RARDRCRBRERARDRCRBRARDRCRERARDRBRERARCRBRERDRCRBRE+RARCRE+RDRCRB+RARD+RBRE


where RA is the reliability equation for Component A, or:

RA(t)=e(tηA)βA


RB is the reliability equation for Component B, etc.


Since the components in this example are identical, the system reliability equation can be further reduced to:

Rs(t)=2R(t)2+2R(t)35R(t)4+2R(t)5

Or, in terms of the failure distribution:

Rs(t)=2e2(tη)β+2e3(tη)β5e4(tη)β+2e5(tη)β

The corresponding plot is given in the following figure.

Reliability plot for the system.

In order to obtain the system's pdf, the derivative of the reliability equation given above is taken with respect to time, resulting in:

fs(t)=4βη(tη)β1e2(tη)β+6βη(tη)β1e3(tη)β20βη(tη)β1e4(tη)β+10βη(tη)β1e5(tη)β

The pdf can now be plotted for different time values, t, as shown in the following figure.

pdf plot for the system.

The system's failure rate can be obtained by dividing the system's pdf, given in equation above, by the system's reliability function given in Rs(t)=2e2(tη)β+2e3(tη)β5e4(tη)β+2e5(tη)β, or:

λs(t)=4βη(tη)β1e2(tη)β+6βη(tη)β1e3(tη)β2e2(tη)β+2e3(tη)β5e4(tη)β+2e5(tη)β+20βη(tη)β1e4(tη)β+10βη(tη)β1e5(tη)β2e2(tη)β+2e3(tη)β5e4(tη)β+2e5(tη)β

The corresponding plot is given below.

Failure rate for the system.

The MTTF of the system is obtained by integrating the system's reliability function given by Rs(t)=2e2(tη)β+2e3(tη)β5e4(tη)β+2e5(tη)β from time zero to infinity, as given by MTTF=0Rs(t)dt . Using BlockSim's Analytical QCP, an MTTF of 1007.8 hours is calculated, as shown in the figure below.

MTTF of the system.


The warranty time can be obtained by solving Rs(t) with respect to time for a system reliability Rs=0.9. Using the Analytical QCP and selecting the Reliable Life option, a time of 372.72 hours is obtained, as shown in the following figure.

Time at which R=0.9 or 90% for the system.


Lastly, the conditional reliability can be obtained using R(T,t)=R(T+t)R(T) and Rs(t)=2e2(tη)β+2e3(tη)β5e4(tη)β+2e5(tη)β, or:

R(200,200)=R(400)R(200)=0.8838250.975321=0.906189

This can be calculated using BlockSim's Analytical QCP, as shown below.

Conditional reliability calculation for the system.