Hi,
I modeled two fluid lines (output_fluidprocessor.fsm).
In the models, 15 liters of fluid are generated every minute, and the material is processed for 800 seconds and get terminated.
The only difference of the two lines is a fluid conveyor between ItemToFluid and FluidProcessor. The conveyor does not spill its fluid.
In without-conveyor line, FluidProcessor receives 15 liters and sends 15 liters every minute.
But, in with-conveyor line, FluidProcessor receives 15 liters and sends 15.92 liters every minute. I think the output value has some problem because the output value cannot bigger than input value in the model.
The following figure shows the result of simulation for 20000 seconds. I think with-conveyor line is also supposed to show similar result with without-conveyor line.
Thank you.