MATLAB App Designer application for simulating coupled tank systems with capacitance dynamics.
Interactive simulator for modeling liquid level behavior in coupled tanks. Built as an educational tool for understanding control systems and fluid dynamics concepts.
- Interactive parameter controls for tank geometry and flow rates
- Real-time visualization of tank levels
- Graphical plots of system response
- Adjustable simulation parameters
- Platform: MATLAB R2020a or later
- Tool: App Designer
- Format:
.mlapp
.
βββ Tanque_Capacitancia_PROYECTO.mlapp # Main application
βββ start.png # UI assets
βββ itesm.png # Branding
βββ README.md
In MATLAB:
>> Tanque_Capacitancia_PROYECTOOr:
- Open MATLAB
- Double-click
Tanque_Capacitancia_PROYECTO.mlapp - Click Run
Simulates coupled tank equations:
Tank 1: Aβ(dhβ/dt) = Qα΅’β - (hβ - hβ)/Rβ
Tank 2: Aβ(dhβ/dt) = (hβ - hβ)/Rβ - hβ/Rβ
Where:
- hβ, hβ = Tank levels
- Aβ, Aβ = Tank areas
- Rβ, Rβ = Valve resistances
- Qα΅’β = Input flow rate
Developed at TecnolΓ³gico de Monterrey for control systems coursework.
For MATLAB users: Share the .mlapp file
Standalone version:
>> mcc -m Tanque_Capacitancia_PROYECTO.mlappRequires MATLAB Runtime for users without MATLAB.
Institution: ITESM
Platform: MATLAB App Designer