WOLFRAM SYSTEM MODELER

Tank

Simple tank model (this is a copy from Isolde Dressler's master thesis project)

Wolfram Language

In[1]:=
SystemModel["Modelica.StateGraph.Examples.Utilities.Tank"]
Out[1]:=

Parameters (3)

A

Value: 1

Type: Real

Description: Ground area of tank in m^2

a

Value: 0.2

Type: Real

Description: Area of drain hole in m^2

hmax

Value: 1

Type: Real

Description: Max height of tank in m

Connectors (3)

levelSensor

Type: RealOutput

Description: 'output Real' as connector

inflow1

Type: Inflow1

Description: Inflow connector (this is a copy from Isolde Dressler's master thesis project)

outflow1

Type: Outflow1

Description: Outflow connector (this is a copy from Isolde Dressler's master thesis project)

Used in Examples (1)

ControlledTanks

Modelica.StateGraph.Examples

Demonstrating the controller of a tank filling/emptying system