Page 1 of 1

Delay Functions

Posted: Thu Oct 08, 2015 4:54 pm
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

Re: Delay Functions

Posted: Thu Oct 08, 2015 4:59 pm
by Administrator

Re: Delay Functions

Posted: Thu Oct 08, 2015 5:48 pm
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.