Simultaneous equations error

Use this forum to post Vensim related questions.
Post Reply
panos3
Junior Member
Posts: 2
Joined: Thu Dec 02, 2021 1:19 pm
Vensim version: PLE

Simultaneous equations error

Post by panos3 »

Hello,

I've been trying to run my model but I am getting a lot o simultaneous equations errors one after the other. What is that exactly? and how can I solve it?
Administrator
Super Administrator
Posts: 4588
Joined: Wed Mar 05, 2003 3:10 am

Re: Simultaneous equations error

Post by Administrator »

You've got a bit of a logic problem in your model.

First of all, you've got "aluminium to be recycled (kg)", that's fine. This flows into "Aluminium Recycling Process" where it should remain until it is either recycled or not. The problem is you have "non-recyclable aluminium" and "recyclable aluminium" as dependant on "aluminium to be recycled (kg)", that cannot be correct. They should be dependant on the amount of aluminium in "Aluminium Recycling Process" delayed by a "process time". Once things are processed, they can then be split into "non-recyclable aluminium" and "recyclable aluminium".

So change the outflow of "Aluminium Recycling Process" to "rate aluminium processed". Now split "rate aluminium processed" into "non-recyclable aluminium" and "recyclable aluminium".

Aluminium Recycling Process = integ("aluminium to be recycled (kg)"-rate aluminium processed, 0 )
rate aluminium processed = Aluminium Recycling Process / time to process aluminium
"non-recyclable aluminium" = rate aluminium processed * coefficient of change 3
"recyclable aluminium" = rate aluminium processed - "non-recyclable aluminium"

Hope this helps.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
Post Reply