{"id":4701,"date":"2024-10-03T20:30:51","date_gmt":"2024-10-03T20:30:51","guid":{"rendered":"https:\/\/workhouse.sweetdishy.com\/?p=4701"},"modified":"2024-10-03T20:30:52","modified_gmt":"2024-10-03T20:30:52","slug":"basic-computational-problems-3","status":"publish","type":"post","link":"https:\/\/workhouse.sweetdishy.com\/index.php\/2024\/10\/03\/basic-computational-problems-3\/","title":{"rendered":"\u00a0Basic Computational Problems"},"content":{"rendered":"\n<p>Determination of intrinsic kinetics forms an essential and important component of chemical engineering kinetics. Typically, such determinations are carried out by bench-scale batch experiments wherein the concentrations of species are monitored as a function of time and the concentration-time data are subjected to analysis.\u00a0Example 9.2.1\u00a0illustrates such analysis conducted for the determination of rate expression.<\/p>\n\n\n\n<p><a><\/a>Example 9.2.1 Determination of Rate Constant<\/p>\n\n\n\n<p>A laboratory experiment is conducted to determine the rate constants for a reaction 2A \u2192 R. It is known that the reaction is second order with respect to A. The experiment involved measuring the concentration of the reactant A as a function of time in a batch vessel. The following is the data obtained. What is the value of the rate constant for the reaction?<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/230tab01.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Solution<\/p>\n\n\n\n<p>The concentration-time relationship for a second-order reaction follows [<a href=\"https:\/\/learning.oreilly.com\/library\/view\/fundamental-concepts-and\/9780134594064\/ch09.xhtml#ch09ref3\">3<\/a>]:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ01.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Here,&nbsp;<em>k<\/em><sub>2<\/sub>&nbsp;is the rate constant for a second-order reaction having the units of (concentration \u00b7 time)<sup>\u22121<\/sup>, L\/mol h in this case.<\/p>\n\n\n\n<p>As indicated by\u00a0equation E9.1, the inverse of the concentration of A varies linearly with time. A graph of 1\/<em>C<sub>A<\/sub><\/em>\u00a0versus\u00a0<em>t<\/em>\u00a0will have the rate constant\u00a0<em>k<\/em><sub>2<\/sub>\u00a0as its slope and 1\/<em>C<sub>A<\/sub><\/em><sub>0<\/sub>\u00a0as the intercept. The rate constant can thus be obtained by a linear regression between 1\/<em>C<sub>A<\/sub><\/em>\u00a0and\u00a0<em>t<\/em>.<\/p>\n\n\n\n<p>Solution (using Excel)<\/p>\n\n\n\n<p>The solution steps using Excel are as follows:<\/p>\n\n\n\n<p><strong>1.<\/strong>&nbsp;Enter the raw data in the spreadsheet: time values in cells A3 through A11 and the concentration values in cells B3 through B11.<\/p>\n\n\n\n<p><strong>2.<\/strong>&nbsp;Calculate the inverse of concentration in cell B3 into cell C3 by entering the formula =1\/B3. Copy the formula into cells C4 through C11 to calculate 1\/<em>C<sub>A<\/sub><\/em>.<\/p>\n\n\n\n<p><strong>3.<\/strong>&nbsp;Select the data in cells A3 through A11 and C3 through C11 by highlighting these cells: cells A3 through A11 are selected using the mouse, and then C3 through C11 are selected while pressing the Ctrl key to skip column B.<\/p>\n\n\n\n<p><strong>4.<\/strong>&nbsp;Create a graph by selecting Insert from the command menu bar, and then the X-Y scatter plot from the dropdown menu or by using the appropriate buttons. This plots data in cells C3 through C11 (1\/<em>C<sub>A<\/sub><\/em>) as a function of data in cells A3 through A11 (<em>t<\/em>).<\/p>\n\n\n\n<p><strong>5.<\/strong>&nbsp;Add various chart elements (axes titles, chart title) using the Design tab.<\/p>\n\n\n\n<p><strong>6.<\/strong>\u00a0Insert a linear regression line by right-clicking on the data points, which opens a dialog box. Clicking the appropriate button inserts the regression line equation and correlation coefficient on the chart, as shown in\u00a0Figure 9.4.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/09fig04.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p><strong>Figure 9.4<\/strong>\u00a0Excel solution to\u00a0example 9.2.1.<\/p>\n\n\n\n<p>Solution (using Mathcad)<\/p>\n\n\n\n<p>The Mathcad solution is shown in\u00a0Figure 9.5.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/09fig05.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p><strong>Figure 9.5<\/strong>\u00a0Mathcad solution to\u00a0example 9.2.1.<\/p>\n\n\n\n<p>The solution steps are as follows:<\/p>\n\n\n\n<p><strong>1.<\/strong>&nbsp;Enter the data in a matrix named RateData by first typing RateData: and then clicking on the matrix button. This opens a dialog box in which the number of rows (9) and columns (2) are entered, and the dialog box is closed by clicking OK. Enter the data with the first column having time values and the second column the concentration values.<\/p>\n\n\n\n<p><strong>2.<\/strong>&nbsp;Calculate the inverse of concentration values entered in the second column of RateData by typing InvConc:1\/RateData&lt;Ctrl+6&gt; and then entering 1 in the placeholder. (The key combination &lt;Ctrl+6&gt; creates an index for the columns in variable RateData. The indices start from 0 for the first column, 1 for the second column, and so on.) The inverse values can be seen by typing InvConc=.<\/p>\n\n\n\n<p><strong>3.<\/strong>&nbsp;Use the line function to perform linear regression between the time (first column of RateData) and inverse concentration (InvConc). The line function has two arguments: the first one is the independent variable (the first column of RateData in this case), and the second is the dependent variable (InvConc). The keystrokes in this case are line(RateData&lt;Ctrl+6&gt;[space],InvConc), and then enter 0 in the index of RateData. Typing = after the closing parenthesis yields the solution consisting of a vector with two elements. The top number represents the intercept, and the bottom number represents the slope.<\/p>\n\n\n\n<p>As can be seen from the figure, the rate constant value is 9.988 L\/mol h, the same value obtained using Excel.<\/p>\n\n\n\n<p>The material balance equation is sufficient for the design and analysis of a CSTR\/MFR when heat effects need not be taken into account. However, an energy balance equation is also required when the heat effects are significant and need to be considered. For a given reactor volume, the material balance and the energy balance yield two different equations containing the conversion and the temperature, and these equations need to be solved simultaneously.\u00a0Example 9.2.2\u00a0deals with this situation and existence of multiple solutions for an adiabatic operation of a CSTR.<\/p>\n\n\n\n<p><a><\/a>Example 9.2.2 Conversion in a CSTR<\/p>\n\n\n\n<p>The material balance and energy balance for a CSTR for a first-order reaction are given by\u00a0equations E9.2\u00a0and\u00a0E9.3, respectively [3]. What is the conversion in the reactor? What is its operating temperature?<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ02.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ03.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Here,&nbsp;<em>C<sub>PA<\/sub><\/em>&nbsp;is the mean specific heat capacity of the reactor contents.&nbsp;<img loading=\"lazy\" decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/248equ01.jpg\" alt=\"Image\" width=\"12\" height=\"20\">&nbsp;is the mean residence time of the material in the reactor\u2014that is, the time it spends in the reactor\u2014obtained by dividing the reactor volume by the volumetric flow rate (<em>V<\/em>\/<em>v<\/em>).&nbsp;<em>T<\/em><sub>0<\/sub>&nbsp;is the inlet temperature (temperature of the feed stream).&nbsp;<em>X<sub>EB<\/sub><\/em>&nbsp;and&nbsp;<em>X<sub>MB<\/sub><\/em>&nbsp;are the conversions using the energy balance and the material balance on the reactor, respectively. \u0394<em>H<sub>rxn<\/sub><\/em>&nbsp;is the heat of reaction.<\/p>\n\n\n\n<p>The data for the reactor are as follows:<\/p>\n\n\n\n<p><em>T<\/em><sub>0<\/sub>&nbsp;= 293 K,&nbsp;<em>C<sub>PA<\/sub><\/em>&nbsp;= 810 J\/mol K, \u0394<em>H<sub>rxn<\/sub><\/em>&nbsp;= \u2212200 kJ\/mol,&nbsp;<em>V<\/em>&nbsp;= 10 L,&nbsp;<em>v<\/em>&nbsp;= 0.2 L\/s<\/p>\n\n\n\n<p><em>A<\/em>&nbsp;= 1.8 \u00d7 10<sup>5<\/sup>&nbsp;s<sup>\u22121<\/sup>,&nbsp;<em>E<sub>a<\/sub><\/em>&nbsp;= 50 kJ\/mol<\/p>\n\n\n\n<p>Solution (using Mathcad)<\/p>\n\n\n\n<p>The first step in the solution using Mathcad is plotting both\u00a0<em>X<sub>EB<\/sub><\/em>\u00a0and\u00a0<em>X<sub>MB<\/sub><\/em>\u00a0as functions of the temperature\u00a0<em>T<\/em>. The values of the variables are specified first, followed by specifications of the range of the variable\u00a0<em>T<\/em>, and the definitions of the two conversions. Both these functions are plotted against\u00a0<em>T<\/em>\u00a0using the Mathcad Graph utility.\u00a0Figure 9.6\u00a0shows the plots generated.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/09fig06.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p><a><\/a><strong>Figure 9.6<\/strong>&nbsp;Conversions in the CSTR as a function of temperature.<\/p>\n\n\n\n<p>As can be seen from the figure, the two curves intersect in three locations, implying that there are three possible solutions that satisfy the two equations. Examination of the three points reveals a very low, an intermediate, and a very high conversion. Since the objective is typically to convert as much of the reactant to the product as possible, the very high conversion is the desired operating point. The exact solution for conversion and temperature is obtained using the solve block in Mathcad, as shown in\u00a0Figure 9.7.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/09fig07.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p><a><\/a><strong>Figure 9.7<\/strong>&nbsp;Exact solution at the high conversion point.<\/p>\n\n\n\n<p>The procedure consists of providing an initial guess for temperature (540), specifying the objective function (equality of conversions), and then letting the program find the value of&nbsp;<em>T<\/em>&nbsp;that satisfies the objective function. As can be seen from the figure, the conversion will be 0.992 at the reactor temperature of 538 K, meaning that 99.2% of the reactant fed to the reactor will be converted to the desired product.<\/p>\n\n\n\n<p>Figure 9.6, with its multiple intersection points for the energy balance and material balance conversion-time functions, indicates that\u00a0<em>multiple steady-state<\/em>\u00a0points are feasible while operating a CSTR. How the conditions are manipulated to operate at a particular point forms an interesting discussion in the course on chemical engineering kinetics.<\/p>\n\n\n\n<p>Most of the reacting systems encountered in practice exhibit a much higher level of complexity than a simple first-order reaction. The desired reaction is invariably accompanied by an undesirable side reaction, which has significant impact on the economics of the process and increases the complexity of separations postreaction. These undesirable reactions include a parallel reaction that the reactant undergoes (A \u2192 S, when A \u2192 R is desired) or a series reaction (A \u2192 R \u2192 S, which reduces the amount of desired product R due to its consumption in the second reaction).\u00a0Example 9.2.3\u00a0illustrates a computational problem related to a series reaction system.<\/p>\n\n\n\n<p><a><\/a>Example 9.2.3 Conversion and Selectivity in a Series Reaction System<\/p>\n\n\n\n<p>Isopropenyl allyl ether isomerizes into allyl acetone according a first-order reaction with a rate constant given by&nbsp;<em>k<\/em><sub>1<\/sub>&nbsp;= 5.4 \u00d7 10<sup>11<\/sup>&nbsp;exp (\u2212123000\/<em>R<sub>g<\/sub>T<\/em>) s<sup>\u22121<\/sup>. Allyl acetone undergoes a first-order decomposition reaction having a rate constant of&nbsp;<em>k<\/em><sub>2<\/sub>&nbsp;= 4.9 \u00d7 10<sup>11<\/sup>&nbsp;exp (\u2212131000\/<em>R<sub>g<\/sub>T<\/em>) s<sup>\u22121<\/sup>, where the activation energies are expressed in J\/mol. The rate constant equations reflect the Arrhenius dependence on temperature, with the universal gas constant denoted by the symbol&nbsp;<em>R<sub>g<\/sub><\/em>&nbsp;to distinguish it from the desired product R. The isomerization reaction is carried out in a PFR, with the desired&nbsp;<em>C<sub>R,max<\/sub><\/em>\/<em>C<sub>A<\/sub><\/em><sub>0<\/sub>&nbsp;ratio of 0.8 in the product. What is the operating temperature of the reactor, assuming that the reaction is conducted isothermally? What is the conversion of A?<\/p>\n\n\n\n<p>The relevant equations are as follows [8]:<\/p>\n\n\n\n<p>Conversion of A:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ04.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Concentration of R at the reactor outlet:<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ05.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>In these equations,\u00a0<em>Da<\/em>\u00a0is a dimensionless number known as the\u00a0<em>Damk\u00f6hler number<\/em>,<sup>4<\/sup>\u00a0which is the product of the rate constant and mean residence time in a continuous reactor for a first-order reaction. It is also known that the ratio of maximum concentration of R,\u00a0<em>C<sub>R,max<\/sub><\/em>\u00a0to the inlet concentration of A is related to the ratio of the rate constants by\u00a0equation E9.6.<\/p>\n\n\n\n<p>4.\u00a0The Damk\u00f6hler number signifies the ratio of the reaction rate of a species in a reactor to its flow rate through the reactor, both based on inlet concentration of the species.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ06.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Solution algorithm<\/p>\n\n\n\n<p>The left side of\u00a0equation E9.6\u00a0is specified to be 0.8. This specification is used to obtain the ratio of the rate constants\u00a0<em>k<\/em><sub>1<\/sub>\/<em>k<\/em><sub>2<\/sub>. The needed temperature can be calculated from\u00a0equation E9.7.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/e_09equ07.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p>Equation E9.5\u00a0is used to calculate the Damk\u00f6hler number,\u00a0<em>Da<\/em>, which then is used to obtain the conversion of A from\u00a0equation E9.4.<\/p>\n\n\n\n<p>Solution (using Mathcad)<\/p>\n\n\n\n<p>The solution using Mathcad is shown in\u00a0Figure 9.8.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/09fig08.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p><\/p>\n\n\n\n<p>As can be seen from the figure, the solution involves using a number of solve blocks. The ratio of rate constants is obtained from solving\u00a0equation E9.6\u00a0to be 12.216. This leads to the reaction temperature of 400 K from\u00a0equation E9.7. The Damk\u00f6hler number is computed to be 2.726 from\u00a0equation E9.5, and finally the conversion of A is 0.935 from\u00a0equation E9.4.<\/p>\n\n\n\n<p>Solution (using Excel)<\/p>\n\n\n\n<p>The solution using Excel involves use of multiple Goal Seek functions. The resulting solution is shown in\u00a0Figure 9.9.<\/p>\n\n\n\n<figure class=\"wp-block-image\"><img decoding=\"async\" src=\"https:\/\/learning.oreilly.com\/api\/v2\/epubs\/urn:orm:book:9780134594064\/files\/graphics\/09fig09.jpg\" alt=\"Image\"\/><\/figure>\n\n\n\n<p><strong>Figure 9.9<\/strong>\u00a0Excel solution to\u00a0example 9.2.3.<\/p>\n\n\n\n<p>It can be seen that both Mathcad and Excel give similar solutions. Excel yields a value of 401 K for the temperature, and the conversion is 0.939. Both these values are very close to the Mathcad solution of 400 K for temperature and 0.935 for conversion.<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Determination of intrinsic kinetics forms an essential and important component of chemical engineering kinetics. Typically, such determinations are carried out by bench-scale batch experiments wherein the concentrations of species are monitored as a function of time and the concentration-time data are subjected to analysis.\u00a0Example 9.2.1\u00a0illustrates such analysis conducted for the determination of rate expression. Example [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":4603,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[565],"tags":[],"class_list":["post-4701","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-computations-in-chemical-engineering-kinetics"],"jetpack_featured_media_url":"https:\/\/workhouse.sweetdishy.com\/wp-content\/uploads\/2024\/09\/kinetic-energy.png","_links":{"self":[{"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/posts\/4701","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/comments?post=4701"}],"version-history":[{"count":1,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/posts\/4701\/revisions"}],"predecessor-version":[{"id":4702,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/posts\/4701\/revisions\/4702"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/media\/4603"}],"wp:attachment":[{"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/media?parent=4701"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/categories?post=4701"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/workhouse.sweetdishy.com\/index.php\/wp-json\/wp\/v2\/tags?post=4701"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}