Lecture Notes 34
Main.LectureNotes34 History
Show minor edits - Show changes to markup
(:html:)
<div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)
(:html:) <iframe width="560" height="315" src="https://www.youtube.com/embed/Q2dewZweAtU?list=PLLK3oSbvdxFdF67yVxF_1FQO9SbBY3yTL" frameborder="0" allowfullscreen></iframe> (:htmlend:)
(:html:)
<div id="disqus_thread"></div> <script type="text/javascript"> /* * * CONFIGURATION VARIABLES: EDIT BEFORE PASTING INTO YOUR WEBPAGE * * */ var disqus_shortname = 'apmonitor'; // required: replace example with your forum shortname /* * * DON'T EDIT BELOW THIS LINE * * */ (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = 'https://' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); </script> <noscript>Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript">comments powered by Disqus.</a></noscript> <a href="https://disqus.com" class="dsq-brlink">comments powered by <span class="logo-disqus">Disqus</span></a>
(:htmlend:)
Exam 3 - No class instruction
- Mon-Fri
- Open book
- Open notes
- Open computer
- No Time Limit
- Come see me if you have questions about the numerical solution to problem 1
Lecture 34 - Optimization
As part of the review on optimization, homework problem 19.14 was covered in class.
Homework Problem 19.14 from Process Dynamics and Control (Seborg, Edgar, Mellichamp, Doyle)
A reversible chemical reaction, A->B and B->A, occurs in an isothermal continuous stirred-tank reactor. The rate expressions for the forward and reverse reactions are:
- r1 = k1 CA
- r2 = k2 CB
Using the information given below, use a numerical search procedure to determine the value of Fb (L/hr) that maximizes the production rate of Cb (i.e. the amount of Cb that leaves the reactor, mol B/hr). The allowable values of Fb are 0 <= Fb <= 200 L/hr.
Available information
- The reactor is perfectly mixed.
- The volume of liquid, V, is maintained constant using an overflow line (not shown in the diagram).
- The following parameters are kept constant at the indicated numerical values:
- V = 200 L
- FA = 150 L/hr
- CAF = 0.3 mol A/L
- CBF = 0.3 mol B/L
The solution to this problem is possible with a number of numerical or analytical techniques. One solution approach that we covered in class was with the APMonitor software through the web interface.
Equations and Solution to HW19.14
Equations for HW19.14

Solution to HW19.14

Exam 3 - No class instruction
- Mon-Fri
- Open book
- Open notes
- Open computer
- No Time Limit
- Come see me if you have questions about the numerical solution to problem 1