WOLFRAM SYSTEM MODELER

Tank

Model of a simple tank holding liquid

Wolfram Language

In[1]:=
SystemModel["IntroductoryExamples.Hierarchical.Components.Tank"]
Out[1]:=

Information

Tank model where the water level h is a function of the flow in and out from the tank, and the tank area A:

Parameters (3)

A

Value: 1.0

Type: Real (m²)

Description: Bottom area

minFlow

Value: 0.0

Type: Real (m³/s)

Description: Minimum flow through output valve

maxFlow

Value: 0.5

Type: Real (m³/s)

Description: Maximum flow through output valve

Connectors (4)

u

Type: ActSignalInput

Description: Actuator controlling output flow, connector

qIn

Type: LiquidFlowInput

Description: Flow through input valve, connector

y

Type: ReadSignalOutput

Description: Sensor reading tank level, connector

qOut

Type: LiquidFlowOutput

Description: Flow through output valve, connector

Used in Examples (3)

TankPI

IntroductoryExamples.Hierarchical

A tank controlled by a PI controller

TankPID

IntroductoryExamples.Hierarchical

A tank controlled by a PID controller

TankSystem

IntroductoryExamples.Hierarchical

System of multiple connected tanks