Template:System failure rate analytical: Difference between revisions

From ReliaWiki
Jump to navigation Jump to search
(Replaced content with 'Category: For Deletion')
 
Line 1: Line 1:
====System Failure Rate====
[[Category: For Deletion]]
Once the distribution of the system has been determined, the failure rate can also be obtained by dividing the  <math>pdf</math>  by the reliability function:
 
<br>
 
::<math>{{\lambda }_{s}}\left( t \right)=\frac{{{f}_{s}}\left( t \right)}{{{R}_{s}}\left( t \right)}  \ </math>
<br>
 
 
For the system in Figure "Simple two-component system":
<br>
 
::<math>\begin{align}
{{\lambda }_{s}}\left( t \right)= & \frac{-\tfrac{d}{dt}\left( {{e}^{-\tfrac{1}{10,000}t}}\cdot {{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}} \right)}{{{e}^{-\tfrac{1}{10,000}t}}\cdot {{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}}} \\
= & \frac{-\tfrac{d}{dt}\left( {{e}^{-\tfrac{1}{10,000}t}} \right)}{{{e}^{-\tfrac{1}{10,000}t}}}+\frac{-\tfrac{d}{dt}\left( {{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}} \right)}{{{e}^{-{{\left( \tfrac{t}{10,000} \right)}^{6}}}}} \\
= & \frac{{{f}_{1}}}{{{R}_{1}}}+\frac{{{f}_{2}}}{{{R}_{2}}} \\
= & {{\lambda }_{1}}+{{\lambda }_{2}}  \
\end{align}</math>
<br>
 
Figure "Failure rate function plot of the two component system" shows a plot of the second equation above.
<br>
 
BlockSim uses numerical methods to estimate the failure rate.  It should be pointed out that as  <math>t\to \infty </math> , numerical evaluation of the first equation above is constrained by machine numerical precision. That is, there are limits as to how large  <math>t</math>  can get before floating point problems arise.  For example, at  <math>t=5,000,000</math>  both numerator and denominator will tend to zero (e.g.  <math>{{e}^{-\tfrac{5,000,000}{10,000}}}=7.1245\times {{10}^{-218}}</math> ).  As these numbers become very small they will start looking like a zero to the computer, or cause a floating point error, resulting in a  <math>\tfrac{0}{0}</math>  or  <math>\tfrac{X}{0}</math>  operation.  In these cases, BlockSim will return a value of "<math>N/A</math>" for the result.  Obviously, this does not create any practical constraints.

Latest revision as of 07:21, 1 August 2012