diff options
Diffstat (limited to 'Fundamentals_of_Heat_and_Mass_Transfer/Chapter_8.ipynb')
-rw-r--r-- | Fundamentals_of_Heat_and_Mass_Transfer/Chapter_8.ipynb | 27 |
1 files changed, 9 insertions, 18 deletions
diff --git a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_8.ipynb b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_8.ipynb index fac7e1bf..ec80846d 100644 --- a/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_8.ipynb +++ b/Fundamentals_of_Heat_and_Mass_Transfer/Chapter_8.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:bcdb44fcb5c412a8fb12ecf8bc3409e5bc0d03dc35a4f7331daf1db849b5f7af" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,9 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# Length of tube needed to achieve the desired outlet temperature\n", - "#Local convection coefficient at the outlet\n", + "\n", "import math\n", "#Operating Conditions\n", "m = .1; #[kg/s] mass flow rate of water\n", @@ -80,8 +79,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# average convection coefficient \n", + "\n", "import math\n", "#Operating Conditions\n", "m = .25; \t#[kg/s] mass flow rate of water\n", @@ -128,9 +126,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# Length of tube for required heating\n", - "# Surface temperature Ts at outlet section\n", + "\n", "import math\n", "#Operating Conditions\n", "m = .01; #[kg/s] mass flow rate of water\n", @@ -194,8 +190,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# Length of Blood Vessel\n", + "\n", "import math\n", "#Operating Conditions\n", "um1 = .13; #[m/s] Blood stream\n", @@ -281,9 +276,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# Heat Loss from the Duct over the Length L, q \n", - "# Heat flux and suface temperature at x=L\n", + "\n", "import math\n", "#Operating Conditions\n", "m = .05; \t#[kg/s] mass flow rate of water\n", @@ -349,8 +342,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# Time needed to bring the reactants to within 1 degC of processing temperature\n", + "\n", "import math\n", "#Operating Conditions\n", "T1 = 125+273.; \t\t\t#[K] Chip Temperature 1\n", @@ -483,8 +475,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "#variable initialization\n", - "# Average mass trasnfer convection coefficient for the tube\n", + "\n", "import math\n", "#Operating Conditions\n", "m = .0003; \t\t#[kg/s] mass flow rate of water\n", |