From 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 Mon Sep 17 00:00:00 2001 From: debashisdeb Date: Fri, 20 Jun 2014 15:42:42 +0530 Subject: removing problem statements --- Problems_In_Fluid_Flow/ch2.ipynb | 39 +++++++-------------------------------- 1 file changed, 7 insertions(+), 32 deletions(-) (limited to 'Problems_In_Fluid_Flow/ch2.ipynb') diff --git a/Problems_In_Fluid_Flow/ch2.ipynb b/Problems_In_Fluid_Flow/ch2.ipynb index b825a760..3ed00d28 100644 --- a/Problems_In_Fluid_Flow/ch2.ipynb +++ b/Problems_In_Fluid_Flow/ch2.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:9728786ea75c57c39fe0761ee4fb63c15077dcd6bf03dc93443815257347de88" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,7 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find pressure maintained at compressor\n", + "\n", "\n", "from scipy.optimize import fsolve\n", "from math import *\n", @@ -90,17 +91,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "ratio of Pw/P1\n", - "maximum velocity in (m/s)\n", - "maximum mass flow rate in(kg/s)\n", - "heat taken up to maintain isothermal codition(J/s)\n", - "crtical pressure ratio in adiabatic condition\n", - "velocity at adiabatic condition in (m/s)\n", - "mass flow rate at adiabatic condition in (kg/s)\n", - "temperature of discharging gas in (Celcius)\n", - "'''\n", + "\n", "\n", "from math import *\n", "from numpy import *\n", @@ -221,13 +212,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "new estimate assumed\n", - "mass flow rate of steam through pipe\n", - "pressure of pipe at downstream end in\n", - "temperature of steam emerging from pipe\n", - "'''\n", + "\n", "\n", "from scipy.optimize import fsolve \n", "import math \n", @@ -306,12 +291,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "pressure at nozzle throat\n", - "diameter required at nozzle throat\n", - "sonic velocity at throat\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -365,7 +345,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find height of manometer\n", "\n", "import math \n", "\n", @@ -409,11 +388,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "both liquid phase and solid phase \n", - "required pressure drop per unit length\n", - "'''\n", + "\n", "\n", "import math \n", "\n", -- cgit