diff options
Diffstat (limited to 'Problems_In_Fluid_Flow/ch3.ipynb')
-rw-r--r-- | Problems_In_Fluid_Flow/ch3.ipynb | 41 |
1 files changed, 4 insertions, 37 deletions
diff --git a/Problems_In_Fluid_Flow/ch3.ipynb b/Problems_In_Fluid_Flow/ch3.ipynb index 092a98ed..aae6f3e2 100644 --- a/Problems_In_Fluid_Flow/ch3.ipynb +++ b/Problems_In_Fluid_Flow/ch3.ipynb @@ -1,6 +1,7 @@ { "metadata": { - "name": "" + "name": "", + "signature": "sha256:8dba2b3d7cbaa7605bb6013111bd417249fb9e6e7f076f776b644ff232eb7675" }, "nbformat": 3, "nbformat_minor": 0, @@ -27,16 +28,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "fluid in boundary layer would be entirely\n", - "reynolds \n", - "boundary layer width\n", - "velocity of water\n", - "shear stress \n", - "mean shear stress experienced\n", - "total force experienced\n", - "'''\n", + "\n", "\n", "import math \n", "\n", @@ -108,17 +100,6 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "% of surface over which turbulent boundary layer \n", - "thickness of boundary layer \n", - "velocity of air at mid point \n", - "thickness of laminar boundary layer\n", - "velocity at outer edge of laminar sublayer\n", - "shearforce expericienced\n", - "mean shearforce \n", - "total drag force expericienced by the plate \n", - "'''\n", "\n", "import math \n", "\n", @@ -204,21 +185,7 @@ "cell_type": "code", "collapsed": false, "input": [ - "'''\n", - "find\n", - "pipe flow reynolds\n", - "Water will be in streamline motion in the pipe\n", - "velocity gradient at the pipe wall\n", - "Sherastress at pipe wall\n", - "new av. fluid velocity \n", - "thickness of laminar sublayer\n", - "thickness of buffer layer \n", - "percentage of pipe-s core occupied by turbulent core\n", - "velocity where sublayer and buffer layer meet \n", - "velocity where turbulent core and buffer layer meet\n", - "fluid velocity \n", - "shearstress \n", - "'''\n", + "\n", "\n", "import math \n", "\n", |