Hi,
There is one very similar to the HIV/AIDS model you are trying to implement, used by the Vensim PLE Online Tutorial at
http://www.shodor.org/tutorials/vensim/pre.php, too simple as it is built.
Perhaps you may be familar with this model, but I'd like to describe it again to warm up brains of netizens interested in your problem if necessary. As an example of system dynamics applied by the online tutorial, this model assumes that:
On a Monday 100 students return to school, one of whom has the flu. As time passes, the sick student unwittingly infects his classmates, who in turn infect others. This could be generalized as follows:
[align=center]
Over time, susceptible people get sick and become infected people.[/align]
To begin building the model, create two box variables: one for Susceptible People and one for Infected People. These will allow you to keep track of how many healthy and sick people there are.
......
Carefully following the instructions stated in this online tutorial, I conducted the model one step after another without any skip or omission. Unfortunately, this failed to lead me to success in modeling this elementary SD problem, so as to result in "ERROR: No units specified for - Get sick" when "Checking Units" is conducted. According to this online tutorial, the rate Get Sick is defined as follows:
1 Assume that every susceptibleperson interacts with every infected person once per day. This can be expressed
mathematically as Susceptible People * Infected People. Not every interaction results in an infection though, so multiply this total number of interactions by the infection fraction to get
the number of people who get sick.
2 Following the PROCEDURE: with the Equations button still selected, click on Get Sick. Notice that the other variables in the system are listed in the box on the right of the input window. Because you connected these variables to this rate, they must be used in the formula you build. You can add them to your formula by clicking once on them. Enter the following formula:
[align=center]
Susceptible People * Infected People * Infection Fraction[/align]
Leaving the units blank for now, click OK to finish.
Please pay attention on the said statement "Leaving the units blank for now, click OK to finish". This is why "ERROR: No units specified for - Get sick" when "Checking Units" has to be caused.
To solve this error problem, I tried such all the units available in the model as 1/(people*day), Day, Donth, People, and Dmn1, but failed to correct the error until now. The system still reports errors again and again.
Can anyony kindly offer me a hand? Thanks in advance.
Encl.: Systems Dynamics Using Vensim Personal Learning Edition (PLE) Quick Start Tutorial
[Edited on 11-7-2010 by CATS_Whisker]