Jump to content

DOW Experimental Design: Difference between revisions

From mintOC
No edit summary
No edit summary
Line 1: Line 1:
{{Dimensions
|nd        = 1
|nx        = 11
|nw        = 2
|nc        = 4
|nre      = 11
}}
The '''DOW Experimental Design problem''' models the OED problem for the parameter estimation problem formulated by the DOW Chemical Co. in 1981. The following formulation is taken from "Nonlinear Parameter Estimation:
The '''DOW Experimental Design problem''' models the OED problem for the parameter estimation problem formulated by the DOW Chemical Co. in 1981. The following formulation is taken from "Nonlinear Parameter Estimation:
a Case Study Comparison" by L. T. Biegler and J. J. Damiano <span style="color:red">add quote</span>.
a Case Study Comparison" by L. T. Biegler and J. J. Damiano <span style="color:red">add quote</span>.
Line 45: Line 53:
\begin{array}{c}
\begin{array}{c}
  K_1 = \frac{[MBM^-][H^+]}{[(MBMH)_N]} \\
  K_1 = \frac{[MBM^-][H^+]}{[(MBMH)_N]} \\
  K_2 = \frac{[A^-][H^+]}{[(HA)_N]} \\
  K_1 = \frac{[A^-][H^+]}{[(HA)_N]} \\
  K_3 = \frac{[ABM^-][H^+]}{[(HABM)_N]}  
  K_1 = \frac{[ABM^-][H^+]}{[(HABM)_N]}  
\end{array}
\end{array}
</math>
</math>
Line 103: Line 111:
  </math>
  </math>
</p>
</p>
Here <math>R</math> is the gas constant, <math>T</math> is reaction temperature in Kelvins and the parameters <math>\alpha_i,E_i</math> represent the pre-exponential factor and activation energy, respectively, for the appropriate rate constant.
Here <math>R</math> is the gas constant and <math>T</math> is reaction temperature in Kelvins. The parameter <math>\alpha_i</math>, given in <math>\operatorname{mol}/( \operatorname{kg} \cdot \operatorname{h})</math>, represent the pre-exponential factor and <math>E_i</math>, with unit <math>\operatorname{cal}/{\operatorname{mol}}</math>, is the activation energy.  


== Mathematical formulation ==
== Mathematical formulation ==


The chemical processes <math>(a)-(j)</math> can be expressed mathematically as six differential and four algebraic equations:  
The chemical processes <math>(a)-(j)</math> can be expressed mathematically as six differential equations and four algebraic equations:  
<p>
<p>
  <math>
  <math>
Line 124: Line 132:
  </math>
  </math>
</p>
</p>
Here the letter stands for the corresponding chemical process and the quantity <math>\left[Q^+\right]</math> is a concentration which is assumed to be constant during the reactions.
Here the letter stands for the corresponding chemical process.
The nine parameters form the vector  
The nine parameters form the vector  
<p>
<p>
Line 207: Line 215:
\begin{array}{l}
\begin{array}{l}
   f_y(\cdot) \in \mathbb{R}^{10 \times 10} \quad \text{ with } (f_y)_{i,j} = f_{y,i,j}, \\
   f_y(\cdot) \in \mathbb{R}^{10 \times 10} \quad \text{ with } (f_y)_{i,j} = f_{y,i,j}, \\
   f_\theta(\cdot) \in \mathbb{R}^{10 \times 9} \quad \text{ with } (f_\theta)_{i,j} = f_{\theta,i,j}
   f_\theta(\cdot) \in \mathbb{R}^{10 \times 9} \quad \text{ with } (f_\theta)_{i,j} = \frac{\partial f_i}{\partial \theta_j}
  \end{array}
  \end{array}
  </math>
  </math>

Revision as of 13:33, 23 September 2024

DOW Experimental Design
State dimension: 1
Differential states: 11
Discrete control functions: 2
Path constraints: 4
Interior point equalities: 11


The DOW Experimental Design problem models the OED problem for the parameter estimation problem formulated by the DOW Chemical Co. in 1981. The following formulation is taken from "Nonlinear Parameter Estimation: a Case Study Comparison" by L. T. Biegler and J. J. Damiano add quote.

The chemical species are disguised for proprietary reasons and the desired reaction is given by HA+2BMAB+HBMH, where AB is the desired product. The reactions are described as follows:

Slow Kinetic Reactions:

M+BMk1k1MBMA+BMk2ABMM+ABk3k3ABM

Acid-Base Reactions:

MBMHK1MBM+H+HAK2A+H+HABMK2ABM+H+

In order to devise a model to account for these reactions, it is first necessary to distinguish between the overall concentration of a species and the concentration of its neutral form. Overall con- centrations are defined for three components based on neutral and ionic species

[HBMH]=[(MBMH)N]+[MBM][HA]=[(HA)N]+[A][HABM]=[(HABM)N]+[ABM]

Here [ ] denotes the concentration of the species in gmol/kg. By assuming the rapid acid-base reactions are at equilibrium, the equilibrium constants K1,K2,K3 can be defined as

K1=[MBM][H+][(MBMH)N]K1=[A][H+][(HA)N]K1=[ABM][H+][(HABM)N]

The anionic species may then be represented by

[MBM]=K1[MBMH]K1+[H+](a)[A]=K2[HA]K2+[H+](b)[ABM]=K3[HABM]K3+[H+](c)

Material balance equations for the three reactants in the slow kinetic reactions yield:

d[M]dt=k1[M][BM]+k1[MBM]k3[M][AB]+k1[ABM](d)d[BM]dt=k1[M][BM]+k1[MBM]k2[A][BM](e)d[AB]dt=k3[M][AB]+k3[ABM](f)

From stoichiometry, rate expressions can also be written for the total species:

d[MBMH]dt=k1[M][BM]+k1[MBM](g)d[HA]dt=k2[A][BM](h)d[HABM]dt=k2[A][BM]+k3[M][AB]k3[ABM](i)

An electroneutrality constraint gives the hydrogen ion con- centration [H+] as

[H+]+[Q+]=[M]+[MBM]+[A]+[ABM](j)

Based on similarities of reacting species, we assume

k3=k1,k3=12k1

With these assumptions, the three rate constants k1,k2 and k3 must be estimated. Each of these can be fitted with two adjustable model parameters, assuming an Arrhenius temperature dependence. That is

ki=αiexp(Ei/(RT)),i{1,1,2}

Here R is the gas constant and T is reaction temperature in Kelvins. The parameter αi, given in mol/(kgh), represent the pre-exponential factor and Ei, with unit cal/mol, is the activation energy.

Mathematical formulation

The chemical processes (a)(j) can be expressed mathematically as six differential equations and four algebraic equations:

dy1dt=k2y8y2(1),(h)dy2dt=k1y6y2+k1y10k2y8y2(2),(e)dy3dt=k2y8y2+k1y6y412k1y9(3),(i)dy4dt=k1y6y4+12k1y9(4),(f)dy5dt=k1y6y2+k1y10(5),(g)dy6dt=k1(y6y2+y6y4)+k1(y10+12y9)(6),(d)y7=[Q+]+y6+y8+y9+y10(7),(j)y8=θ8y1θ8+y7(8),(b)y9=θ9y3θ9+y7(9),(c)y10=θ7y5θ7+y7(10),(a)

Here the letter stands for the corresponding chemical process. The nine parameters form the vector

θ=(α1,E1,α2,E2,α1,E1,K1,K2,K3)

The predicted concentrations form the vector

y=(HA,BM,HABM,AB,MBMH,M,H+,A,ABM,MBM)

Let fk() denote the right hand side of equation (k) for k=1,,6. We reformulate the last four algebraic equations as differential ones:

dy7dt=f7=f6+f8+f9+f10(7)dy8dt=f8=θ8f1(θ8+f7)θ8y1f7(θ8+y7)2(8)dy9dt=f9=θ9f3(θ9+f7)θ9y3f7(θ9+y7)2(9)dy10dt=f10=θ7f5(θ7+f7)θ7y5f7(θ7+y7)2(10)

The right hand sides of (1)(6) and (7)(9) are summarized as the vector-valued function f. Moreover, let

fy,m,n()=fm()yn,m,n{1,,6}fθ,m,n()=fm()yn

We are interested in when to measure (with an upper bound Mi on the measuring time for each observable). We define

fy()10×10 with (fy)i,j=fy,i,j,fθ()10×9 with (fθ)i,j=fiθj

In this approach, we add the so-called sensitivities G=dy/dθ. For the differential equations this means

G˙(t)=fy(y(t),θ)G(t)+fθ(y(t),θ),G(0)=y(0)θ

Now we formulate the OED problem as described in (Optimal Experimental Design for Universal Differential Equations add quote)

miny,G,F,z,wtrace(F1(tf))subject toy˙(t)=f(y(t),θ)G˙(t)=fy(y(t),θ)G(t)+fθ(y(t),θ)F˙(t)=i=1nowi(t)(hyi(y(t))G(t))T(hyi(y(t))G(t))z˙(t)=w(t),y(0)=y0G(0)=y(0)θF(0)=0,z(0)=0w(t)𝒲zi(tf)Mi

Here h:10no is the observed function. The evolution of the symmetric matrix F:[0,tf]9×9 is given by the weighted sum of observability Gramians hyi(y(t))G(t), i=1,,no for each observed function of states. The weights wi(t){0,1}, i=1,,no are the (binary) sampling decisions, where wi(t)=1 denotes the decision to perform a measurement at time t.

Parameters

The initial parameter estimates are:

α1=2.0×1013E1=2.0×104α2=2.0×1013E2=2.0×104α1=4.3×1015E1=2.0×104K1=1.0×1017K2=1.0×1011K3=1.0×1017

The initial model conditions in addition to those given in the data sets are:

y5=0y6=0.0131y7=12(K2+K22+4K2y1(0))y8=y7y9=0y10=0

Miscellaneous and Further Reading

The Lotka Volterra fishing problem was introduced by Sebastian Sager in a proceedings paper [Sager2006]Address: Heidelberg
Author: S. Sager; H.G. Bock; M. Diehl; G. Reinelt; J.P. Schl\"oder
Booktitle: Recent Advances in Optimization
Editor: A. Seeger
Note: ISBN 978-3-5402-8257-0
Pages: 269--289
Publisher: Springer
Series: Lectures Notes in Economics and Mathematical Systems
Title: Numerical methods for optimal control with binary control functions applied to a Lotka-Volterra type fishing problem
Volume: 563
Year: 2009
Link to Google Scholar
and revisited in his PhD thesis [Sager2005]Address: Tönning, Lübeck, Marburg
Author: S. Sager
Editor: ISBN 3-89959-416-9
Publisher: Der andere Verlag
Title: Numerical methods for mixed--integer optimal control problems
Url: http://mathopt.de/PUBLICATIONS/Sager2005.pdf
Year: 2005
Link to Google Scholar
. These are also the references to look for more details. The experimental design problem has been described in the habilitation thesis of Sager, [Sager2011d]Author: S. Sager
How published: University of Heidelberg
Month: August
Note: Habilitation
Title: On the Integration of Optimization Approaches for Mixed-Integer Nonlinear Optimal Control
Url: http://mathopt.de/PUBLICATIONS/Sager2011d.pdf
Year: 2011
Link to Google Scholar
.

References

There were no citations found in the article.