WOLFRAM SYSTEM MODELER
TankModel of a simple tank holding liquid |
SystemModel["IntroductoryExamples.Hierarchical.Components.Tank"]
Tank model where the water level h is a function of the flow in and out from the tank, and the tank area A:
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 |
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 |
IntroductoryExamples.Hierarchical A tank controlled by a PI controller |
|
IntroductoryExamples.Hierarchical A tank controlled by a PID controller |
|
IntroductoryExamples.Hierarchical System of multiple connected tanks |