Jump to content

DOW Experimental Design

From mintOC
Revision as of 09:43, 23 September 2024 by RobertLampel (talk | contribs) (Created page with "{{Dimensions |nd = 1 |nx = 11 |nw = 2 |nc = 4 |nre = 11 }} The '''DOW Experimental Design problem''' models the OED problem for the paramete...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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.

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, T is reaction temperature in Kelvins and the parameters αi,Ei represent the pre-exponential factor and activation energy, respectively, for the appropriate rate constant.

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. Moreover, let

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

The non-zero derivatives are given by

fy12=k2y8fy18=k2y2fy22=k1y6k2y8fy26=k1y2fy28=k2y2fy32=k2y8fy34=k1y6fy36=k1y4fy44=k1y6fy46=k1y4f52=k1y6fy56=k1y2fy62=k1y6fy64=k1y6fy66=k1(y2+y4)


We are interested in when to measure, with an upper bound M on the measuring time. We can measure the states directly, h1(x(t))=x1(t) and h2(x(t))=x2(t). We use two different sampling functions, w1() and w2() in the same experimental setting. This can be seen either as a two-dimensional measurement function h(x(t)), or as a special case of a multiple experiment, in which u(),x(), and G() are identical. The experimental design problem then reads

Parameters

We use tf=12, p1=p2=p3=p4=1, and p5=0.4, p6=0.2. The upper bound on the measurement time intervals is chosen as M=4.

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.