Load Sharing Configuration Example

From ReliaWiki
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.
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.





A component has five possible failure modes, [math]\displaystyle{ A\,\! }[/math], [math]\displaystyle{ {{B}_{A}}\,\! }[/math], [math]\displaystyle{ {{B}_{B}}\,\! }[/math], [math]\displaystyle{ {{B}_{C}}\,\! }[/math] and [math]\displaystyle{ C\,\! }[/math]. The [math]\displaystyle{ B\,\! }[/math] modes are interdependent. In addition:

  • The system will fail if mode [math]\displaystyle{ A\,\! }[/math] occurs, mode [math]\displaystyle{ C\,\! }[/math] occurs or two out of the three [math]\displaystyle{ B\,\! }[/math] modes occur.
  • Modes [math]\displaystyle{ A\,\! }[/math] and [math]\displaystyle{ C\,\! }[/math] each have a Weibull distribution, with a [math]\displaystyle{ \beta =2\,\! }[/math] and [math]\displaystyle{ \eta =10,000\,\! }[/math] and [math]\displaystyle{ 15,000\,\! }[/math] hours, respectively.
  • Events [math]\displaystyle{ {{B}_{A}}\,\! }[/math], [math]\displaystyle{ {{B}_{B}}\,\! }[/math] and [math]\displaystyle{ {{B}_{C}}\,\! }[/math] each have an exponential distribution with a mean of 10,000 hours.
  • If any [math]\displaystyle{ B\,\! }[/math] event occurs (i.e., [math]\displaystyle{ {{B}_{A}}\,\! }[/math], [math]\displaystyle{ {{B}_{B}}\,\! }[/math] or [math]\displaystyle{ {{B}_{C}}\,\! }[/math] ), the remaining [math]\displaystyle{ B\,\! }[/math] events are more likely to occur. Specifically, the mean times of the remaining [math]\displaystyle{ B\,\! }[/math] events are halved.


Determine the reliability at 1,000 hours for this component.

Solution

The first step is to create the RBD. Modes [math]\displaystyle{ A\,\! }[/math], [math]\displaystyle{ C\,\! }[/math] and a load sharing container with the [math]\displaystyle{ {{B}_{i}}\,\! }[/math] modes must be drawn in series, as illustrated next.


BS5.19.3.png


The next step is to define the properties for each block, including those for the container. Based on the problem statement, the [math]\displaystyle{ B\,\! }[/math] modes are in a 2-out-of-3 load sharing redundancy. When all three are working (i.e., when no [math]\displaystyle{ B\,\! }[/math] mode has occurred), each block has an exponential distribution with [math]\displaystyle{ \mu=10,000\,\! }[/math].


The next step is to set the weight proportionality factor. This factor defines the portion of the load that the particular item carries while operating, as well as the load that shifts to the remaining units upon failure of the item. To illustrate, assume three units (A, B and C) are in a load sharing container with weight proportionality factors of 1, 2 and 3 respectively (and a 1-out-of-3 requirement).

  • Unit A carries [math]\displaystyle{ \left( \tfrac{1}{1+2+3} \right)=0.166\,\! }[/math] or 16.6% of the total load.
  • Unit B carries [math]\displaystyle{ \left( \tfrac{2}{1+2+3} \right)=0.333\,\! }[/math] or 33.3% of the total load.
  • Unit C carries [math]\displaystyle{ \left( \tfrac{3}{1+2+3} \right)=0.50\,\! }[/math] or 50% of the total load.

The actual load on each unit then becomes the product of the entire load defined for the container times the portion carried by that unit. For example, if the container load is 100 lbs, then the portion assigned to Unit A will be [math]\displaystyle{ 100\cdot 0.166=16.6\,\! }[/math] lbs.


In the current example, all [math]\displaystyle{ B\,\! }[/math] modes share the same load and thus, have equal weight proportionality factors. Because these factors are relative, if the same number is used for all three [math]\displaystyle{ B\,\! }[/math] modes then the results will be the same. Thus, the weight proportionality factor is set equal to 1 for each [math]\displaystyle{ B\,\! }[/math] mode.


The last properties that need to be defined are the total load and the 2-out-of-3 redundancy. The total load is dependent on how the parameters were computed. In this case, the total load was assumed to be 3 when the parameters were computed (i.e., the load per item was 1 when all worked and 1.5 when two worked). For the 2-out-of-3 redundancy, the following figure shows the Block Properties window of the load sharing container with the number of paths set to 2. When all of the parameters have been specified in BlockSim, the reliability at 1,000 hours can be determined. From the Analytical QCP, this is found to be 98.1048%.

Defining Weight Proportional Factor.