modelExogenousChange
A stock is filled or drained at a given rate
Extends from Interfaces.Basics.GenericSourceOrSink (SinkOrSource template with one flow port), Icons.SourceOrSink (General icon for sources or sinks), Interfaces.Basics.SingleInput (Single Input to Stock, Flow, or Source/Sink component).
Information
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
ExogenousChange can be used to model an inflow to a stock from a source or an outflow from a stock to a sink. In either case it is assumed, that the source or sink has infinite capacity and thus lies outside the border of the system in focus. By convention, a positive rate will fill the connected stock, while a negative rate will drain it. The rate of flow is determined by the real input u.
See also
Connectors
| Type | Name | Default | Description |
|---|---|---|---|
| Connectors.FlowPort | massPort (from GenericSourceOrSink) | Inflow to or outflow from connected stock | |
| Connectors.RealInput | u (from SingleInput) | Input signal |
Components
| Type | Name | Default | Description |
|---|---|---|---|
| RealOutput | y (from ThreeSO_rate) | Rate information | |
| RealOutput | y1 (from ThreeSO_rate) | Rate information | |
| RealOutput | y2 (from ThreeSO_rate) | Rate information |