WOLFRAM SYSTEM MODELER

TankSimple

Model of a simple tank holding liquid

Wolfram Language

In[1]:=
SystemModel["DocumentationExamples.Simulation.Tanks.Components.TankSimple"]
Out[1]:=

Information

Wolfram Language Documentation Examples

This library contains models used in the documentation of system modeling functionality in Wolfram Language. These examples and this library can be explored in the Wolfram Language documentation.

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 (1)

TankSystem

DocumentationExamples.Simulation.Tanks

System of multiple connected tanks