Difference between revisions of "Batch reactor"
FelixMueller (Talk | contribs) (→Reference Solutions) |
FelixMueller (Talk | contribs) (→Reference Solutions) |
||
Line 43: | Line 43: | ||
<gallery caption="Reference solution plots" widths="180px" heights="140px" perrow="2"> | <gallery caption="Reference solution plots" widths="180px" heights="140px" perrow="2"> | ||
− | + | File:batch_reactor_state_plot.png| Optimal states x_1(t) and x_2(t). | |
− | + | File:batch_reactor_control_plot.png| Optimal control u(t). | |
</gallery> | </gallery> | ||
Revision as of 18:35, 12 January 2016
Batch reactor | |
---|---|
State dimension: | 1 |
Differential states: | 2 |
Continuous control functions: | 1 |
Discrete control functions: | 0 |
Interior point equalities: | 2 |
This batch reactor problem describes the consecutive reaction of some substance A via substance B into a desired product C.
The system is interacted with via the control function which stands for the temperature. The goal is to produce as much of substance B (which can then be converted into product C) as possible within the time limit.
Mathematical formulation
The optimal control problem is given by
and stand for the concentrations of A and B at timepoint respectively. The control function represents the temperature.
Parameters
The starting time and end time are given by .
Reference Solutions
This solution was computed using JuMP with a collocation method and 300 discretization points. The differential equations were solved using the explicit Euler Method. The source code can be found at Batch reactor (JuMP).
The optimal objective value of the problem is .
- Batch reactor state plot.png
Optimal states x_1(t) and x_2(t).
Source Code
Model descriptions are available in
References
The problem can be found in the Tomlab PROPT guide or in the Dynopt guide.