USE MATLAB ONLY Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ... title('Velocity Triangle'), ... xlabel('x'),yl
USE MATLAB ONLY Turbomachienery . GIven: vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3 Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram Use this code for plot % plots Velocity Tri. in Ch4 function plotveltri(al1,al2,al3,b2,b3) S1L = [0 1]; V1x = [0 0]; V1s = [0 1*tand(al3)]; S2L = [2 3]; V2x = [0 0]; V2s = [0 1*tand(al2)]; W2s = [0 1*tand(b2)]; U2x = [3 3]; U2y = [1*tand(b2) 1*tand(al2)]; S3L = [4 5]; V3x = [0 0]; V3r = [0 1*tand(al3)]; W3r = [0 1*tand(b3)]; U3x = [5 5]; U3y = [1*tand(b3) 1*tand(al3)]; plot(S1L,V1x,'k',S1L,V1s,'r',... S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',... S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',...... 'LineWidth',2,'MarkerSize',10),... axis([-1 6 -4 4]), ... title('Velocity Triangle'), ... xlabel('x'),yl
Elements Of Electromagnetics
7th Edition
ISBN:9780190698614
Author:Sadiku, Matthew N. O.
Publisher:Sadiku, Matthew N. O.
ChapterMA: Math Assessment
Section: Chapter Questions
Problem 1.1MA
Related questions
Question
USE MATLAB ONLY
Turbomachienery .
GIven:
vx = 185 m/s, flow angle = 60 degrees, R = 0.5, U = 150 m/s, b2 = -a3, a2 = -b3
Find: velocity triangle , a. magnitude of abs vel leaving rotor (m/s) b. flow absolute angles (a1, a2, a3) 3. flow rel angles (b2, b3) d. specific work done e. use code to draw vel. diagram
Use this code for plot
% plots Velocity Tri. in Ch4
function plotveltri(al1,al2,al3,b2,b3)
S1L = [0 1];
V1x = [0 0];
V1s = [0 1*tand(al3)];
S2L = [2 3];
V2x = [0 0];
V2s = [0 1*tand(al2)];
W2s = [0 1*tand(b2)];
U2x = [3 3];
U2y = [1*tand(b2) 1*tand(al2)];
S3L = [4 5];
V3x = [0 0];
V3r = [0 1*tand(al3)];
W3r = [0 1*tand(b3)];
U3x = [5 5];
U3y = [1*tand(b3) 1*tand(al3)];
plot(S1L,V1x,'k',S1L,V1s,'r',...
S2L,V2x,'k',S2L,V2s,'r',S2L,W2s,'b',U2x,U2y,'g',...
S3L,V3x,'k',S3L,V3r,'r',S3L,W3r,'b',U3x,U3y,'g',......
'LineWidth',2,'MarkerSize',10),...
axis([-1 6 -4 4]), ...
title('Velocity Triangle'), ...
xlabel('x'),yl
Expert Solution

This question has been solved!
Explore an expertly crafted, step-by-step solution for a thorough understanding of key concepts.
Step by step
Solved in 2 steps with 4 images

Recommended textbooks for you

Elements Of Electromagnetics
Mechanical Engineering
ISBN:
9780190698614
Author:
Sadiku, Matthew N. O.
Publisher:
Oxford University Press

Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:
9780134319650
Author:
Russell C. Hibbeler
Publisher:
PEARSON

Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:
9781259822674
Author:
Yunus A. Cengel Dr., Michael A. Boles
Publisher:
McGraw-Hill Education

Elements Of Electromagnetics
Mechanical Engineering
ISBN:
9780190698614
Author:
Sadiku, Matthew N. O.
Publisher:
Oxford University Press

Mechanics of Materials (10th Edition)
Mechanical Engineering
ISBN:
9780134319650
Author:
Russell C. Hibbeler
Publisher:
PEARSON

Thermodynamics: An Engineering Approach
Mechanical Engineering
ISBN:
9781259822674
Author:
Yunus A. Cengel Dr., Michael A. Boles
Publisher:
McGraw-Hill Education

Control Systems Engineering
Mechanical Engineering
ISBN:
9781118170519
Author:
Norman S. Nise
Publisher:
WILEY

Mechanics of Materials (MindTap Course List)
Mechanical Engineering
ISBN:
9781337093347
Author:
Barry J. Goodno, James M. Gere
Publisher:
Cengage Learning

Engineering Mechanics: Statics
Mechanical Engineering
ISBN:
9781118807330
Author:
James L. Meriam, L. G. Kraige, J. N. Bolton
Publisher:
WILEY