StockInformation

Record of information that can be collectecd from a stock

Information

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

A record of stock-related information. It groups that following variables:

Variable (Type)

Description

infoLevel (Real)

Current amount in the stock or level

infoInflow (Rate)

Current rate of total inflow into stock

infoOutflow (Rate)

Current rate of total outflow from the stock

infoNetFlow (Rate)

Current net-rate of flow (> 0 inflow, < 0 outflow)

infoMeanResidenceTime (Time) 

Current average time of residence for elements in the stock (if there is no outflow, -1 is to be reported)

Used in Components (1)

Aggregation

BusinessSimulation.CausalLoop

Generalized mean function for multiple stock information inputs

Extended by (4)

StockInfoMultiOutput

BusinessSimulation.Interfaces.Connectors

Multiple outputs with stock-related information

StockInfoMultiInput

BusinessSimulation.Interfaces.Connectors

Multiple inputs with stock-related information

StockInfoInput

BusinessSimulation.Interfaces.Connectors

Input of record with stock-related information

StockInfoOutput

BusinessSimulation.Interfaces.Connectors

Output of record with stock-related information