diff options
Diffstat (limited to 'Problems_In_Fluid_Flow/ch12.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch12.ipynb | 16 |
1 files changed, 6 insertions, 10 deletions
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", |