blob: bfcc826eba16cd2f2c15b7b3316a7f433e00a5cc (
plain)
1
2
3
4
5
|
//Example 2-4 Mach Number of Air Entering the Diffuser
V = 200 //speed of air entering diffuser [m /s]
T =30 //temperature of air at the inlet of diffuser [degree C]
R = 287 //gas constant of air [J / Kg.K]
k = 1.4 //specific heat ratio for air at 30C []
|