In a fixed bed catalyst tube of long a heterogeneously catalyzed exothermic (gas phase) chemical reaction takes place. The reaction scheme and associated kinetics are as follows:
where , . The reaction is exothermic with at the reference temperature of . The molar heat capacities of the gases equal and , for , and , respectively.
Here we will model the reactor as adiabatic. (Of course the reactor should be cooled but this will be considered in a later tutorial). The inlet gas stream consists of pure and is at a pressure of and a temperature . The interstitial inlet gas velocity equals .
Questions:
Formulate the stationary convection-reaction equations for species , and as well as for the temperature assuming a constant gas velocity.
Solve the set of ordinary differential equations assuming constant gas velocity using a standard Python IVP solver.
Formulate the stationary convection-reaction equations for species , and as well as for the temperature assuming a constant pressure throughout the reactor. Hint: be cautious about placing the velocity inside or outside of the spatial derivative.
Solve this set of ordinary differential equations assuming constant pressure using a standard Python IVP solver.
Are the results according to your expectations? Is the temperature increase consistent with the adiabatic temperature rise? Is the increase in velocity in accordance with expectations?
Try solving both sets of ODE’s using your own Euler backward solver.