.BusinessSimulation.Stocks.PureDelay

Information

This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.

At any given time, the inflow to the PureDelay is delayed by an exact amount of time given either by the parameter delayTime or the continuous input u. Changes in the delay time will only affect the current or later inflow, i.e., whatever is already in the process of being delayed will not be affected.

Implementation

The PureDelay  will work at discrete time intervals:

when sample(modelSettings.modelStartTime + samplingPeriod, samplingPeriod) then
  // load new material into the stock, move loaded material, unload material
end when;

The values for the in- and outflows and the load will be kept constant between events.

Notes

See also

SimpleConveyor, Conveyor, DelayNDelayFixedDelayInformation


Generated at 2024-05-07T18:16:22Z by OpenModelicaOpenModelica 1.22.4 using GenerateDoc.mos