{ "metadata": { "name": "", "signature": "sha256:3eba5bf9f8e98dcb46f4a3b03f9f7fa4b342f8fb2d0d8b697e9a50303c32aa8f" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "heading", "level": 1, "metadata": {}, "source": [ "Chapter 18 : The Design of Noncatalytic Gas Solid Reactors" ] }, { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Example 1, Page 456\n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "\n", "xA=0.08; #Fraction of oxygen in stream\n", "dp=[2,0.1]; #Particle diameter in mm\n", "rhos=4130; #Density of catalyst in kg/m**3\n", "Ds=8E-6; #Diffusion coefficient of solid in m**2/s\n", "kc=0.02; #Reaction rate constant in m/s\n", "P=10**5; #Pressure in bar\\\n", "R=8.314; #Universal gas constant\n", "T=900; #Temperature in degree C\n", "mB=0.09745; #Molecular weight of ZnS in kg/mol\n", "\n", "#CALCULATION\n", "b=2.0/3;#Stoichiometric coefficient of ZnS in the reaction equation\n", "CA=xA*P/(R*(T+273));#Concentration of Oxygen\n", "rhob=rhos/mB; #Molar density of pure solid\n", "n=len(dp);\n", "i=0;\n", "kbar = [0,0]\n", "tou = [0,0]\n", "while i