{ "metadata": { "name": "", "signature": "sha256:a97460b196d7b42e945dcfefc11684cc1c39c5847f8b0bdc9e3f6cdcd94bfcc3" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Chapter 13 : Heat Transfer between Fluidized Beds and Surfaces" ] }, { "cell_type": "heading", "level": 3, "metadata": {}, "source": [ "Example 1, Page 331\n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "\n", "dp=57.0; #Particle size in micrometer\n", "rhos=940.0; #Density of solids in kg/m**3\n", "Cps=828.0; #Specific heat capacity of the solid in J/kg K\n", "ks=0.20; #Thermal conductivity of solids in W/m k\n", "kg=0.035; #Thermal concuctivity of gas in W/m k\n", "umf=0.006; #Velocity at minimum fluidization condition in m/s\n", "ephsilonmf=0.476;#Void fraction at minimum fluidization condition\n", "do1=0.0254; #Outside diameter of tube in m\n", "L=1;\n", "uo=[0.05,0.1,0.2,0.35];#Superficial gas velocity in m/s\n", "nw=[2.,3.1,3.4,3.5]; #Bubble frequency in s**-1\n", "g=9.81; #Acceleration due to gravity in square m/s**2\n", "\n", "\n", "#CALCULATION\n", "dte=4.*do1*L/2.*L; #Hydraulic diameter from Eqn.(6.13)\n", "db=(1+1.5)*0.5*dte; #Rise velocity of the bubble\n", "ubr=0.711*(g*db)**0.5; #Rise velocity of bubble from Eqn.(6.7)\n", "phib=0.19;#From Fig.(15) for ks/kg=5.7\n", "ke=ephsilonmf*kg+(1-ephsilonmf)*ks*(1/((phib*(ks/kg))+(2/3.0)))\n", " #Effective thermal conductivity of bed from Eqn.(3) \n", " \n", "n=len(uo);\n", "i=0;\n", "ub = [0,0,0,0]\n", "delta = [0,0,0,0]\n", "h = [0,0,0,0]\n", "while i