Hi, I want to model a 'twice distilled' beverage. In my model I have two stills (multiprocessors), which are used for the 1st and second distillation. The first distillation is of a 'mash' substance, and the second distillation is of a liquid. The stills can handle 1 unit of mash, and 1.5 units equivalent units of liquid. Liquid and mash cannot be combined. I am unsure how to model this. At the moment I have the mash output connected to the stills, and the stills connected to a queue. This queue is in turn connected to the input of the stills. I need to insert the logic that the stills first need to take the mash input, and then when this is all distilled, take the liquid input. Can anyone help here?
I would also like to name the inputs and outputs of various processes like input: Agave; output: Mash; Input: Mash; output: Liquid etc.