23 A Segregated Flow Reactor Model
Chapter 22 introduced the cumulative and differential age distribution functions. It showed how to measure the cumulative age distribution function,
23.1 SFR Model Assumptions
The SFR model makes use of the concept of fluid elements that was first introduced in Chapter 22. The fluid entering the reactor is assumed to be segregated into many, many small volumes called fluid elements. Fluid elements aren’t real, observable things; they are hypothetical constructs. As such, the volume of a fluid element is not known, beyond that it is very small. However, because fluid elements are formed by splitting the non-ideal reactor feed into small parcels, the initial concentrations of the reagents and the initial temperature are known. They are equal to the concentrations and temperature of the feed to the non-ideal reactor.
The SFR model assumes that while the fluid elements are within the reactor, they remain perfectly mixed internally, but they do not mix with any other fluid elements. The mixing within fluid elements is sometimes called micro-mixing while mixing between different fluid elemnts is macro-mixing.
The SFR model makes three additional assumptions. The first is that the fluid elements have different residence times. They do not all spend the same amount of time within the reactor. The second additional assumption is that the residence times of the fluid elements are assigned according to the age distribution function for the non-ideal reactor. The final assumption is that the fluid elements become perfectly macro-mixed when they leave the reactor.
23.2 Fluid Elements as BSTRs
Each fluid element is a very small BSTR. It is perfectly mixed and no mass enters or leaves because it doesn’t mix with other fluid elements. By choosing the volume of a fluid element as a basis, the ideal BSTR reactor design equations can be solved to determine the composition, temperature, and pressure within a fluid element as a function of its residence time (age). As previously noted, in this chapter the pressure in the reactor is assumed to be constant.
If the non-ideal reactor being modeled operates isothermally and the reacting fluid is an incompressible, ideal liquid mixture, the only BSTR design equations that are needed to model a fluid element are the BSTR mole balances. If the reacting fluid is an ideal gas, a differential form of the ideal gas law may need to be added to the design equations to account for expansion or contraction. If the non-ideal reactor operates adiabatically, an energy balance on the reacting fluid will also be needed.
The analysis of a fluid element using the BSTR design equations is identical to the analysis of actual BSTRs as described in Chapter 9. The design equations will be IVODEs. Having chosen the fluid element volume as a basis, the initial molar amounts of the reagents can be calculated since the initial concentrations and temperature are known. Depending on the whether the reacting fluid is a liquid or a gas and whether the reactor is isothermal or adiabatic, the molar amounts of the reagents, the temperature, and the fluid volume may all change as a function of reaction time. The molar amounts and volume that are found by solving the BSTR design equations are extensive quantities, so they only apply for the chosen basis. However, if they are converted to intensive quantities, they can be used irrespective of the actual size of a fluid element. Hence the molar amounts and volume found by solving the BSTR design equations are typically used to calculate the concentrations of the reagents. Simlarly, if the reacting fluid volume changes as a function of reaction time or age,
To summarize, even though the volume of a fluid element is not known, the reagent concentrations in it, its temperature, and its relative volume can all be calculated as a function of reaction time, or equivalently, fluid age, by solving the ideal BSTR design equations.
23.3 The Segregated Flow Reactor Model
If
In a similar manner, the outlet molar flow rate of reagent
If the non-ideal reactor operates isothermally, the outlet temperature is equal to the inlet temperature. However if the non-ideal reactor is adiabatic, the outlet temperature must be calculated. From above, the outlet molar flow rate of reagent
In terms of molar heat capacities, this serves as implicit equation for
23.4 Tabular Age Distribution Functions and Numerical Integration
The SFR model is based upon the cumulative age distribution function for the non-ideal reactor being modeled. When the cumulative age distribution function is available as an analytical function, evaluating
In this chapter this form of the cumulative age distribution function will be referred to as a table. It should be mentioned that it could also be described as a pair of corresponding vectors. In that case, “adding a column” to the tabular form of the cumulative age distribution function is the same as creating an additional vector that corresponds to the original pair of vectors.
When using a tabular cumulative age distribution function that was generated experimentally, it is important to ensure that it spans a sufficiently large range of ages so that
23.4.1 The Tabular Form of the Cumulative Age Distribution Function
By definition,
That is,
However, if the stimulus-response experiments were not continued for a sufficient length of time, the final value of
To summarize, the cumulative age distribution function will be a table with two columns. The first column should contain values of
23.4.2 The Tabular Form of the Differential Age Distribution Function
The derivative of the age function,
23.4.3 Numerical Integration
Using the SFR model equations, 23.2 through 23.6, requires the evaluation of an integral over all possible fluid element ages. The quantities in the integrands (
The integrals indicate infinity as the upper limit, but the critical factor is that
The trapezoid rule can be used to perform the integration numerically. Doing so requires that the integrand be evaluated at a number of points starting at
It remains to choose the integrand evaluation points. If the age distribution is available as an analytical function, the engineer can decide how many integrand evaluation points to use. Generally, the greater the number of integrand evaluation points, the greater the accuracy. The integrand evaluation points do not need to be evenly spaced. If
If the age distribution is available in tabular form, it makes sense to use the ages in the table as the integrand evaluation points because
In either case, once the integrand evaluation points have been selected, the finite element design equations will need to be solved to find
23.5 Numerical Implementation of the SFR Model
Computer code to implement the SFR model numerically could be structured in a number of ways. The structure described here recognizes that in the SFR model, the “reactors” are actually fluid elements. As such, a fluid element model is first defined. This is effectively an ideal BSTR model like those introduced in Chapter 9. An SFR model is then defined. It uses the results from the fliud element model to calculate the non-ideal reactor product molar flow rates and temperature.
23.5.1 The Fluid Element Model
The fluid elements are perfectly mixed internally and have no material inputs or outputs (such as from mixing with other fluid elements). That is, they are effectively BSTRs. Here they are assumed to be adiabatic and to operate at constant pressure. As such the fluid element model is virtually the same as those used to analyze actual BSTRs.
The initial concentrations of the reagents in the fluid element and the temperature are equal to those of the feed to the non-ideal flow reactor. Because fluid elements are hypothetical constructs and not real entities, their volume is not known other than it is very small. Thus, the fluid element model requires that a fluid element volume be assumed and used as a basis for the calculations.
Having chosen the volume, the initial molar amounts can be calculated from their concentrations. The BSTR design equations then need to be solved for each integrand evaluation point. That is the equations need to be solved using each
For any one
Once the concentrations, temperature and relative volume have been calculated for every integrand evaluation point, they are returned by the fluid element function. If a tabular age distribution function is being used, the concentrations, temperatures and relative volumes can be added as additional table columns, if desired.
A fluid element function can be written to perfrom these calculations. Since the BSTR design equations are IVODEs and they are solved numerically within the fluid element model, the fluid element model will also include a derivatives function.
23.5.2 The SFR Model
The primary purpose of the SFR model is to use the results from the finite element model to calculate the outlet molar flow rates and temperature for the non-ideal reactor using Equation 23.3 and either Equation 23.5 or Equation 23.6. Examination of those equations shows that before they can be used, the derivative,
The integrals in Equations 23.3, 23.5, and 23.6 then can be evaluated using the trapezoid rule. That is, the molar flow rates leaving the non-ideal reactor can be calculated using Equation 23.11 and the outlet temperature can be calculated using either Equation 23.12 or Equation 23.13.
An SFR function can be written to perform these calculations. The equation for the outlet temperature, either Equation 23.12 or Equation 23.13 is implicit. It can be solved for
23.6 Advantages and Disadvantages of SFR Models
A significant advantage of the SFR model presented here is that it is based on the cumulative age distribution function for the non-ideal reactor. As seen in this chapter, when the non-ideal reactor operates adiabatically at constant pressure, this results in an SFR model that does not have any adjustable parameters that need to be estimated. The assumptions of adiabatic and constant pressure operation apply to many real, non-ideal reactors. Stirred tanks normally operate at constant pressure, and often for tubular reactors the pressure drop along the length of the reactor is negligible.
A significant disadvantage of the SFR model is that using it to model non-ideal reactors where the pressure drops or heat is exchanged is not straightforward. If the pressure in the steady-state, non-ideal reactor varies with position, an equation for the variation of the pressure with reaction time could be added to the SFR model above. For example, if the non-ideal reactor is tubular and the pressure drops along its length, the pressure vs. length relationship could be introduced to the SFR model as pressure vs. reaction time in the fluid element. The problem with that approach is that the fluid elements have different ages, and that means they will have different final pressures.
Adapting the SFR model to include heat exchange is not as obvious. One option would be to assume that the fluid element in the SFR model has the same heat transfer area to initial fluid element volume as the non-ideal reactor being modeled. There are problems with this approach, too. For example, the fluid element volume may change as the reaction proceeds. In Reaction Engineering Basics the SFR model is only used for isothermal or adiabatic non-ideal reactors that operate at steady-state and constant pressure.
23.7 Examples
The following two examples illustrate the use of SFR models to simulate non-ideal reactors. In Example 23.7.1 the reacting fluid is an incompressible liquid and in Example 23.7.2 it is an ideal gas. In both examples the cumulative age distribution is available in tabular form.
23.7.1 An SFR Model with a Liquid-Phase Reaction
Suppose the non-ideal reactor from Example 22.5.1 is going to be used to convert an aqueous solution of A to Z as indicated in equation (1). The feed rate to the 10 L reactor is 3 L min-1, and the cumulative age distribution found in that example, cum_age_dist_fcn.csv, applies. The feed temperature is 300 K and it contains only reagent A at a concentration of 0.5 M.
The rate expression is given in equation (2) where the pre-exponential factor is equal to 5.29 x 109 L mol-1 min-1 and the activation energy is 12,100 cal mol-1. The heat of reaction (1) is -24,400 cal mol-1. The heat capacity of the reacting fluid may be taken to be constant at 1.0 cal ml-1 K-1, and the density to be constant at 1.0 g ml-1.
According to the segregated flow reactor model, what conversion of A and outlet temperature can be expected if the reactor operates adiabatically at a pressure of 1 atm? When these results are calculated using the SFR model, the volume of the non-ideal reactor is not used. Explain how this is possible.
The assignment narrative instructs me to use an SFR model. I’ll begin by summarizing the assignment. I’ll use subscripted “feed” and “prod” to indentify values for the non-ideal reactor feed and product streams, and I’ll use an overbar to indicate a set of values for a quantity. Looking ahead, I know that I will need to assume a fluid element volume as a basis, so I will include that in the summary, using a subscripted “fe” to indicate fluid element. While the volume of fluid elements is assumed to be very small, I can use any convenient value as a basis because I’m only going to calculate intensive quantities.
23.7.1.1 Assignment Summary
Reaction:
Rate Expression:
Reactor System: Steady-state, adiabatic, constant pressure SFR.
Quantities of Interest:
Given and Known Constants:
Basis:
23.7.1.2 Mathematical Formulation of the Analysis
The formulation presented here assumes that the given and known constants identified in the assignment summary, above, are available at any point in the analysis.
In the SFR model, the “reactor” is a fluid element. Fluid elements are effectively adiabatic, constant pressure BSTRs, so I’ll begin by generating a fluid element model. The general form of the BSTR mole balance is given in Equation 6.8. In the present system, only one reaction is taking place, so the summation reduces to a single term and it isn’t necessary to index the reaction.
The general BSTR energy balance is given in Equation 6.9. The volumetric heat capacity for the reacting fluid is known and can be used in place of the summation over the molar heat capacities. The pressure is constant, so its time-derivative is zero. Assuming the reacting liquid to be incompressible, the derivative of the volume with respect to time is also zero. There are no shafts or pistions, so the work done by the fluid element may be considered to be negligible, and since the reactor is adiabatic, the heat term equals zero. As above, there is only one reaction, so the final sum reduces to a single term where it is not necessary to index the reaction.
The design equations are IVODEs, and they will be solved numerically, so I’ll rearrange the energy balance in the form of a derivative expression.
Design Equations
The design equations are IVODEs, and I’ll solve them using an IVODE solver. To do so, I will need initial values, a stopping criterion, and a derivatives function. I can define
The fluid ages,
It is also important to check that the cumulative age distribution function spans the full range from
In addition to the initial values and stopping criterion, I’ll also need to write a derivatives function that I can provide to the IVODE solver. The derivatives function will be called by the IVODE solver, and the solver will assume that the only arguments are values of the independent (
Before the derivatives can be evaluated, any unknown quantities appearing in them must be calculated. Looking at the design equations, the only unknown I see is
Initial Values and Stopping Criteria:
Variable | Initial Value | Stopping Criteria |
---|---|---|
each |
||
Derivatives Function:
Arguments:
Returns:
Algorithm:
At this point I can write a fluid element function that solves the design equations. I’m going to solve them using different values of
Solving the design equations using any one
The fluid element volume was chosen as a basis, so I don’t want to return the final molar amounts. Instead, I will divide them by the volume and return the molar concentrations.
I am going to write this function so that it only needs to be called once and it will return the concentrations and temperatures for all of the integrand evaluation points at once. To do that, each time I calculate the concentrations and temperature for one of the ages, I’ll add them to vectors. Then, after all of the calculations are complete, I’ll return those vectors, and they will correspond to the ages in the tabular cumulative age distribution function.
Fluid Element Function:
Arguments: none
Returns:
Algorithm:
Repeat (9) through (12) for each
The next thing I need is the SFR model. According to it, the non-ideal reactor outlet molar flow rates are given by Equation 23.3. I will be using the trapezoid rule to evaluate the integral, in which case the equation for the outlet molar flow rates takes the form given in Equation 23.11
The reacting fluid is an incompressible liquid, so the fluid element volume will not change during reaction, and
I know the volumetric heat capacity, so the non-ideal reactor product temperature is given by Equation 23.13.
As above,
This is an implicit equation that will be solved using an ATE solver. To do so, I’ll need to provide a guess for the solution and a residuals function. Since the reactor is adiabatic and the reaction is exothermic, I’ll guess that the product temperature is 10 K greater than the feed temperature. If the ATE solver fails to converge, I may need to revise that guess.
Model Equations:
Initial Guess for
I also will need to write a residuals function and provide it to the ATE solver. The ATE solver will assume that it takes a single argument, a guess for the solution, and that it returns the value of the residual corresponding to that guess.
Looking at the residual expression, I see that in addition to given and known constants, it also contains the ages,
Residual Function:
Argument:
Must be Available:
Returns:
Algorithm:
To complete the SFR model, I need to write a computer function that solves the model equations and returns the product molar flow rates and temperature.
Before
The fluid element concentrations and temperature can be obtained by calling the fluid element function. Equations 23.8 and 23.9 can be used to calculate
After making
SFR Function:
Arguments: none.
Must be Available: Fluid Element Function.
Returns:
Algorithm:
At this point all that remains is to calculate the quantities of interest. The narrative requests the conversion and the product temperature. The product temperature has already been calculated. To calculate the conversion,I can use its definition, Equation 3.4.
Algorithm:
23.7.1.3 Results, Analysis and Discussion
The calculations were performed as described above. Specifically, the Derivatives Function, Fluid Element Function, Residual Function, and SFR Function were written using a mathematics software package. The product stream molar flow rates of A and Z and the product stream temperature were obtained by calling the SFR Function. The product stream conversion was then calculated using equation (21). The conversion was found to equal 93.1% and the product temperature to be 310 K. The non-ideal reactor operates adiabatically, and the reaction is exothermic. Therefore the increase in temperature is expected.
At first glance, it seems as if the 10 L volume of the non-ideal reactor was not used in the calculations, begging the question of how that is possible. The key to understanding is found in the use of the differential age distribution function to partition the feed into fluid elements as indicated in Equation 23.2. Each fluid element has a specific age, or residence time in the reactor, and it constitutes a fixed fraction of the total volumetric feed.
Dividing the volumetric feed associated with a fluid element by its residence time then yields the reactor volume associated with that fluid element. Adding up the volumes associated with all of the fluid elements (i. e. integration over all possible fluid element residence times) gives the total volume. So while the total volume does not appear explicitly in the calculations, the outlet molar flow rates and the outlet temperature are calculated by summing over the volumes of all of the fluid elements that make up the total volume.
23.7.2 An SFR Model with a Gas-Phase Reaction
The reaction between A and B, equation (1), is exothermic,
This assignment involves a non-ideal flow reactor that will be analyzed using an SFR model. I’ll begin by summarizing the assignment. I know that I’ll need to assume a fluid element volume as a basis for the calculations, so I’ll include that in the summary. I’ll use subscripted “feed” and “prod” to indentify values for the non-ideal reactor feed and product streams, and an overbar to indicate a set of values for a quantity.
23.7.2.1 Assignment Summary
Reaction:
Rate Expression:
Reactor System: Steady-state, adiabatic, constant pressure SFR.
Quantities of Interest:
Given and Known Constants:
Basis:
23.7.2.2 Mathematical Formulation of the Analysis
The formulation that follows assumes that the given and known constants identified in the assignment summary are available at any point in the analysis.
The “reactor” in an SFR model is a fluid element, and the BSTR design equations are used to represent it, so I’ll start by formulating the fluid element model. The reactor is adiabatic, so mole balances and an energy balance on the reacting fluid need to be included in the design equations.
The general form of the BSTR mole balance is given in Equation 6.8. Since there is only one reaction, the summation reduces to a single term, and it isn’t necessary to index the reaction.
The general form of the BSTR energy balance is given in Equation 6.9. Here the pressure is constant, so its time derivative is zero. The work done by the system can be assumed to be negligible, and since the reactor is adiabatic, the heat transfer term is equal to zero. The summation again reduces to a single term, and indexing the reaction isn’t necessary. Finally, it can be seen that all of the terms in the energy balance except for
The number of dependent variables in the design equations above is one greater than the number of equations. Consequently either a dependent variable needs to be eliminated or an equation needs to be added. I’ll add the differential form of the ideal gas law, Equation 6.11 so that the number of dependent variables in the design equations equals the number of design equations. As above, the pressure is constant, so its time-derivative is zero.
Design Equations
The design equations are IVODEs, and I will solve them numerically using an IVODE solver. To do that, I’ll need initial values, as stopping criterion, and a derivatives function. I can define
I will need to solve the design equations using each integrand evaluation point as the reaction time. Here the cumulative age distribution function is provided as a table, so the integrand evaluations points are simply the ages in the cumulative age distribution function table.
It is also important to check that the cumulative age distribution function spans the full range from
Initial Values and Stopping Criterion:
Variable | Initial Value | Stopping Criterion |
---|---|---|
each |
||
To solve the design equations numerically, I’ll also need to write a derivatives function and provide it to the solver. Because it will be called by the solver, the only arguments that can be passed to it are the values of the independent,
Before I can evaluate the derivatives, I need to calculate any unknown quantities appearing in the design equations. For this assignment, the only unknown in the design equations is the rate,
I also need to write the design equations in the form of derivative expressions (see Appendix J). One way to do so is to write the design equations as a matrix equation.
Here, the mass matrix,
That then allows the values of the derivatives to be calculated using the inverse of the mass matrix.
Derivatives Function:
Arguments:
Returns:
Algorithm:
The purpose of the fluid element model is to calculate the concentration of the reagents, temperature, and relative volume of the fluid element at each of the integrand evaluation points. In this assignment, the integrand evaluation points are the ages,
To do that, I can set the final value of the reaction time equal to each of those ages, and solve the design equations. That will give me corresponding sets of values of
The relative volume at
The reagent concentrations, fluid element temperatures, and relative volumes for each
Fluid Element Function:
Arguments: none
Returns:
Algorithm:
Repeat (15) through (12) for each
Having formulated a fluid element model, I now need to formulate a SFR model to use the results it generates. According to the SFR model, the outlet molar flow rates for a non-ideal reactor are related to the differential age distribution function and the results from the fluid element model as indicated in Equation 23.11.
Before that equation can be used, I need to calculate
To calculate the outlet temperature for the non-ideal reactor, Equation 23.12 is used.
Here the heat capacities are constants so they can be factored out of the senisble heat integrals and those integrals can be evaluated analytically. Since this is an implicit equation for
Model Equations
I will need to provide a guess for
I’ll also need to provide a residual function to the ATE solver. It must accept a guess for
Initial Guess for
Residual Function:
Arguments:
Must be Available:
Returns:
Algorithm:
The last component of the SFR model is a computer function that solves the model equations and returns the product molar flow rates and temperature.
Before those quantities can be calculated,
The fluid element concentrations, temperature, and relative volume can be obtained by calling the fluid element function. Equations 23.8 and 23.9 can be used to calculate
After making
SFR Function:
Arguments: none
Must be Available: Fluid Element Function
Returns:
Algorithm:
At this point all that remains is to calculate the quantities of interest. The narrative requests the conversion and the product temperature. The product temperature has already been calculated. I can use the definition of conversion, Equation 3.4, to calculate its value.
Algorithm:
23.7.2.3 Results, Analysis and Discussion
The calculations were performed as described above. Specifically, the Derivatives Function, Fluid Element Function, Residual Function, and SFR Function were written using a mathematics software package. The product stream molar flow rates of A, B, Z, and I and the product stream temperature were obtained by calling the SFR Function. The product stream conversion was then calculated using equations (32) and (33). The conversion was found to equal 78.4% and the product temperature to be 191 °C.
The temperature increase from 165 to 191 °C is expected. The reaction is exothermic, so heat is released. The reactor is adiabatic, so the released heat is not removed and instead causes the gas temperature to rise.
23.8 Symbols Used in Chapter 23
Symbol | Meaning |
---|---|
Differential age distribution function. | |
Conversion of reagent |
|
Right-hand side vector when ODEs are written as a matrix equation. | |
Rate coefficient. | |
Arrhenius pre-exponential factor. | |
Molar amount of reagent |
|
Molar flow rate; subscripted “feed” and “product” denote the flow stream, a subscripted “ |
|
Rate of reaction |
|
Time, a subscripted “r” denotes reaction time. | |
Integrand or mole fraction. | |
Concentration of reagent |
|
Molar heat capacity of reagent |
|
Volumetric heat capacity. | |
Activation energy. | |
Cumulative age distribution function. | |
Mass matrix. | |
Pressure. | |
Ideal gas constant. | |
Temperature. | |
Reacting fluid volume. | |
Volumetric flow rate; subscripted “feed” and “product” denote the flow stream, a subscripted “ |
|
Residual. | |
Relative fluid volume (current volume divided by initial volume). | |
Fluid age. | |
Density. | |
Reaction time. | |
Heat of reaction. | |
Sampling time used as a basis for calculations. |