Hi! I'm trying to simulate a supply chain problem where a shipment comes in bulk (say 25MT/shipment) with inter-arrival time based on some statistical distribution function and delivered in smaller batches (50kg/batch). The deliveries will also follow a distribution function based on historical data.
I modeled the shipment by triggering the source on creation to label the flow item "shipment" with 25000 value and use the separator to split it into 500 pieces with "delivery" label of 50 on exit. My problem arise when I want to incorporate a distribution function for the demand on the sink.
By the way, the simulation runs for one year and the time increments is in days. I will really appreciate any help.
Attached is a sample of my model.
Thanks,
Rex