summaryrefslogtreecommitdiff
path: root/Problems_In_Fluid_Flow/ch13.ipynb
diff options
context:
space:
mode:
authordebashisdeb2014-06-20 15:42:42 +0530
committerdebashisdeb2014-06-20 15:42:42 +0530
commit83c1bfceb1b681b4bb7253b47491be2d8b2014a1 (patch)
treef54eab21dd3d725d64a495fcd47c00d37abed004 /Problems_In_Fluid_Flow/ch13.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 'Problems_In_Fluid_Flow/ch13.ipynb')
-rw-r--r--Problems_In_Fluid_Flow/ch13.ipynb25
1 files changed, 8 insertions, 17 deletions
diff --git a/Problems_In_Fluid_Flow/ch13.ipynb b/Problems_In_Fluid_Flow/ch13.ipynb
index 4422df84..3eb84b32 100644
--- a/Problems_In_Fluid_Flow/ch13.ipynb
+++ b/Problems_In_Fluid_Flow/ch13.ipynb
@@ -1,6 +1,7 @@
{
"metadata": {
- "name": ""
+ "name": "",
+ "signature": "sha256:8de14a272a9bc06516758c82d47f7c6c131e878e1053a9679880c251e49e360a"
},
"nbformat": 3,
"nbformat_minor": 0,
@@ -27,11 +28,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "find\n",
- "ratio of cetrifugal force & gravitational force\n",
- "equivalent to gravity settling tank of crossectional area\n",
- "'''\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -81,12 +78,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "'''\n",
- "find\n",
- "The maximum safe speed allowed in rpm\n",
- "the power in N/m**2\n",
- "pressure gradient in radial direction \n",
- "'''\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -150,7 +142,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find minimum diameter in organic pigment\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -193,7 +185,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find maximum volumetric flow rate\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -240,7 +232,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find distance of xis of rotation of cream milk interface\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -281,7 +273,7 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find volumetric flow rate\n",
+ "\n",
"\n",
"import math \n",
"\n",
@@ -326,7 +318,6 @@
"cell_type": "code",
"collapsed": false,
"input": [
- "# find overall efficiency of cyclone separator\n",
"\n",
"import math \n",
"from numpy import linspace\n",