summaryrefslogtreecommitdiff
path: root/Fluid_Mechanics_and_Hydraulic_Machines/ch10.ipynb
blob: 3f713b0143b8f193c514575bf3c7fed0a3d43743 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
{
 "metadata": {
  "name": "",
  "signature": "sha256:e622aaab4152afb43a745018655d3a8638f8ca2d38533a29b1d9f716597d102a"
 },
 "nbformat": 3,
 "nbformat_minor": 0,
 "worksheets": [
  {
   "cells": [
    {
     "cell_type": "heading",
     "level": 1,
     "metadata": {},
     "source": [
      "Chapter 10 : Centrifugal Pump"
     ]
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.1 Page No : 210"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "N = 900./60\n",
      "x1 = 90.\n",
      "D1 = 0.2\n",
      "D2 = 0.4\n",
      "n = 0.7\n",
      "g = 9.81\n",
      "u1 = math.pi*D1*N\n",
      "u2 = 2*u1 \t\t\t# as D2 = 2D1\n",
      "y1 = 20.\n",
      "\n",
      "# Calculations \n",
      "Vf1 = u1*math.tan(math.radians(y1))\n",
      "Vr1 = Vf1/math.sin(math.radians(y1))\n",
      "Vf2 = Vf1\n",
      "Vr2 = Vr1\n",
      "x = (Vr2*Vr2-Vf1*Vf1)**0.5\n",
      "Vw2 = u2-x\n",
      "B1 = 0.02\n",
      "Q = math.pi*D1*B1*Vf1\n",
      "H = Vw2*u2/g\n",
      "w = 9810\n",
      "P = (w*Q*Vw2*u2)/(g*1000)\n",
      "inputpower = (w*Q*H)/(1000*n)\n",
      "print \"discharge through the pump %.4f litre/s \\\n",
      "\\nheat developed %f m \\\n",
      "\\npower in Kw at outlet %.3f \\\n",
      "\\ninput power if overall efficiency is 70%% : %.4f kW\" \\\n",
      "%(Q*1000,H,P,inputpower)\n",
      "\n",
      "# note : rounding off error"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "discharge through the pump 43.1069 litre/s \n",
        "heat developed 18.109366 m \n",
        "power in Kw at outlet 7.658 \n",
        "input power if overall efficiency is 70% : 10.9401 kW\n"
       ]
      }
     ],
     "prompt_number": 11
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.2 Page No : 212"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "Hs = 2.\n",
      "Hd = 20.\n",
      "Hfs = 1.\n",
      "Hfd = 5.\n",
      "Q = 1./60\n",
      "N = 1450./60\n",
      "ds = 0.1\n",
      "dd = ds\n",
      "n = 0.75\n",
      "g = 9.81\n",
      "w = 9810.\n",
      "\n",
      "# Calculations \n",
      "a = 3.142*ds*ds/4\n",
      "Vs = Q/a\n",
      "Vd = Vs\n",
      "Ht = Hs+Hd+Hfs+Hfd+(Vs*Vs/(2*g))+(Vd*Vd/(2*g))\n",
      "Pi = (w*Q*Ht)/(n*1000)\n",
      "Ns = ((N*(Q**0.5))/(Ht**0.75))*60\n",
      "\n",
      "# Results \n",
      "print \"total head developed by the pump,power input to the pump,specific speed of pump in r.p.m\",round(Ht,4),round(Pi,5),round(Ns,3)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "total head developed by the pump,power input to the pump,specific speed of pump in r.p.m 28.4589 6.20404 15.192\n"
       ]
      }
     ],
     "prompt_number": 2
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.3 Page No : 213"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "d2 = 0.6\n",
      "Q = 20./60\n",
      "N = 1400./60\n",
      "V1 = 2.8\n",
      "g = 9.81\n",
      "y2 = 30.\n",
      "w = 9810.\n",
      "Vf1 = V1\n",
      "Vf2 = V1\n",
      "\n",
      "# Calculations \n",
      "u2 = 3.142*d2*N\n",
      "x = Vf2/math.radians(math.tan(y2))\n",
      "Vw2 = u2-x\n",
      "Hm = Vw2*u2/g\n",
      "P = (w*Q*Hm)/1000\n",
      "\n",
      "# Results \n",
      "print \"head developed, pump power\",round(Hm,4),round(P,4)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "head developed, pump power 309.5484 1012.2231\n"
       ]
      }
     ],
     "prompt_number": 3
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.4 Page No : 214"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "N = 1450./60\n",
      "N1 = 1650./60\n",
      "H = 12.\n",
      "P = 6.\n",
      "\n",
      "# Calculations \n",
      "H1 = H*((N1/N)**2)\n",
      "P1 = P*((N1/N)**3)\n",
      "\n",
      "# Results \n",
      "print \"head developed and power required if pump runs at 1650 r.p.m\",round(H1,4),round(P1,4)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "head developed and power required if pump runs at 1650 r.p.m 15.5386 8.841\n"
       ]
      }
     ],
     "prompt_number": 4
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.5 Page No : 215"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "Q = 0.03\n",
      "Hs = 18.\n",
      "d = 0.1\n",
      "l = 90.\n",
      "n = 0.8\n",
      "w = 9810.\n",
      "a = 3.142*d*d/4\n",
      "f = 0.04\n",
      "g = 9.81\n",
      "\n",
      "# Calculations \n",
      "Vd = Q/a\n",
      "H1 = (4*f*l*Vd*Vd)/(d*2*g)+(Vd*Vd/(2*g))\n",
      "Hm = Hs+H1\n",
      "P = (w*Q*Hm)/(n*1000)\n",
      "\n",
      "# Results \n",
      "print \"power required to drive the pump\",round(P,3),\"kW\"\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "power required to drive the pump 46.279 kW\n"
       ]
      }
     ],
     "prompt_number": 6
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.6 Page No : 216"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "Q = 0.04\n",
      "Hm = 30.\n",
      "n = 0.75\n",
      "w = 9810.\n",
      "\n",
      "# Calculations \n",
      "p = w*Q*Hm/1000\n",
      "P = p/n\n",
      "\n",
      "# Results \n",
      "print \"output power of the pump,power required to drive the motor\",p,P\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "output power of the pump,power required to drive the motor 11.772 15.696\n"
       ]
      }
     ],
     "prompt_number": 6
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.7 Page No : 216"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "Q = 1.8/60\n",
      "d = 0.1\n",
      "n = 0.72\n",
      "Hs = 20.\n",
      "w = 9810.\n",
      "Hl = 8.\n",
      "\n",
      "# Calculations \n",
      "Hm = Hs+Hl\n",
      "p = (w*Hm*Q)/1000\n",
      "P = p/n\n",
      "print \"water power required to the pump,power required to run the pump\",p,P\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "water power required to the pump,power required to run the pump 8.2404 11.445\n"
       ]
      }
     ],
     "prompt_number": 7
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.8 Page No : 217"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "d2 = 0.6\n",
      "Q = 15./60\n",
      "N = 1450./60\n",
      "V1 = 2.6\n",
      "g = 9.81\n",
      "y2 = 30.\n",
      "w = 9810.\n",
      "Vf1 = V1\n",
      "Vf2 = V1\n",
      "\n",
      "# Calculations \n",
      "u2 = math.pi*d2*N\n",
      "x = Vf2/math.tan(math.radians(y2))\n",
      "Vw2 = u2-x\n",
      "Hm = Vw2*u2/g\n",
      "P = (w*Q*Hm)/1000\n",
      "\n",
      "# Results \n",
      "print \"head developed, pump power\",round(Hm,4),round(P,4)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "head developed, pump power 190.6161 467.4859\n"
       ]
      }
     ],
     "prompt_number": 12
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.9 Page No : 217"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "Q = 0.05\n",
      "p = 392.4*1000\n",
      "n = 0.65\n",
      "s = 0.8\n",
      "w1 = 9810.\n",
      "\n",
      "# Calculations \n",
      "Hw = p/w1\n",
      "Hoil = p/(w1*s)\n",
      "Pw = (w1*Q*Hw)/(n*1000)\n",
      "Poil = (w1*s*Q*Hoil)/(n*1000)\n",
      "\n",
      "# Results \n",
      "print \"power in Kw to drive the pump with water and oil of s,p = 0.8\",round(Poil,6),round(Pw,6)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "power in Kw to drive the pump with water and oil of s,p = 0.8 30.184615 30.184615\n"
       ]
      }
     ],
     "prompt_number": 8
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.10 Page No : 218"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "Q = 0.118\n",
      "N = 1450./60\n",
      "Hm = 25.\n",
      "d2 = 0.25\n",
      "B2 = 0.05\n",
      "n = 0.75\n",
      "g = 9.81\n",
      "\n",
      "# Calculations \n",
      "u2 = math.pi*d2*N\n",
      "Vf2 = Q/(math.pi*d2*B2)\n",
      "Vw2 = g*Hm/(n*u2)\n",
      "y2 = math.degrees(math.atan(Vf2/(u2-Vw2)))\n",
      "\n",
      "# Results \n",
      "print \"vane angle in degree at the outer nperiphery of the impeller\",round(y2,2)\n",
      "\n",
      "# note : rounding off error\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "vane angle in degree at the outer nperiphery of the impeller 59.75\n"
       ]
      }
     ],
     "prompt_number": 15
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.11 Page No : 219"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "Hm = 14.5\n",
      "N = 1000./60\n",
      "y2 = 30.\n",
      "d2 = 0.3\n",
      "B2 = 0.05\n",
      "g = 9.81\n",
      "n = 0.95\n",
      "\n",
      "# Calculations \n",
      "u2 = math.pi*d2*N\n",
      "Vw2 = g*Hm/(n*u2)\n",
      "Vf2 = (u2-Vw2)*math.tan(math.radians(y2))\n",
      "Q = math.pi*d2*B2*Vf2\n",
      "\n",
      "# Results \n",
      "print \"discharge of pump in m3/sec if manometric efficiency if 95%% : %.3f litre/s\"%(Q*1000)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "discharge of pump in m3/sec if manometric efficiency if 95% : 168.024 litre/s\n"
       ]
      }
     ],
     "prompt_number": 18
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.12 Page No : 220"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "d2 = 1.2\n",
      "N = 200./60\n",
      "Q = 1.88\n",
      "Hm = 6.\n",
      "y2 = 26.\n",
      "g = 9.81\n",
      "Vf2 = 2.5\n",
      "d1 = 0.6\n",
      "u2 = math.pi*d2*N\n",
      "\n",
      "# Calculations \n",
      "Vw2 = u2-(Vf2/math.tan(math.radians(y2)))\n",
      "n = g*Hm/(Vw2*u2)\n",
      "z1 = (math.pi*d2/60)**2\n",
      "z2 = (math.pi*d1/60)**2\n",
      "N1 = (Hm*2*g/(z1-z2))**0.5\n",
      "\n",
      "# Results \n",
      "print \"least speed to start pump : %.3f r.p.m \\\n",
      "\\nmanometric efficiency : %.2f %%\"%(N1,(n*100))\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "least speed to start pump : 199.395 r.p.m \n",
        "manometric efficiency : 62.95 %\n"
       ]
      }
     ],
     "prompt_number": 21
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.13 Page No : 222"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "Q = 0.125\n",
      "Hm = 25.\n",
      "N = 660./60\n",
      "d2 = 0.6\n",
      "d1 = d2*0.5\n",
      "a = 0.06\n",
      "y2 = 45.\n",
      "g = 9.81\n",
      "\n",
      "# Calculations \n",
      "u2 = math.pi*d2*N\n",
      "u1 = u2*0.5\n",
      "Vf2 = Q/a\n",
      "Vw2 = u2-(Vf2/math.tan(math.radians(y2)))\n",
      "n = g*Hm/(Vw2*u2)\n",
      "Vf1 = Q/(a)\n",
      "y1 = math.degrees(math.atan(Vf1/u1))\n",
      "\n",
      "# Results \n",
      "print \"manometric efficiency %.2f %% \\\n",
      "\\nvane angle at inlet : %.2f degrees\"%((n*100),y1)\n",
      "\n",
      "# note : rounding off error."
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "manometric efficiency 63.42 % \n",
        "vane angle at inlet : 11.36 degrees\n"
       ]
      }
     ],
     "prompt_number": 26
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.14 Page No : 223"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "n = 3.\n",
      "d2 = 0.4\n",
      "B2 = 0.02\n",
      "y2 = 45.\n",
      "da = 0.1\n",
      "nm = 0.9\n",
      "w = 9810.\n",
      "no = 0.8\n",
      "g = 9.81\n",
      "N = 1000./60\n",
      "Q = 0.05\n",
      "\n",
      "# Calculations \n",
      "Vf2 = Q/(math.pi*d2*nm*B2)\n",
      "u2 = math.pi*d2*N\n",
      "Vw2 = u2-(Vf2/math.tan(math.radians(y2)))\n",
      "Hm = nm*Vw2*u2/g\n",
      "Ht = n*Hm\n",
      "P = w*Q*Ht/1000\n",
      "Ps = P/no\n",
      "\n",
      "# Results \n",
      "print \"shaft power in Kw %.2f\"%Ps\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "shaft power in Kw 66.21\n"
       ]
      }
     ],
     "prompt_number": 28
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.15 Page No : 225"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "n = 6.\n",
      "Q = 0.12\n",
      "p = 5003.1*1000\n",
      "N = 1450./60\n",
      "w = 9810.\n",
      "\n",
      "# Calculations \n",
      "Ht = p/w\n",
      "h = Ht/n\n",
      "Ns = (N*(Q**0.5)/(h**0.75))*60\n",
      "\n",
      "# Results \n",
      "print \"radial impeller would be selected\",round(Ns,2)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "radial impeller would be selected 17.94\n"
       ]
      }
     ],
     "prompt_number": 12
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.16 Page No : 225"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "import math \n",
      "\n",
      "# Variables\n",
      "sg = 1.08\n",
      "w = 9810.*sg\n",
      "Q = 0.3\n",
      "H = 12.\n",
      "no = 0.75\n",
      "\n",
      "# Calculations \n",
      "P = w*Q*H/(no*1000)\n",
      "p = w*H\n",
      "\n",
      "# Results \n",
      "print \"power in Kw required by the pump,pressure developed by the pump in  N/m2\",round(P,3),p\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "power in Kw required by the pump,pressure developed by the pump in  N/m2 50.855 127137.6\n"
       ]
      }
     ],
     "prompt_number": 13
    },
    {
     "cell_type": "heading",
     "level": 2,
     "metadata": {},
     "source": [
      "Example 10.17 Page No : 226"
     ]
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [
      "\n",
      "# Variables\n",
      "d1 = 0.3\n",
      "N1 = 2000./60\n",
      "Q1 = 3.\n",
      "Hm1 = 30.\n",
      "Q2 = 5.\n",
      "N2 = 1500./60\n",
      "Ht = 200.\n",
      "\n",
      "# Calculations \n",
      "Hm2 = ((N2/N1)*((Q2/Q1)**0.5)*(Hm1**0.75))**1.3333\n",
      "n = Ht/Hm2\n",
      "d2 = ((Hm2/Hm1)**0.5)*(N1/N2)*d1\n",
      "\n",
      "# Results \n",
      "print \"number of stages and diameter of each impeller in cm\",round(n,3),round((d2*100),2)\n"
     ],
     "language": "python",
     "metadata": {},
     "outputs": [
      {
       "output_type": "stream",
       "stream": "stdout",
       "text": [
        "number of stages and diameter of each impeller in cm 6.96 39.15\n"
       ]
      }
     ],
     "prompt_number": 14
    },
    {
     "cell_type": "code",
     "collapsed": false,
     "input": [],
     "language": "python",
     "metadata": {},
     "outputs": []
    }
   ],
   "metadata": {}
  }
 ]
}