StockPortSensor_ControlRate of flow information from stock ports |
This information is part of the Business Simulation Library (BSL). Please support this work and ► donate.
This component is typically used to build submodels where the information regarding the rate of flow needs to be extracted from the outside StockPort
. In this component the Boolean flags stopInflow
and stopOutflow
can be explicitly set using the Boolean input connectors and the input values will override the signals received at the FlowPort
, which will typically be connected to the inside StockPort
which would normally be directly connected to the outside one.
netFlow |
Type: RealOutput Description: Current netflow |
|
---|---|---|
stockPort |
Type: StockPort Description: Connector for stock components |
|
flowPort |
Type: FlowPort Description: Used to represent stock and flow connections |
|
u_stopOutflow |
Type: BooleanInput Description: Boolean signal to prevent outflow from the component |
|
u_stopInflow |
Type: BooleanInput Description: Boolean signal to prevent inflow into the component |
|
stopInflow |
Type: BooleanOutput Description: Report the signal received at the flow port side |
|
stopOutflow |
Type: BooleanOutput Description: Report the signal received at the flow port side |
BusinessSimulation.MoleculesOfStructure.Transceivers Splitting an arbitrary flow into n subflows |