Centrifugal Compressors Design
Centrifugal Compressors Design
Principle of Operation
c (To3 To1 ) 1 cu 2 1
1 1
To1 c p To1
c presents both less ( frictional) in rotor and diffuser ; : less (friction) in rotor .
both are limiting work capacity in compressor
: a factor limiting work capacity of compressor; can be increased by
increasing number of vanes, thus
Centrifugal Compressors
• Example 4.1
U r2 2 * * N * r2 DN
1 1 4.23
p o1 T o1 295
Centrifugal Compressors
.
• Power required= m c p (To3 To1 ) 9 1.005 193 1746kW
i. e. C a1 C1
C a1 1 must satisfy the continuity equation m 1 A1C a1
where A1 is the flow area at inlet.
Since the density 1 depends upon C1and
both are unknown, a trial and error process is
required.
Centrifugal Compressors
• Flow triangles
• u2=455.5 m/s u1h r1h 136.5m / s,
• Assume axial flow 1t u r1t 273 m / s
• two unknown (,c) in one
equation but another relation is
given by
2
m 1C1 A1 1C1 d1t d1h 2
4
2
P1 C1
1 and To1 T1
RT1 2c p
2
c1
Assume 1 and get C1 then get T1 To1
2c p
p1 T1 1
then and, thus, calculate 1
p o1 To1
Centrifugal Compressors
• Note this is normal to design for an axial velocity of
about 150 m/s, this providing a suitable compromise
between high flow per unit frontal area and frictional
losses in the intake.
• Annulus area of impeller eye,
(0.3 2 0.15 2 )
A1 0.053m 2
4
:Based on stagnation conditions
p o1 1.1 100
1 o1 1.30kg / m 3
RTo1 0.287 295
Centrifugal Compressors
m 9
C1 C a1 131m /
1 A1 1.30 0.053
Since C1 C a1 the equivalent dynamic temperature is ,
2
C1 1312 1.312
3
8.5 K
2c p 2 1.005 10 0.201
2
C1
T1 To1 295 8.5 286.5 K
2c p
p o1 1.1
p1 0.992
1
295 / 286.5 3.5
(To1 / T1 )
p1 0.992 100
1 1.21kg / m 3
RT1 0.287 286.5
Centrifugal Compressors
checkCa1 :
m 9
C a1 140m / s
1 A1 1.21 0.053
final trial :
try C a1 C1 = 145 m/s
equivalent dynamics temperature is
2
C1 145 2 1.45 2
3
10.5 K
2c p 2 1.005 10 0.201
Centrifugal Compressors
2
C1
T1 To1 295 10.5 284.5 K
2c p
p o1 1.1
p1 0.968
1
295 / 284.53.5
(To1 / T1 )
p1 0.968 100
1 1.185kg / m 3
RT1 0.287 284.5
checkC a1 :
m 9
C a1 143m / s
1 A1 1.85 0.053
Centrifugal Compressors
• This is a good agreement and a further trial
using Ca1=143 m/s is unnecessary because a
small change in C has little effect upon .
• For this reason, it is more accurate to use the
final value 143 m/s, rather than the mean of 145
m/s ( the trial value) and 143 m/s.
• The vane angles can now be calculated as
follows:
A 0.0276
b 0.0176m or 1.76 cm
D 0.5
Computational Design of a Centrifugal Compressor
• PROGRAM MAIN
• COMMON CP,R,GAMRAT
• COMMON VECT(5000,500)
• C
• C
• C OPEN(30,FILE='D:\Dif\GRIDG.RES')
• OPEN(5,FILE='C:\CALCULATIONS\
Data_PyT10_6.1mps_D50mmFdn.txt')
• OPEN(6,FILE='C:\CALCULATIONS\OUT.txt')
• OPEN(7,FILE='C:\CALCULATIONS\output data for drawings.txt')
• OPEN(8,FILE='C:\CALCULATIONS\OUT2.txt')
• C OPEN(30,FILE='C:\Dif\GRIDG.RES')
• C OPEN(6,FILE='C:\Dif\Conv 1\GRIDG.OUT')
• C OPEN(5,FILE='C:\dif\Conv 1\GRIDG.DAT')
• C OPEN(30,FILE='C:\Dif\Conv 1\GRIDG.RES',FORM='UNFORMATTED')
• C OPEN(6,FILE='C:\Dif\GRIDG.OUT')
• C OPEN(5,FILE='C:\dif\GRIDG.DAT')
• C OPEN(6,FILE='D:\Dif\GRIDG.OUT')
• C OPEN(5,FILE='D:\dif\GRIDG.DAT')
Computational Design of a Centrifugal Compressor
• C
• PI=22./7.
• EPSI=1.05
• SIGMA=0.9
• RPM=305.
• D0=0.6
• DIT=0.4
• DIR=0.15
• FLOW=14
• TO1=300
• PO1=100.
• EFFC=0.8
• CP=1005
• EFFIMP=0.89
• GAMMA=1.4
• R=0.287
• GAMRAT=GAMMA/(GAMMA-1.)
• U=PI*D0*RPM
• TO13=EPSI*SIGMA*U*U/CP
• PO13=(1.+EFFC*TO13/TO1)**GAMRAT
• TO3=TO1+TO13
• TO2=TO3
• PO3=PO1*PO13
• POWER=FLOW*CP*TO13/1000.
• WRITE(6,11)POWER,TO13,U,PO13
• 11 FORMAT(2X,'POWER=',E13.4,/2X,'TO13=',E13.5/2X,'U=',E13.5/3X,
• 1'Press ratio=',E13.4//)
• AI=PI*(DIT**2-DIR**2)/4.
Computational Design of a Centrifugal Compressor
C •
• C1=100.
• CALL SITER(C1,TO1,PO1,AI,FLOW)
• C WRITE(6,12)C1,EPS,P1,T1,AI
• C 12 FORMAT(2X,E13.3/4E13.4)
• UE=PI*DIT*RPM
• UR=PI*DIR*RPM
• ALFAR=ATAN(C1/UR)*180./PI
• ALFAT=ATAN(C1/UE)*180./PI
• WRITE(6,24)
• 24 FORMAT(8X,'ALFAT, ALFAR'/)
• WRITE(6,13)ALFAT,ALFAR
• 13 FORMAT(2X,2E13.3)
• C
• C Axial Depth CR=C1
• CW=SIGMA*U
• CSQ=CR*CR+CW*CW
• PO2=PO1*(1.+EFFIMP*TO13/TO1)**GAMRAT
• T2=TO2-CSQ/(2.*CP)
• P2=PO2*(T2/TO2)**GAMRAT
• RHO2=P2/(R*T2)
• A2=FLOW/(RHO2*CR)
• AXDEPTH=A2/(PI*D0)
• WRITE(6,17)AXDEPTH
• 17 FORMAT(//10X,'Axial Depth= ', 10X, E13.5)
Computational Design of a Centrifugal Compressor
C •
• C CALL PERFORMANCE(POWER,TO1,PO1,EFFC,GAMRAT,CP)
• STOP
• END
• C
• SUBROUTINE SITER(C,TO,PO,A1,FLOW)
• COMMON CP,R,GAMRAT
• C WRITE(6,102)C,EPS,PO,TO,A1
• RHO1=PO/(R*TO)
• 10 C=FLOW/(RHO1*A1)
• T=TO-C*C/(2.*CP)
• P=PO*(T/TO)**GAMRAT
• C
• 23 FORMAT(7X,'C',18x,'EPS',8X,'P',8X,'T',15X,'A1'/)
• C WRITE(6,102)C,EPS,P,T,A1
• RHONEW=P/(R*T)
• EPS=ABS((RHONEW-RHO1))/RHONEW
• IF(EPS.LT.0.001)GO TO 20
• RHO1=RHONEW
• GO TO 10
• 20 CONTINUE
• WRITE(6,23)
• WRITE(6,102)C,EPS,P,T,A1
• 102 FORMAT(2X,5E13.4/)
• Return
• End
Computational Design of a Centrifugal Compressor
• SUBROUTINE PERFORMANCE(POWER,TO1,PO1,EFFC,GAMRAT,CP)
• COMMON VECT(5000,500),WMAS(5000,500),BETA(5000,500),PI
• FLOW=10.
• DFLOW=FLOW/10.
• WRITE(6,30)POWER,TO1,PO1,EFFC,GAMRAT,CP
• 30 FORMAT(6E13.3)
• DO 10 I=1,9
• TO3=TO1+POWER*1000./FLOW/CP
• PO3=PO1*(1.+EFFC*(TO3-TO1)/TO1)**GAMRAT
• FLOW=FLOW-DFLOW
• C WRITE(6,20)TO3,PO3
• WRITE(6,20)FLOW,PO3/PO1
• 20 FORMAT(2E13.3)
• 10 CONTINUE
• C
• RETURN
• END
Centrifugal Compressors
• The Diffuser:
• In the case of gas turbine, the air should exit the
diffuser and enters the combustion chamber at
minimum velocity.
2 * * 0.3 * 0.0176
• Check on Cr2:
0.0332m 2
• Cr2=Taking Cr as 97.9 m/s, the
angle of the diffuser vane
leading edge for zero incidence
should be
Get C r2
m9
(check ) C r2 C r2 83.3
Aradi 2
-1
C r2 0
( direction of flow) tan ( ) 15
C 2
Ath Ar sin 0.0945 m 2
Ath n * b ( width of throat )
width 4.4cm
Centrifugal Compressors
Compressibility Effects
• At the impeller inlet,( eye of the impeller), the relative
velocity is high and could be very close to sound values.
239
M 0.82
RT
2
C1
T1 T0 280.1, p1 0.918bar , 1.14kg / m
2c p
9
check on, C a1 149
1.148 * 0.053
vel.C1 149 tan 30 86m / s
Po3
1 c To13 / T1
1 , where
Po1
T013 u 2 C1 u c / c p
u c u average (u1h u1t ) / 2
p o3
3.79 with guide vanes
p o1
m RTo1 ND
Po 2 / Po1 , To 2 / To1 , 2
,
D Po1 RTo1
m To1 N
For same compressor ,
Po1 To1
Centrifugal Compressors
Stall
• Defined as the (aerodynamic stall) or the break-
away of the flow from the suction side of the blades.
• A multi-staged compressor may operate safely with
one or more stages stalled and the rest of the
stages unstalled . but performance is not optimum.
Due to higher losses when the stall is formed.
Surge
• Is a special fluctuation of mass flow rate in and out
of the engine. No running under this condition.
• Surge is associated with a sudden drop in delivery
pressure and with violent aerodynamic pulsation
which is transmitted throughout the whole machine.
Centrifugal Compressors
Centrifugal Compressors