Pelton Wheel Experiment
Pelton Wheel Experiment
Results
Figure 1 shows the results we got from plotting the
velocity profile of our wake for angles of 0,3,6 and 0
degrees. I then tabulated the values for
𝐷′ and 𝐶𝐷 for various angles. In Figure 2, I plotted 𝐶𝑃
vs. chord length. I then tabulated values for average
𝐶𝑃 over the total length of the airfoil for various angle
of attacks. In Figure 5, I plotted the Coefficient of
Lift vs. Angle of Attack. In Figure 6, I plotted the
Coefficient of Drag vs. Angle of Attack. I plotted two
𝐶𝐷 ’s, one calculated using the momentum deficit
found from the wake data, and one calculated using
Figure 1- Basic Wind Tunnel Setup the pressure distribution data. I put them on the same
plot to compare the effect that different angles of
Shown in Figure 1 is a basic Wind Tunnel used for
attack have on their values.
aerodynamics analysis. The Wind Tunnel we used to
perform our experiment had a 300 mm by 300 mm
working section and was powered by a 5 kW
electrical motor. In order to provide for variable Conclusions
power output the motor is controlled by a digital
Our results give us a lot of insight into the effect that
conrtol inverter. The model tested in the win tunnel
different angles of attack have on the parameters of
was a NACA 0012 airfoil with a span of 297 mm and
our NACA airfoil. From Figure 3 we can see that as
a chord of 152 mm. It was mounted in the tunnel and
the angle of attack is increased the velocity profile of
was allowed to rotate on its axis, in order to change
the wake region decreases. From this plot we chose
the angle off attack of incoming flow.
the value for the free stream velocity as 13.82
because it is a point where all the lines intersect past
the separation point. From the table of values, I see
that as we increase the angle of attack from 0 to 3
degrees, the momentum thickness increases by 12 %,
but as we increase the angle from 3 to 6, it changes
less than 1 %. Then as we increase the angle to 9
degrees, the momentum thickness increases again by
roughly 9 %. Similar to the momentum thickness, the
coefficient of drag changes about 12 % as we
increase the angle from 0 to 3 degrees, but barely
changes as we increase the angle to 6 degrees. Then
as we further increase the angle of attack to 9 degrees
it changes by 9 %.
Figure 2- Pitot Tube used to measure streamline In Figure 4, I plotted the pressure coefficient with
velocity respect to chord length for different angles of attack,
To measure the local velocity streamlines in the wind ranging from 0 to 14 degrees, in increments of 2. We
tunnel (wake), we used a pitot tube. Shown in Figure see that for the different angles of attacks, the leading
2, the pitot tube has an opening that is parallel to the edge of the airfoil has different values for the
direction of the flow. pressure coefficient.
To measure the pressure distribution over our airfoil, In Figure 5, I plotted the coefficient of Lift vs. angle
we used pressure taps. Pressure taps are the most of attack. We see that for our case, the highest
coefficient of lift occurs at an angle of attack around
12 degrees. Also, the coefficient of lift is a minimum
at an angle of attack of 10 degrees. As we first
increase the angle of attack from 0 to 4 degrees, the
lift coefficient begins to decrease but as we continue
to increase the angle to 8 degrees it begins to increase
until it decreases again from 8 to 10 degrees. This
substantiates the difficulty in predicting the
relationship between the angle of attack and the
coefficient of lift for our case, suggesting that we
have made some type of systematic error when
recording our data.
In Figure 6 I plotted the coefficient of drag vs. angle
of attack. I had two coefficients of drag though, one
calculated using the momentum deficit and one using Figure 3- Wake velocity profile
our pressure distribution data. In the figure we can
clearly see that the coefficient of drag (momentum
deficit) is quite different than the coefficient of drag
calculated using the pressure distribution data. This
may be because we used the wake data for the 𝛼 𝐷′ 𝐶𝐷
momentum deficit, for which we only had four angles 0 3.0973 .1778
of attack, 0,3,6 and 9 degrees. For the pressure 3 3.4767 .1996
distribution data, we had data for eight different 6 3.4965 .2007
angles of attack, so that may be one reason why 9 3.8246 .2196
there’s no correlation between the two. Overall, we
can see that an angle of attack at 12 degrees would
optimize the aerodynamic performance of our NACA
airfoil. Figure 5 shows a maximum for the coefficient
of lift at an angle of attack of 12 degrees, while
Figure 6 show a near minimum for the coefficient of
drag. It is in an engineer’s interest to maximize the
amount of lift force while minimizing drag force,
substantiating the importance of using an optimum
angle of attack.
List of References
[1] Goushcha, O. Aero-Thermal Fluids Laboratory
ME43600. The City College of New York, 2018.
Appendix B:
Sample of all calculations from MATLAB for angle
of attack of 0 degrees
Calculation:
2𝛥𝑃
Wake Velocity (0 degrees) = 𝑣 = √ 𝜌
2∗115.16 𝒎𝟑
=√ 1.2
= 13.85
𝑺
𝐷′ 3.0973
𝐶𝐷 = 1 =1 = .1778 (for 0 degrees)
𝜌𝑈02 𝑐 ∗1.2∗13.82^2∗.152
2 2
𝑃−𝑃𝑢 −143.01−(−114.38)
𝐶𝑃 = 1 = 1 = -.2510
𝜌𝑈02 ∗1.2∗13.82^2
2 2
𝑐
𝑁 ′ = − ∫0 𝑃 ⅆ𝑥 = .7063
Appendix C:
𝐶 The data was collected using MATLAB.
𝐴′ = − ∫0 𝑃 ⅆ𝑦= .6925
𝐿′ = 𝑁 ′ cos 𝛼 − 𝐴′ sin 𝛼=
𝐿′ = 0.7063 ∗ cos(0) − 0.6925 sin(0) =. 𝟕𝟎𝟔𝟑 Appendix D:
Lab 3
𝐿′ .7063) clear all;
𝐶𝐿 = 1 =1 = .0405
𝜌𝑈02 𝑐 ∗1.2∗13.82^2 clc;
2 2
close all;
cd('C:\Users\caleb\onedrive\Desktop')
Wake0=load('Group4_Drag20V_Alpha4.txt')
𝐷′ = 𝑁 ′ sin 𝛼 + 𝐴′ cos 𝛼= Wake1=load('Group4
𝐷′ = 0.7063 ∗ sin(0) − 0.6925 cos(0) =. 𝟔𝟗𝟐𝟓 @3deg_Drag20V_Alpha4.txt')
Wake2=load('Group@6degDrag20V_Alpha4.tx
t')
Wake3=load('Group4_@9degrag20V_Alpha4.t
xt')
p1=Wake0(2,:);
p2=Wake1(2,:);
𝐷′ .6925 p3=Wake2(2,:);
𝐶𝐷 = 1 =1 = .0398 p4=Wake3(2,:);
𝜌𝑈02 ∗1.2∗13.82^2
2 2 v1=sqrt((2.*Wake0(2,:))/1.2)
v2=sqrt((2.*Wake1(2,:))/1.2)
v3=sqrt((2.*Wake2(2,:))/1.2)
v4=sqrt((2.*Wake3(2,:))/1.2)
Uncertainty was found using the MATLAB code, and U=13.82;
for pressure the uncertainty was roughly 0.24. rho=1.2,
pd1=-152.33
pu1=-114.38
pd2=-150.6
pu2=-116.07
pu3=-119.11
pd3=-147.58
pu4=-121
pd4=-149
H=.07
c=.152
plot(v1,Wake0(1,:))
hold on
plot(v2,Wake1(1,:))
plot(v3,Wake2(1,:))
plot(v4,Wake3(1,:))
hold off
legend('0 degrees','3 degrees','6
degrees','9 degrees')
xlabel('Wake velocity')
ylabel('Wind Tunnel Height')
f=(1.2.*v1.^2)
m=trapz(Wake0(1,:)/1000,f)
D=(-(pd1*H+m))+(pu1*H+1.2*U^2*H)
cd=D/(.5*1.2*U*c)
D=-(pd1*H+(trapz(rho.*v1)))
% h_mean=q./(C*trapz(x,T_ss-
T_amb)a)+(Pu*H+rho*U^2*H)
cd=D'/(1/2*rho*U^2*c)
% for 0 degrees
f0=(1.2.*v1.^2) cp4=((P4(3,:)-pu1)/(.5*1.2*U^2))
m0=trapz(Wake0(1,:)/1000,f0) plot(P4(1,:)/1000,cp4)
D0=(-(pd1*H+m0))+(pu1*H+1.2*U^2*H)
cd0=D0/(.5*1.2*U^2*c)
% for 3 degress %10 degrees
f3=(1.2.*v2.^2) cp5=((P5(3,:)-pu1)/(.5*1.2*U^2))
plot(P5(1,:)/1000,cp5)
m3=trapz(Wake1(1,:)/1000,f3)
D3=(-(pd1*H+m3))+(pu1*H+1.2*U^2*H) %12 degrees
cd3=D3/(.5*1.2*U^2*c) cp6=((P6(3,:)-pu1)/(.5*1.2*U^2))
% for 6 degrees plot(P6(1,:)/1000,cp6)
f6=(1.2.*v3.^2)
% 14 degrees
m6=trapz(Wake2(1,:)/1000,f6) cp7=(((P7(3,:)-pu1)/(.5*1.2*U^2)))
D6=(-(pd1*H+m6))+(pu1*H+1.2*U^2*H) plot(P7(1,:)/1000,cp7)
cd6=D6/(.5*1.2*U^2*c) hold off
% for 9 degrees legend('0 deg','2 deg','4 deg','6
f9=(1.2.*v4.^2) deg','8 deg','10 deg','12 deg', '14
deg')
m9=trapz(Wake3(1,:)/1000,f9)
D9=(-(pd1*H+m9))+(pu1*H+1.2*U^2*H)
cd9=D9/(.5*1.2*U^2*c) N for 0 deg
N1=-trapz(P0(1,:)/1000,P0(3,:));
P0=load('Group3_Pressure_20V_Alpha0.txt 2 deg
') N2=-trapz(P1(1,:)/1000,P1(3,:));
P1=load('Group3_Pressure_20V_Alpha2.txt 4 deg
') N3=-trapz(P2(1,:)/1000,P2(3,:));
P2=load('Group3_Pressure_20V_Alpha4.txt 6 deg
') N4=-trapz(P3(1,:)/1000,P3(3,:));
P3=load('Group3_Pressure_20V_Alpha6.txt 8 deg
') N5=-trapz(P4(1,:)/1000,P4(3,:));
P4=load('Group3_Pressure_20V_Alpha8.txt 10 deg
') N6=-trapz(P5(1,:)/1000,P5(3,:));
P5=load('Group3_Pressure_20V_Alpha10.tx 12 deg
t') N7=-trapz(P6(1,:)/1000,P6(3,:));
P6=load('Group3_Pressure_20V_Alpha12.tx 14 deg
t') N8=-trapz(P7(1,:)/1000,P7(3,:));
P7=load('Group3_Pressure_20V_Alpha14.tx
t')
Ax1=-trapz(P0(2,:)/1000,P0(3,:));
% 0 degrees
cp0=((P0(3,:)-pu1)/(.5*1.2*U^2)) Ax2=-trapz(P1(2,:)/1000,P1(3,:));
plot(P0(1,:)/1000,cp0)
xlabel('Chord Length') Ax3=-trapz(P2(2,:)/1000,P2(3,:));
ylabel('Cp')
hold on Ax4=-trapz(P3(2,:)/1000,P3(3,:));
% 2 degrees Ax5=-trapz(P4(2,:)/1000,P4(3,:));
cp1=((P1(3,:)-pu1)/(.5*1.2*U^2))
plot(P1(1,:)/1000,cp1) Ax6=-trapz(P5(2,:)/1000,P5(3,:));
Ax7=-trapz(P6(2,:)/1000,P6(3,:));
% 4 degrees
cp2=((P2(3,:)-pu1)/(.5*1.2*U^2)) Ax8=-trapz(P7(2,:)/1000,P7(3,:));
plot(P2(1,:)/1000,cp2)
Cd1=(Dn1)/(.5*1.2*U^2*c)
Cd2=(Dn2)/(.5*1.2*U^2*c)
Cd3=(Dn3)/(.5*1.2*U^2*c)
Cd4=(Dn4)/(.5*1.2*U^2*c)
Cd5=(Dn5)/(.5*1.2*U^2*c)
Cd6=(Dn6)/(.5*1.2*U^2*c)
Cd7=(Dn7)/(.5*1.2*U^2*c)
Cd8=(Dn8)/(.5*1.2*U^2*c)
alpha=[0,2,4,6,8,10,12,14]
Ck=[Cd1,Cd2,Cd3,Cd4,Cd5,Cd6,Cd7,Cd8]
plot(alpha,Ck)
hold on
alp=[0,3,6,9]
cdd=[.1778,.1996,.2007,.2196]
plot(alp,cdd)
hold off
legend('Cd(Pressure
Distribution','Cd(Momentum Deficit)')
xlabel('angle of attack')
ylabel('Cd')
%Uncertainty Analysis
x=load('Uncertainty.txt');
N=length(x);
t95=2.807;
Xm=mean(x);
Sx= 1/(N-1)*sum(x-Xm);
Sxb=Sx/sqrt(N);
Ux=sqrt(.25^2+(2.807*Sxb)^2);
err=Ux*ones(size(cp4));