{ "metadata": { "name": "ch3" }, "nbformat": 3, "nbformat_minor": 0, "worksheets": [ { "cells": [ { "cell_type": "heading", "level": 1, "metadata": {}, "source": [ "Chapter 3 : Fluidization and Mapping of Regimes" ] }, { "cell_type": "heading", "level": 2, "metadata": {}, "source": [ "Example 1, Page 68\n" ] }, { "cell_type": "code", "collapsed": false, "input": [ "#Size Measure of Nonuniform Solids\n", "\n", "#INPUT\n", "weight = [0,60,150,270,330,360.0]; # Weight in grams for the oversized particles\n", "psize = [50,75,100,125,150,175]; #PSD in micrometers\n", "\n", "#CALCULATION\n", "l = len(psize); # To obtain the size of input array\n", "# Computation of sauter mean diameter for the given PSD\n", "i = 0;\n", "dpi = [0,0,0,0,0,0]\n", "weightf = [0,0,0,0,0,0]\n", "dp = [0,0,0,0,0,0]\n", "while i