Difference between revisions of "Control of Heat Equation with Actuator Placement"
FelixMueller (Talk | contribs) (→Mathematical formulation) |
FelixMueller (Talk | contribs) (→Mathematical formulation) |
||
Line 24: | Line 24: | ||
<p> | <p> | ||
<math> | <math> | ||
− | \begin{array}{ | + | \begin{array}{lllcl} |
− | \min\limits_{u,v,w}~~ &||u(t_f)||_{2,\Omega}^2 +2||u||_{2,\Omega\times T}^2+\frac{1}{500}\sum\limits_{l=1}^L||v_l||^2_{2,T} & \\[10pt] | + | \min\limits_{u,v,w}~~ &||u(t_f)||_{2,\Omega}^2 &+2||u||_{2,\Omega\times T}^2+\frac{1}{500}\sum\limits_{l=1}^L||v_l||^2_{2,T} & \\[10pt] |
− | \text{ s.t.} ~~~~ &\frac{\partial u}{\partial t}- \kappa \Delta u=\sum\limits_{l=1}^L v_l f_l &\text{ in }&\Omega\times T\\[10pt] | + | \text{ s.t.} ~~~~ &\frac{\partial u}{\partial t}- \kappa \Delta u & =\sum\limits_{l=1}^L v_l f_l &\text{ in }&\Omega\times T\\[10pt] |
− | & u =0 &\text{ on } &\partial\Omega\times T \\[10pt] | + | & u & =0 &\text{ on } &\partial\Omega\times T \\[10pt] |
− | & u(x, y, 0) = 100 \sin(\pi x)\sin(\pi y) &\text{ in }& \Omega\\[10pt] | + | & u(x, y, 0) & = 100 \sin(\pi x)\sin(\pi y) &\text{ in }& \Omega\\[10pt] |
− | & -M w_l\leq v_l\leq M w_l \text{ for all } l\in \{1,\dots,L\} &\text{ in } & T \\[10pt] | + | & -M w_l & \leq v_l\leq M w_l \text{ for all } l\in \{1,\dots,L\} &\text{ in } & T \\[10pt] |
− | & \sum\limits_{l=1}^L w_l \leq W &\text{ in } & T\\[10pt] | + | & \sum\limits_{l=1}^L w_l & \leq W &\text{ in } & T\\[10pt] |
− | & w_l(t)\in \{0,1\} \text{ for all } l\in \{1,\dots,L\} &\text{ in } &T. | + | & w_l(t) & \in \{0,1\} \text{ for all } l\in \{1,\dots,L\} &\text{ in } &T. |
\end{array} | \end{array} |
Revision as of 11:47, 7 March 2016
Control of Heat Equation with Actuator Placement | |
---|---|
State dimension: | 1 |
Differential states: | 1 |
Continuous control functions: | 9 |
Discrete control functions: | 9 |
Path constraints: | 3 |
Interior point equalities: | 2 |
This problem is governed by the heat equation and is adapted from Iftime and Demetriou ([Iftime2009]Author: Orest V. Iftime; Michael A. Demetriou
Journal: {A}utomatica
Number: 2
Pages: 312--323
Title: {O}ptimal control of switched distributed parameter systems with spatially scheduled actuators
Volume: 45
Year: 2009
).
Its goal is to choose a place to apply an actuator in a given area depending on time.
The objective function is quadratic, its first term captures the desired final state , the second term regularizes the state over time and the third term regularizes the continuous controls.
The constraints are a source budget, which limits the quantity of placed actuators, and the two-dimensional heat equation with some source function.
Additionally, we assume Dirichlet boundary conditions and initial conditions.
Originally, the problem formulation was non-convex.
We overcome this issue by substitution of by and adding the Big M formulation.
Contents
Mathematical formulation
Parameters
We define the source term for all locations and a fix parameter : where is the coordinate of the mesh point of the th possible actuator location.
The parameters used are:
The parameter describes the thermal dissipativity of the material in the domain , it may vary in space: .
The parameter indicates the number of possible actuator locations. They are distributed as indicated in the picture.
The source budget is limited by and denotes the final time.
Discretization
To solve the problem we apply a "first discretize, then optimize" approach and discretize the components of the problem. For the heat equation, we use a five-point-stencil in space and the implicit euler in time. For , , and , this yields:
with ,, , with the stepsizes in space , and in time , respectively.
It holds for the source buget with the discretized binary controls for all :
This condition is called SOS- conditon.
We remark that the number of discretized binary variables does not depend on the space discretization but does on the time discretization. That is why we tagged this problem as containing mesh-independent and mesh-dependent integer variables.
Reference Solution
Source Code
References
[Iftime2009] | Orest V. Iftime; Michael A. Demetriou (2009): {O}ptimal control of switched distributed parameter systems with spatially scheduled actuators . {A}utomatica, 45, 312--323 |