Manual Part 00 - Tutorial 01 PDF
Manual Part 00 - Tutorial 01 PDF
PARTIE 00
Tutorial 01
www.true-world.com
Contents
I - INTRODUCTION...................................................................................................................................3
A) Overview of the tutorial.......................................................................................................................3
B) Studied model......................................................................................................................................4
II – MODEL.................................................................................................................................................5
A) Create a new empty model...................................................................................................................5
B) Save model as......................................................................................................................................5
C) Setting the date.....................................................................................................................................6
III – FRAME................................................................................................................................................7
A) Create new frame.................................................................................................................................7
B) Setting the new frame..........................................................................................................................8
IV – STOCKS..............................................................................................................................................9
A) Create new stocks................................................................................................................................9
B) Setting the new stocks........................................................................................................................10
V – FLOWS...............................................................................................................................................11
A) Create one new link between two stocks............................................................................................11
B) Create three new virtual links.............................................................................................................11
C) Rename the new links........................................................................................................................12
D) Setting the links.................................................................................................................................13
1. Setting the chronology.....................................................................................................................14
2. Editing the procedure......................................................................................................................15
3. Setting the virtual links....................................................................................................................17
VI – COMPUTE THE MODEL.................................................................................................................18
A) Compute the model for one cycle......................................................................................................19
VII – CHARTS...........................................................................................................................................20
A) Creating one chart for three links.......................................................................................................20
B) Creating chart for one stock...............................................................................................................21
VIII – DISPLAY THE MODEL.................................................................................................................22
A) Display the values of the model after computing...............................................................................22
The tutorial has been designed to progressively teach you how to use TRUE. By following this course:
you will discover the main concepts explained here informally; these are the concepts you need to
lean and understand.
As you progress through the tutorial, if you want to take a closer look at a concept or if you wand to get
more details, see the other User-Manuals, but it is recommended to read them first.
As an illustration of the use of system dynamics, imagine an organisation that plans to introduce an
innovative new durable consumer product. The organisation needs to understand the possible market
dynamics in order to design marketing and production plans.
Http://www.true-world.com/htm/en/adoption.htm
B) Save model as
Setting the date doesn't affect the model, this is only for information.
Let say that the unit of time of the model Adoption is the month :
Creating this frame doesn't affect the model, this is only for display.
By default, the names of the stocks are O, O[1], O[2], O[3] → Object, object 1, ...
The window “Link” display the list of the actions of the link “New adopters” :
- Chronology = 1
- Start = 1
- Interval = 1
- Repeat = 12
That means that the action will be executed starting from time one, every one time, 12 times.
According the “setting date” where “time is month”, this action will be executed every month of every
year.
Note that the cell of the column “Ed” is red, that means that the action is in editing mode, in the window
“1 Actions : New adopters.... ”.
Chronology determines when one action will be executed, in each unit of time.
In this model, the action of this link should be the latest action to be executed.
Note that in Vensim software, there is no temporal parameters, and that the chronology is automatic,
according the causalities.
This window contains the code of the procedure of the action of the link “New adopters”.
y= Lvalue("Innovators") + Lvalue("Imitators")
y = Round(y,2)
You can too drag and drop the link “Innovators” in this window instead taping the code
Lvalue("Innovators")
Probability
Chronology = 1
Code =
pt,pta is currency
pt = Ovalue("Potential adopters")
pta = pt + Ovalue("Adopters")
IF pta <> 0
y = pt / pta
y = Round(y,2)
END
Imitators
Chronology = 2
Code =
y = Ovalue("q") * Ovalue("Adopters")* Lvalue("Probability")
y = Round(y,2)
Innovator
Chronology = 3
Code =
y = Ovalue("p") * Ovalue("Potential adopters")
y = Round(y,2)
Note that the blue button “Compute”, under menu View, is enable after creating the first Stock.
If this button is enable, that means that the model is modified and you have to compute it, first or again.
If you want to compute the module for more than one cycle, enter the number of cycle in the field
“Asked/reach computed cycles” and click on the button “Compute“ :
After computing, values of the stocks and flows are displayed, according the selected unit of times