0

I have a problem constructing my SEIR model for system dynamics.

I want to create an infectious character chart that goes up, down and up again.

How do I go about creating it, the current one that I simulated goes up the down meaning that the virus comes to an end at some point.

Jaco-Ben Vosloo
  • 3,770
  • 2
  • 16
  • 33
  • SEIR means that there's no reinfection after recovery, so yes the virus comes to an end – Felipe Nov 04 '21 at 14:37
  • Hi, this place works best for you if you ask very specific questions, show exactly what you tried already and where you are stuck. Your question is too broad and open-ended, SOF does not work this way. I suggest you read up here to learn how to ask great questions: Use https://stackoverflow.com/help/how-to-ask and this article focussed on AnyLogic: https://www.benjamin-schumann.com/blog/2021/4/1/how-to-win-at-anylogic-on-stackoverflow Treat us as very busy colleagues that are happy to help. The more effort you put into your question, the more likely you will get a reply :) – Benjamin Nov 04 '21 at 17:15

1 Answers1

0

If you want your infections to go up and down you need to have a transition where a person is either not immune or their immunity ends, see the stock and flow diagram below.

enter image description here

This is then technically a SIRS model as the person becomes Recovered and can become susceptible again.

I used a model from the AnyLogic Cloud as a base https://cloud.anylogic.com/model/d465d1f5-f1fc-464f-857a-d5517edc2355?mode=SETTINGS

Jaco-Ben Vosloo
  • 3,770
  • 2
  • 16
  • 33