Click here to Skip to main content
15,891,529 members
Articles / Programming Languages / Markdown

CoViD Spread Simulation (without SIR equations)

27 Jun 2021CDDL 3.4K   30   6   13
C# model for the spread of CoViD19, implemented without any SIR equations
This C # application implements a model to show how CoVid spreads. There are many applications like this on the Internet. What makes this application different is that it is not based on the SIR model equation or any of its variants at all. The model in this application is achieved by identifying some of the most important 'entities' involved in the spread of the disease and having them interact together to see what happens. The main entities in this model are: REGION is an area where people move and interact. (A city for example). VIRUS a simplified model of a virus, something that can infect a person. PERSON, that 'live' and move over a region. If a person moves to places contaminated with viruses, he becomes infected and begins to contaminate other places.
We're sorry, but the article you are trying to view was deleted at 28 Jun 2021.

Please go to the Markdown Table of Contents to view the list of available articles in this section.