Delay Functions

Use this forum to post Vensim related questions.
Post Reply
ingdanny
Junior Member
Posts: 2
Joined: Thu Oct 08, 2015 4:44 pm
Vensim version: PLE

Delay Functions

Post by ingdanny »

I am working with System Dynamics Modeling for Sustainability. However, I would like to know details of the mathematical formulation of the functions of Vensim Delay Fixed and Delay material. Because t is not clear in the manual Vensim and I need to know what is the programming of these functions, to build the differential equations systems and try to solve in the analytical way
Administrator
Super Administrator
Posts: 4590
Joined: Wed Mar 05, 2003 3:10 am

Re: Delay Functions

Post by Administrator »

Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391

Units are important!
http://www.bbc.co.uk/news/magazine-27509559
tomfid
Administrator
Posts: 3811
Joined: Wed May 24, 2006 4:54 am

Re: Delay Functions

Post by tomfid »

These are pure pipeline delays, so

y = DELAY FIXED( x, duration, x )

is essentially the same as

y = x(time-duration)

DELAY MATERIAL is the same, except for special treatment to conserve material if the duration increases.
Post Reply