You are on page 1of 3

ODEL CALCULATION: (By using IT TOOLS)

READING NUMBER – 6
CALIBRATION OF ORIFICE METER
#include <stdio.h>
#include <math.h> int
main() {
printf("YOGARANJITH K");
printf("\nReg No: 2110015"); float
A,h,t,a1,a2,H,h1,h2,qact,qth;
scanf("%f %f %f %f %f %f %f %f %f
%f",&A,&h,&t,&a1,&a2,&H,&h1,&h2,&qact,&qth);
printf("Qact=%f",((A*h)/t));
float b=sqrt((a1*a1)-(a2*a2)); float
d=sqrt(2*9.81*H);
float c=((a1*a2)*d); printf("\nQth=%f",
(c/b)); printf("\nH=%f",(12.6*(h1-h2)));
printf("\nCd=%f",(qact/qth));

OUTPUT:
YOGARANJITH Reg No:
2110015
0.09
0.1
8.55
0.00049
0.0001072
2.331
33.5
17
0.000479
0.0002436
Qact=0.009105Qth=0.
001254 H=1.3104
Cd=0.661
MODEL CALCULATION: (By using Scientific Calculator)
READING NUMBER - 6

You might also like