GenericStock_Special

Generic Stock with internal dynamics

Information

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

Partial model with three Real output connectors, a →StockPort connector on the inflow side, a →StockPort_Special connector on the outflow side, and an optional →StockInfoOutput. This is the base class for dynamic stock components that will usually signal the rate of outflow to a connected flow component.

Parameters (2)

init

Value: InitializationOptions.FixedValue

Type: InitializationOptions

Description: Provide InitializationOptions (Free, FixedValue, SteadyState)

hasStockInfoOutput

Value: false

Type: Boolean

Description: = true, if a StockInfoOutput should be added to the stock

Connectors (6)

y

Type: RealOutput

Description: Level or rate information

y1

Type: RealOutput

Description: Level or rate information

y2

Type: RealOutput

Description: Level or rate information

inflow

Type: StockPort

Description: Inflow port of the stock

outflow

Type: StockPort_Special

Description: Special outflow port of the stock (stock sets rate)

y_stockInfo

Type: StockInfoOutput

Description: Optional StockInfoOutput

Extended by (5)

Oven

BusinessSimulation.Stocks

Batch processing of inflow (aka batch delay)

PureDelay

BusinessSimulation.Stocks

Delay the flow of material for a fixed (but variable) delay time

Conveyor

BusinessSimulation.Stocks

Conveyor delay (aka pipeline ~) with variable delay time

SimpleConveyor

BusinessSimulation.Stocks

Conveyor (aka pipeline delay) with constant delay time and no leakage

DelayN

BusinessSimulation.Stocks

Material delay of n-th Order