summaryrefslogtreecommitdiff
path: root/Hydraulics/Chapter_5.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Hydraulics/Chapter_5.ipynb
parenta78126bbe4443e9526a64df9d8245c4af8843044 (diff)
downloadPython-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.gz
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.tar.bz2
Python-Textbook-Companions-83c1bfceb1b681b4bb7253b47491be2d8b2014a1.zip
removing problem statements
Diffstat (limited to 'Hydraulics/Chapter_5.ipynb')
-rw-r--r--Hydraulics/Chapter_5.ipynb56
1 files changed, 21 insertions, 35 deletions
diff --git a/Hydraulics/Chapter_5.ipynb b/Hydraulics/Chapter_5.ipynb
index 7fdc90dc..a400585d 100644
--- a/Hydraulics/Chapter_5.ipynb
+++ b/Hydraulics/Chapter_5.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:fe74dcaff3035e39890b266fafcf015d3afee121cbb7baf09e89820b75888c5a"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,11 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "find\n",
- "a) a channel having bottom width\n",
- "b) channel whose section is an arc of a circle\n",
- "'''\n",
+ "\n",
"import math\n",
"import numpy \n",
"#initialisation of variables\n",
@@ -75,7 +72,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the head lost\n",
"\n",
"import math \n",
"\n",
@@ -120,7 +116,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the pressure difference between two points\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -169,7 +165,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the discharge\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -209,7 +204,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the size of the supply main \n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -253,7 +248,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the critical velocities \n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -303,7 +298,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find pressure \n",
+ "\n",
"import math \n",
"#initialisation of variables\n",
"p = 0.91 \t\t\t#units\n",
@@ -351,7 +346,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the value of n\n",
+ "\n",
"from math import log10\n",
"#initialisation of variables\n",
"h = 1.5 # H\n",
@@ -391,7 +386,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the pressure \n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -445,7 +439,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find rate of flow \n",
+ "\n",
"import math \n",
"#initialisation of variables\n",
"d = 8. \t\t\t#in\n",
@@ -492,7 +486,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find discharge when the syphone is running full\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -538,7 +531,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the necessary height of water surface\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -583,7 +576,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "#find the diameter of uniform pipe \n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -623,7 +615,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# Find the diameter of the parallel mains\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -659,7 +651,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the increase in discharge\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -704,11 +696,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "Find the velocity of flow in each pipe\n",
- "'''\n",
- "\n",
- "import math\n",
+ " import math\n",
"\n",
"# Variables\n",
"d1 = 2 # ft\n",
@@ -771,7 +759,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the time taken to lower the level of water\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -812,7 +800,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the time required to empty the overhead\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -866,7 +853,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the time taken \n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -909,7 +896,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find diameter of the pipe and efficiency of transmission.\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -955,7 +942,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find the horse-powers of the jet.\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -1000,7 +987,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find volume of flow \n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -1043,7 +1030,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find maximum power transmitted by the jet\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -1087,7 +1074,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find height\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -1128,7 +1115,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find rise of pressure in the pipe\n",
"\n",
"import math \n",
"#initialisation of variables\n",
@@ -1170,7 +1156,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find economical diameter of pipe line\n",
+ "\n",
"\n",
"import math \n",
"#initialisation of variables\n",