diff options
Diffstat (limited to 'Transport_Phenomena/ch6.ipynb')
-rw-r--r-- | Transport_Phenomena/ch6.ipynb | 22 |
1 files changed, 4 insertions, 18 deletions
diff --git a/Transport_Phenomena/ch6.ipynb b/Transport_Phenomena/ch6.ipynb index 0a721fc2..1d8101cc 100644 --- a/Transport_Phenomena/ch6.ipynb +++ b/Transport_Phenomena/ch6.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:d94dd77653a1dc6cef649df91fc864517d196845530100e7dee278dbacfebc8a" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,11 +28,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "determine\n", - "whether the flow is laminar, turbulent, or transitional. At M\u2019F, the viscosity of\n", - "water is 0.8007 cP, and the density of water is 0.99568 g cmm3.\n", - "'''\n", "\n", "import math \n", "\n", @@ -79,11 +75,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "Calculate the location along a flat plate (Fig. 6.2) where transition\n", - "would be expected to occur for a free stream velocity of 4.78fts-\u2019 for water at\n", - "86\u00b0F.\n", - "'''\n", + "\n", "# Variables\n", "# given\n", "p = 0.99568*62.43; \t\t\t #[lb/ft**3] - density of water at 86degF\n", @@ -128,7 +120,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculate the mean velocity for the flow data in Table 6.2.\n", "\n", "# Variables\n", "# given\n", @@ -188,7 +179,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Express the cross term as a ratio to the r.m.s. values\n", + "\n", "\n", "import math\n", "\n", @@ -251,7 +242,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# prepare a graph of E./v versus (1 - r/To).\n", "\n", "%pylab inline\n", "\n", @@ -318,8 +308,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Calculate the velocity distribution by the various methods available\n", - "# for the flow of cyclohexane at 2.778 ft s- \u2019 (0.8467 m s-\u2018) and 25\u00b0C in a 2-inch I.D.\n", "\n", "import math\n", "\n", @@ -380,7 +368,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Estimate the temperature distribution in water\n", "\n", "import math\n", "\n", @@ -433,7 +420,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# Compute the Fanning friction factor.\n", "\n", "# Variables\n", "p = 0.84*62.4; \t\t\t #[lbf/ft**3] - density\n", |