Jump to content

Tubular Reactor: Difference between revisions

From mintOC
Created page with "{{Dimensions |nd = 1 |nx = 2 |nw = 1 }} The '''Tubular Reactor problem''' is a two-dimensional ODE model. It aims to maximize the value of the second differential state at the end of the time interval. The optimal integer control functions exhibits a singular arc. == Mathematical formulation == <p> <math> \begin{array}{lll} \displaystyle \min_{w} && -x_2(1) dt \\ \text{subject to} \..."
 
Line 13: Line 13:
<math>
<math>
  \begin{array}{lll}
  \begin{array}{lll}
  \displaystyle \min_{w} && -x_2(1) dt \\
  \displaystyle \min_{w} && -x_2(1) \\
  \text{subject to} \\
  \text{subject to} \\
\quad \dot{x_1}(t) & = & -(w(t) + \frac{1}{2} \cdot w(t)^2) \cdot x_1(t),\\
\quad \dot{x_1}(t) & = & -(w(t) + \frac{1}{2} \cdot w(t)^2) \cdot x_1(t),\\

Revision as of 09:43, 20 August 2025

Tubular Reactor
State dimension: 1
Differential states: 2
Discrete control functions: 1


The Tubular Reactor problem is a two-dimensional ODE model. It aims to maximize the value of the second differential state at the end of the time interval.

The optimal integer control functions exhibits a singular arc.

Mathematical formulation

minwx2(1)subject tox1˙(t)=(w(t)+12w(t)2)x1(t),x2˙(t)=w(t)x1(t),x(0)=(1,0)T,w(t)[0,5]

Reference Solutions

Here is one local solution to the above control problem.

Miscellaneous and Further Reading

The Bryson-Denham problem is a variation of the double integrator problem [1]. This formulation detailed description can be found in [2].

References

[1] Arthur E Bryson and Yu-Chi Ho. Applied Optimal Control: Optimization, Estimation and Control. CRC Press, 1975.
[2] Multidisciplinary Optimal Control Library: https://openmdao.org/dymos/docs/latest/examples/bryson_denham/bryson_denham.html