diff options
Diffstat (limited to 'Problems_In_Fluid_Flow/ch9.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch9.ipynb | 28 |
1 files changed, 7 insertions, 21 deletions
diff --git a/Problems_In_Fluid_Flow/ch9.ipynb b/Problems_In_Fluid_Flow/ch9.ipynb index 9644490f..8a82285f 100644 --- a/Problems_In_Fluid_Flow/ch9.ipynb +++ b/Problems_In_Fluid_Flow/ch9.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:f2115f2ad7692dfe801ea214554c915af4da1fd1ef8995d6587f66bc81d26a08" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,11 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "The drag force on sphere\n", - "The drag force on cube\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -90,13 +87,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "Drag force in N\n", - "The drag coefficient\n", - "The lift force\n", - "The coefficient of lift\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -155,7 +146,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Diameter of sphere\n", + "\n", "\n", "import math \n", "\n", @@ -198,7 +189,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find The terminal velocity\n", + "\n", "\n", "import math \n", "\n", @@ -242,11 +233,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "settling occurs in stoke-s law range\n", - "settling velocity\n", - "'''\n", "\n", "import math \n", "\n", @@ -313,7 +299,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "# find Time taken by particle to reach 80% of its velocity\n", + "\n", "\n", "import math \n", "from numpy import linspace\n", |