WOLFRAM SYSTEM MODELER
TankModel of a simple tank holding liquid |
|

SystemModel["DocumentationExamples.Simulation.Tanks.Components.Tank"]

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.
| 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 |
|
DocumentationExamples.Simulation.Tanks A tank controlled by a PI controller |