Search found 14 matches

by bppro
Wed Jan 14, 2015 9:36 pm
Forum: Vensim
Topic: need some help about delays
Replies: 6
Views: 4547

Re: need some help about delays

Maybe the STEP function is what you're looking for. Please take a look at my model.

Have a nice day,
BP
by bppro
Sat Jan 03, 2015 10:03 pm
Forum: Vensim
Topic: host-parasitoid
Replies: 1
Views: 2304

Re: host-parasitoid

If you don't want a stock to go negative, a good method is to use first-order negative feedback control. However, it is sometime difficult to formulate a correct equation for this. You can also use the MIN function. For instance, "deaths" for pest population could be formulated as MIN(para...
by bppro
Tue Dec 16, 2014 4:43 pm
Forum: Vensim
Topic: import custom image to replace cloud icons
Replies: 7
Views: 6576

Re: import custom image to replace cloud icons

Yes, I am using Apple applications. I have tried paintbrush (http://paintbrush.sourceforge.net) and Autodesk Sketchbook from the app store.

Are Apple applications not capable of producing valid bmp files for Vensim?
by bppro
Tue Dec 16, 2014 3:05 pm
Forum: Vensim
Topic: import custom image to replace cloud icons
Replies: 7
Views: 6576

Re: import custom image to replace cloud icons

I can use your image. That means I must be doing something wrong when creating my .bmp file.

Thank you. I will try a different tool to create my bmp file and see if that helps.
by bppro
Tue Dec 16, 2014 12:27 pm
Forum: Vensim
Topic: import custom image to replace cloud icons
Replies: 7
Views: 6576

Re: import custom image to replace cloud icons

How can I verify if my image is valid? It has the .bmp extension.

Could you share your image with me so that I can try it on my machine? At least we'll know if that's the problem.
by bppro
Mon Dec 15, 2014 7:47 pm
Forum: Vensim
Topic: import custom image to replace cloud icons
Replies: 7
Views: 6576

import custom image to replace cloud icons

Dear Vensim gurus, I am using VensimDSS on a macbook pro retina (Yosemite 10.10.1). I am trying to replace the cloud icons with my own generated bmp image. To do so, I right-click a cloud and then use the "import" option. Then, I choose my file and click "ok". At that moment, Ven...
by bppro
Wed Dec 10, 2014 12:09 pm
Forum: Vensim
Topic: longevity of adults in prey predator system
Replies: 5
Views: 5015

Re: longevity of adults in prey predator system

The previous post is correct, deaths = adults / longivity To make sure you keep the "adults" stock positive, use the following equation (it takes everything from the stock, or what it needs). deaths = min ( adults / time step , adults / longivity ) You should also add units to your model....
by bppro
Wed Dec 10, 2014 2:40 am
Forum: Vensim
Topic: longevity of adults in prey predator system
Replies: 5
Views: 5015

Re: longevity of adults in prey predator system

If longevity is known, why don't you formulate deaths as adults/longevity?
by bppro
Sat Dec 06, 2014 2:01 pm
Forum: Vensim
Topic: Loan Model Question
Replies: 4
Views: 3526

Re: Loan Model Question

Hi, If I understand what you're trying to do, I guess you could have two stock and flow structures : one to keep track of the debt to be paid, and the other one to keep track of the investment money. The two would then be connected because part of the investment money would serve to repay the debt. ...
by bppro
Sat Nov 29, 2014 2:18 pm
Forum: Vensim
Topic: What improvements would you like to see in Vensim?
Replies: 150
Views: 13195906

Re: What improvements would you like to see in Vensim?

It would be great if Vensim had better scaling for retina displays. I run Vensim on a macbook pro retina, and everything looks blurry.

Using a tool like "Retinizer" helps a little, but much of the interface still looks wrong.

Thank you!
by bppro
Sun Nov 16, 2014 7:38 pm
Forum: Vensim
Topic: Newbie, trouble creating a simple model ...
Replies: 2
Views: 2975

Re: Newbie, trouble creating a simple model ...

Hi, There are some issues with your model. a) Variable types « Hunger » should be an auxiliary variable, not a stock. Stocks can only change through their flows. Stocks may only affect auxiliary or flow variables. b) Variable names « Food eaten » could be named « eating », and « metabolism » could b...
by bppro
Sun Nov 02, 2014 11:32 am
Forum: Vensim
Topic: computer speed
Replies: 22
Views: 27002

Re: computer speed

Hi, On the hardware side of things, I would take a look at CPU and RAM. Is your CPU reaching 100% while you're doing simulations, or is something else the bottleneck? What exactly is your CPU? Is your RAM full? How much do you have installed? Also, do you have Windows XP 32 bits or 64 bits? With tha...
by bppro
Fri Dec 20, 2013 1:50 pm
Forum: Vensim
Topic: DELAY CONVEYOR not working as expected
Replies: 3
Views: 4390

Re: DELAY CONVEYOR not working as expected

Many thanks to you both!

Indeed, the model now behaves exactly how I thought it should. I realize subcripts require extra attention!

Have a good day,
BP
by bppro
Thu Dec 19, 2013 8:45 pm
Forum: Vensim
Topic: DELAY CONVEYOR not working as expected
Replies: 3
Views: 4390

DELAY CONVEYOR not working as expected

Hi, Could someone please take a look at my model and explain to me the ouflow behavior? I was expecting to see CV to ouflow between time=0 and time=10 at a rate of 1. That is what happened. At time=10, I also thought the other components would start to outflow. But what I am observing is that all th...