Jump to content

Catalytic cracking problem: Difference between revisions

From mintOC
No edit summary
No edit summary
 
(One intermediate revision by the same user not shown)
Line 20: Line 20:
  & \dot{y}_1 & = &  -(\theta_1 + \theta_3) y_1^2, \\
  & \dot{y}_1 & = &  -(\theta_1 + \theta_3) y_1^2, \\
  & \dot{y}_2 & = & \theta_1 y_1^2 - \theta_2 y_2,  \\
  & \dot{y}_2 & = & \theta_1 y_1^2 - \theta_2 y_2,  \\
  & \theta_i & \geq & 0.
  & \theta_i & \geq & 0 \quad i = 1,...,3.
\end{array}  
\end{array}  
</math>
</math>
Line 39: Line 39:
[[Category:ODE model]]
[[Category:ODE model]]
[[Category:DAE model]]
[[Category:DAE model]]
[[Category:Chemical engineering]]

Latest revision as of 19:21, 29 September 2016

Catalytic cracking problem
Algebraic states: 2
Continuous control values: 3
Path constraints: 3

The Catalytic cracking problem tries to determine "reaction coefficients for the catalytic cracking of gas oil into gas and other byproducts." (Cite and problem taken from the COPS library)


Mathematical formulation

The problem is given by

minθj=121||y(τj;θ)zj||2s.t.y˙1=(θ1+θ3)y12,y˙2=θ1y12θ2y2,θi0i=1,...,3.

Parameters

The values zj are measurements for the concentration for y at time points τ1,...,τ21 and initial conditions are known.

Source Code

Model descriptions are available in