WOLFRAM SYSTEM MODELER

COutflow

Controlled outflow element

Diagram

Wolfram Language

In[1]:=
SystemModel["SystemDynamics.Rates.COutflow"]
Out[1]:=

Information

This is the System Dynamics controlled restricted Outflow element, whereby the rate itself is determined by a single variable in its laundry list. This element is a restricted rate element with the additional feature that the upstream level can control the flow by telling it that it is empty. This is accomplished by a Boolean control signal from the upstream level to the rate element.

The controlled outflow element should e.g. be used to model the drainage of a kitchen sink. Water can flow out of the kitchen sink only as long as there is any water left.

Parameters (2)

minFlow

Value: 0

Type: Real

Description: Smallest allowed flow

maxFlow

Value: inf

Type: Real

Description: Largest allowed flow

Outputs (1)

rate

Type: Real

Connectors (4)

u

Type: RealInput

Description: Signal inflow variable

y

Type: MassOutPort

Description: Mass inflow variable

y1

Type: MassOutPort

Description: Mass outflow variable

s

Type: BooleanInput

Description: Control signal

Components (3)

Limiter1

Type: Limiter

Description: Limit the range of a signal

Switch1

Type: Switch

Description: Switch between two Real signals

Const1

Type: Constant

Description: Generate constant signal of type Real