WOLFRAM SYSTEMMODELER

Tank

Model of a simple tank holding liquid

Wolfram Language

In[1]:=
Click for copyable input
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:

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

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

Used in Examples (3)

TankPI

A tank controlled by a PI controller

TankPID

A tank controlled by a PID controller

TankSystem

System of multiple connected tanks