Spreading Conveyor Inputs

For both FIFO Conveyors (see FIFO Conveyor Computation) and Traditional Conveyors (see Traditional Conveyor Computation) material can be set to spread across the existing conveyor content rather than enter at the beginning of the conveyor. This is very useful when the material coming into the conveyor is not all of the same age. For example, if the conveyor is for people age 30-34, then immigration would be expected to include people with all ages in the group and not only people age 30.

To understand how spreading works consider the case of a conveyor with a transit time of 5 hours for a DT of 1. In this case there are 5 spots that material could be put in:

Where the position marked 5 will be released in 5 hours, 4 in 4 hours, 3 in 3 hours, 2 in 2 hours, and the one marked 1 will be released in 1 hour (the next DT). Normally, new material is all deposited in 5:

In this case that everything will wait 5 hours till it flows out. This is the normal conveyor process.

Rather than adding all the material at position 5, we could spread the material out evenly:

In this case, 1/5th of the material would come out in an hour, one fifth in two hours and so on.

There are, in addition to putting all the material at the beginning of the conveyer, three ways to spread the material: evenly, as in the above example, proportional to what is already there, and based on where the material came from (a special case). These three choices are set on the flow.

Setting Flow Spreading

Flow spreading is set as an option on the inflow to the conveyor:

The first choice (At Beginning) is the default and it is the standard way that a conveyor behaves. The remaining choices are described below.

Note The fourth choice (Based on Source) is only available if the flow is a conveyor leakage.

Choice for Spreading Flows

At the Beginning

This is the default:

Material added will be released after the transit time.

Evenly Across Conveyor

The same amount of material goes in all positions on the conveyor.

Material will be divided up evenly with the same amount coming off the conveyor every DT. If a pulse input were to be added, the outflow would be constant until the material was exhausted.

This selection is useful when you want new material to mix with existing material for the purposes of dispatching it. For example, material pulled off an assembly line for rework might be put back on the assembly line in its partially completed state.

Using Destination Profile

Material is added proportional to what is already on the conveyor.

The black bar shows what was already in the conveyor, and the brown bar what is being added. The amount added at each position is the same portion of the amount of material already there. The total amount added (sum of the brown bars) is the value of the flow.

This selection is useful when you would expected new additions (for example, those that might occur because of immigration) to be distributed the same as the existing population.

Based on Source

This option places material on the conveyor based on the amount pulled from the corresponding position in an upstream conveyor. It is only available when a conveyor leakage is being used as the inflow to another conveyor.

This choice is most useful when the two conveyors have the same transit time, and works best when the leakage is exponential (with 0 to 100 leak zone). It basically transfers the leakage onto the next conveyor. It is very useful when you have aging material in the conveyors, and that material can transition to another state (as in the case of disease onset and progression in an aging population).

Normally the actual leakage at each position is used (though sometimes this is not possible and then an amount proportional to the material at each position is used). In the case of exponential leakage these two are the same.

If ether of the conveyors are FIFO with a variable transit time, or if the transit times are different between the two conveyors, then a delay of approximately DT is effectively introduced between the source and destination conveyors. If the two conveyors have the same transit time, and both conveyors are not FIFO (or have a constant transit time), then no delay is introduced. This allows you to maintain the integrity of an aging chain.