diff options
author | debashisdeb | 2014-06-20 15:42:42 +0530 |
---|---|---|
committer | debashisdeb | 2014-06-20 15:42:42 +0530 |
commit | 83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch) | |
tree | f54eab21dd3d725d64a495fcd47c00d37abed004 /Problems_In_Fluid_Flow/ch6.ipynb | |
parent | a78126bbe4443e9526a64df9d8245c4af8843044 (diff) | |
download | Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2 Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip |
removing problem statements
Diffstat (limited to 'Problems_In_Fluid_Flow/ch6.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch6.ipynb | 34 |
1 files changed, 7 insertions, 27 deletions
diff --git a/Problems_In_Fluid_Flow/ch6.ipynb b/Problems_In_Fluid_Flow/ch6.ipynb index d95ae4fb..3eb6270f 100644 --- a/Problems_In_Fluid_Flow/ch6.ipynb +++ b/Problems_In_Fluid_Flow/ch6.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:0f5ebffba7421842791b4539c2f380869e20570438cc6f427747cc5e01bc6228" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,14 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "Max. height of toluene supported by atm. pressure\n", - "reynolds no \n", - "the maximum height above toulene \n", - "Maximum delivery rate \n", - "minimum smooth diameter of suction pipe\n", - "'''\n", + "\n", "\n", "import math \n", "from numpy import *\n", @@ -121,11 +115,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "frequency of motor\n", - "diametr of impeller\n", - "'''\n", + "\n", "\n", "import math \n", "# Initialization of Variable\n", @@ -170,7 +160,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Power required to pump fluid \n", + "\n", "\n", "from matplotlib.pyplot import *\n", "import math \n", @@ -276,7 +266,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find the flow rate at which H_sys takes over HeffA\n", "\n", "import math \n", "from matplotlib.pyplot import *\n", @@ -354,11 +343,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "time t when the acceleration will be maximum\n", - "Maximum frequency of oscillation\n", - "'''\n", + "\n", "\n", "import math\n", "from numpy import *\n", @@ -438,12 +423,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "mass of air required to lift the sulphuric acid tank\n", - "work done is magnitude of value in kg\n", - "The mass of air required \n", - "'''\n", + "\n", "\n", "import math \n", "\n", |