Jump to content

Catalytic cracking problem: Difference between revisions

From mintOC
Line 17: Line 17:
<math>
<math>
\begin{array}{llcl}
\begin{array}{llcl}
  \displaystyle \min_{\theta} &\sum\limits_{j=1}^{21} ||y(\tau_j; \theta) - z_j||^2  \\[1.5ex]
  \displaystyle \min_{\theta} &\sum\limits_{j=1}^{21} &||y(\tau_j; \theta) - z_j||^2  \\[1.5ex]
  \mbox{s.t.} & \dot{y}_1 & = &  -(\theta_1 + \theta_3) y_1^2, \\
  \mbox{s.t.} & \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.  \\

Revision as of 17:23, 5 May 2016

Catalytic cracking problem
State dimension: 1
Differential states: 2
Discrete control functions: 1
Interior point equalities: 2

This 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.

Parameters

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

Source Code

Model descriptions are available in