Difference between revisions of "SimplePop"
Jump to navigation
Jump to search
Line 3: | Line 3: | ||
This very simple model demonstrate the basic features of stocks and flows. | This very simple model demonstrate the basic features of stocks and flows. | ||
The Design Frame shows a Stock with incoming and outgoing Flows. The equations in the Flows ''births'' and ''deaths'' are evaluated at each time step and add (respectively subtracts) their value to the value of the Stock ''pop'', which keeps a running tally of total population. These Flows use value provided by the sliders ''birth_rate'' and ''death_rate'', respectively, multiplying them by the current value of ''pop''. | The Design Frame shows a Stock with incoming and outgoing Flows. The equations in the Flows ''births'' and ''deaths'' are evaluated at each time step and add (respectively subtracts) their value to the value of the Stock ''pop'', which keeps a running tally of total population. These Flows use value provided by the sliders ''birth_rate'' and ''death_rate'', respectively, multiplying them by the current value of ''pop''. The graph ''Population'' displays the value of ''pop'' at each time step. |
Revision as of 21:18, 29 January 2018
This very simple model demonstrate the basic features of stocks and flows.
The Design Frame shows a Stock with incoming and outgoing Flows. The equations in the Flows births and deaths are evaluated at each time step and add (respectively subtracts) their value to the value of the Stock pop, which keeps a running tally of total population. These Flows use value provided by the sliders birth_rate and death_rate, respectively, multiplying them by the current value of pop. The graph Population displays the value of pop at each time step.