Double Tank

From mintOC
Revision as of 13:01, 10 December 2015 by ClemensZeile (Talk | contribs)

Jump to: navigation, search

The two states of the system correspond to the fluid levels of an upper and a lower tank. The output of the upper tank flows into the lower tank, the output of the lower tank exits the system, and the flow into the upper tank is restricted to either 1[lt/s] or 2[lt/s]. The dynamics in each mode are then derived using Torricelli’s law, as shown in Table xxx. The objective of the optimization is to have the fluid level in the lower tank equal to 3[m], as reflected in the cost function in xxx

Mathematical formulation


\begin{array}{ll}
 \displaystyle \min_{\sigma} &  \displaystyle \int_{0}^{T}2(x_2-3)^2 \quad \text{d}t \\[1.5ex]
 \mbox{s.t.} &  \displaystyle \dot{x}_1(t) = c_{\sigma(t)}-\sqrt{x_1(t)}, \\[1.5ex]
 &  \displaystyle \dot{x}_2(t) = \sqrt{x_2(t)}-\sqrt{x_2(t)} , \\[1.5ex]
 &  \displaystyle x(0)=(2,2)' \\[1.5ex]
 &  \displaystyle \sigma \in \{1,2\},\\[1.5ex]
 &  \displaystyle T=10\\
\end{array}