Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 3

MODEL CALCULATION: (By using IT TOOLS)

READING NUMBER –3

NAME: MOHAMED AMEEN.M

Reg no:2110009

STUDY ON PERFORMANCE CHARACTERISTICS OF KAPLAN TURBINE

#include <stdio.h>

#include <conio.h>

Int main() {

Float th,h1,h2,n,dw,sm,sw,w,h,r,hw,ip,t,q,op,e,c,d,cd,a1=0.0731,a2=0.0112,g,v,

W=9810.0,h=5,r=0.15,c=0.06038,d=1.572,cd=0.962;

Scanf(“%f%f%f%f%f

%f”,&h1,&h2,&n,&dw,&g,&v); hw=12.6*(h1-h2);

th=(g+v);

z = a1*a2;

q=cd*(z/c)*d; ip=(w*q*th)/1000;

t=(dw*r*9.81);

op=((2*3.14*n*t)/60000);

c=(op/ip);

Printf(“head of water is %f %\n”,hw);

Printf(“total head is %f %\n”,q);

Printf(“discharge is %f m^3/s\n”,ip);

Printf(“torque is %f %\n”,t);

Printf(“input power is %f\n”op);

Printf(“efficiency is %f %\n”,e);
Return 0;

Output:

0.258

0.244

980.8

110

1.3

Head of water is 0.176

Total head is 8.3

discharge is 0.082 input

power is 6.677 torque is

10.438 output power is

1.072 efficiency is 16.1


19ME46C FLUID MECHANICS AND MACHINERY LABORATORY Page Number:

MODEL CALCULATION: (By using Scientific Calculator)

READING NUMBER -

DEPARTMENT OF MECHANICAL ENGINEERING NATIONAL ENGINEERING COLLEGE, K.R.NAGAR, KOVILPATTI

You might also like