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/ch12.ipynb | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'Problems_In_Fluid_Flow/ch12.ipynb') diff --git a/Problems_In_Fluid_Flow/ch12.ipynb b/Problems_In_Fluid_Flow/ch12.ipynb index c84580f4..7b9dbb44 100644 --- a/Problems_In_Fluid_Flow/ch12.ipynb +++ b/Problems_In_Fluid_Flow/ch12.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:8f1680a01385ff5949f5cb398f429f5e497854e1c9f1b526eeecdccb5f6a2e6a" }, "nbformat": 3, "nbformat_minor": 0, @@ -29,7 +30,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find actual linear flow rate through duct\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -83,7 +84,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find maximum carrying capacity of polythene particles\n", + "\n", "\n", "import math \n", "\n", @@ -143,7 +144,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Pressure value in kN/m**2\n", "\n", "import math \n", "\n", @@ -212,7 +212,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find The Pressure value in kN/m**2\n", + "\n", "\n", "import math \n", "\n", @@ -280,11 +280,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The maximum pressure drop\n", - "The minimum pressure drop\n", - "'''\n", + "\n", "\n", "import math \n", "\n", -- cgit