Page 1 of 1

Outflow ordering in Vensim

Posted: Fri May 16, 2025 10:29 am
by nzligul
Hi,

Is it possible to order outflows in Vensim, or do I need to handle this manually using functions like MIN or MAX?

To clarify, I have a stock of products, and the intended sequence of outflows is as follows: first, sales are fulfilled; then, a certain amount is shipped to another facility; and finally, any remaining stock is frozen for storage.

Thank you for your help!

Re: Outflow ordering in Vensim

Posted: Fri May 16, 2025 10:43 am
by Administrator
You need to handle this manually.

First calculate "sales". Then work out what is left (stock - sales * time step), and allocate to other facility.