The Vensim docs don't say how a zero delay time for DELAY FIXED should be interpreted. For instance:
delay time = 0 ~~|
init value = 0 ~~|
a = DELAY FIXED(input, delay time, init value) ~~|
Experimentation shows that the output for a zero delay is the same as a delay of one time step. Instead, in SDEverywhere the output is always the init value.
The Vensim docs don't say how a zero delay time for
DELAY FIXEDshould be interpreted. For instance:Experimentation shows that the output for a zero delay is the same as a delay of one time step. Instead, in SDEverywhere the output is always the init value.