Go Back

Infinite Buffer Closed Lines - Worst Case for Performance

The worst case for this line happens when all the parts, that is the maximum WIP arrives simultaneously. This is a case of extreme batching. However, one must observe, that there is no randomness involved in this case. The arrivals are deterministically lumped. As in the best case, we illustrate the operations for the case of a four-station line with parameters:

Bottleneck rate rb= 0.5 parts/hour

Raw processing time T0 = 8 hours

Critical WIP W0 = 0.5 * 8 = 4 parts

Congestion co-efficient a = W0, maximum for worst case.
 

The following figures illustrate the operation of this line for the case of WIP level = 4 (the critical WIP) and derive the relationship between cycle time, throughput and WIP.
 
Time = 0
Time = 8
Time = 16
Time = 24
Time = 32

A Cycle of Events for the Best Case with WIP = 4 


 

Performance for the Worst Case

From the above examples we observe the following relationships between flow time and throughput for the infinite buffer closed line as it varies with WIP, for the worst case.
 

Relationship between Throughput and WIP for Worst Case


 

Relationship between Flow Time and WIP for Worst Case


 

Performance Equations for Worst Case, General Relationships

From above, the worst case flow time for a given WIP level, w, is given by,
 

FTworst = w T0

and the worst case throughput for a given WIP level, w, is given by,
 

THworst= 1 / T0

 
 
Back to Principles Back to Best Case Forward to Practical Worst Case

Go Back