Flow Splitter

Overview and Key Concepts

Flow processors are objects for which the input rate is always equal to the output rate. The flow splitter is a specific shape of flow processor used to release materials through multiple ports based on percentages that you define. It is most commonly used for chemical processes where the flows of the output components depend on the volume processed but their relative ratios are fixed.

The splitter is similar to the pump and valve, except that it has its outflow rule set to "Balanced flow on rate %" by default. The splitter always makes sure it is releasing the correct percentages. If the outflow rate is reduced on one of the output ports, all other ports will be reduced to keep the ratio between the outflow rates fixed. This implies in particular that if a downstream object is blocking on one output port, that the splitter will also stop the flow through all other output ports.

Events

The splitter uses the standard events that are common to almost all FloWorks objects. See FloWorks Triggers for an explanation of these events.

Note that the inflow rule for the splitter is fixed to "Preferred Order".

States

For statistical purposes, the splitter's FloWorks state profile will be in one of the following states at various points during a simulation run:

  • Idle - The splitter is not sending any flow.
  • Processing - Material is being split at a non-zero flow rate.

Properties

The splitter object has five tabs with various properties. The first three tabs are standard tabs that are common to all flow objects. For more information about the properties on these tabs, see:

The last two tabs are the standard tabs that are common to all fixed resources. For more information about the properties on these tabs, see:

Custom coding

You may control the behavior of the flow splitter dynamically by writing FlexScript, for example in a Script window or by changing the code behind one of the options in an object trigger.

The flow splitter is an instance of the FlowObject class, see the class reference for information about its properties.