{ "metadata": { "name": "", "signature": "sha256:c2d23a740208e3823c43d8afcfc0ef305894f28fcd5f9e9793f1f1c6fe8b25f1" }, "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": [ "\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