Originally posted by bob@vensim.com
Now ignore all of this. For the problem you want to work on you absolutely do not want to use a delay profile.
You have described two stage flow process that has a quick outflow followed by a small percentage going into a longer process. You need to explicitly model both stocks of people - those in processing and those in judgement. I would recommend
in processing = INTEG(arrested - processed,init in processing)
in judgement = INTEG(processed*fraction of processed judged - judged,init in judgement)
for processed and judged I would recommend the outflow formulation I mentioned above.
Maybe my description of the proces wasnt clear enough. The 1,1% cases which come back after 23 weeks is the
same proces so there are not 2 flows. Well actually there are more flows but i didnt mention them because its a pretty big model.
The whole proces is about verifying people adresses and names, to send the fine to the right adress. For instance a speeding ticket. The first flow is the automated fine. The most people pay their fine when they receive the first bill. But there is also a percentage who dont pay the bill the first time. They go to the 2nd flow and receive a new bill with a raise of 10,- euro. If they dont pay that bill they will go to the 2nd raise and have to pay 15,- euro more. etc. There are 7 steps in this proces.
The first 3 steps have a non-variable timestep. When a case goes from the 1st to 2nd step, it will always take 11 weeks. But when we get to the last 4 steps the time for a case to flow out is variable. The period may be 8 weeks but some flow out in the first 2 weeks and others will go out after the full 8 weeks and some even in week 5. So thats why we need to devide the percentages over the 8 weeks.
Thats about the whole proces and i hope its all clear now.