SlideShare uma empresa Scribd logo
1 de 8
Baixar para ler offline
Java Gas Turbine Simulator Documentation

Java Gas Turbine Simulator: Engine Component 

Mathematical Models
The mass flow rate,

Introduction
The mathematical model for each engine component
currently included in the Java Gas Turbine Simulator is
presented in this document. The engine component
models are
one-dimensional,
lumped-parameter,
!bermo~amic models. The ~nsteaay70rrnsorthe
continuity, momentum and energy equations are used to
generate ordinary differential eguations which are used
to model the complete propulsion system.

. = A .

where 	 Pin

Tin
A

y

The thermodynamic properties of air and fuel-air
mixtures are calculated by considering variable specific
heats and no dissociation. Curve fits of data tables are
used to compute specific heats, specific heat ratios, and
specific enthalpies from given values of temperature and
fuel-air ratio. For each engine component, the following
equations are used

J [_2_J2(1Y

Pm RT (y+ 1)
in

m

Gas Properties

m, of fluid in the bleed passage is
(1+ I)
1)

(6)

=Stagnation pressure at the bleed inlet
= Stagnation temperature at the bleed inlet
= Cross sectional area of the bleed pas­
sage
Specific heat ratio of fluid in the bleed
passage

=

Combustor

Y = ...!!.. 	

(4)

The combustor provides thermal energy addition to
the combustion of fuel. The heat
addition associated with the burning of the fuel is
assumed to take place in the mixing volume directly
downstream of the combustor. Stagnation pressure
.~~~~~~. are included in the combustor model. Because of
the greater temperature rise through the combustor, the
assumption of constant specific heat ratio based on the
inlet conditions could lead to difficulties in matching
steady-state conditions. For this reason, an "average"
combustor temperature is computed based on inlet and
exit temperatures, and used to compute an average
specific heat ratio and enthalpy of the working fluid in the
combustor.
The mass flow rate in the combustor is

h

(5)

(7)

Cp

= feT, (fI a» 	

R = f(fla) 	

Cv

cp-R 	

(1)

(2)

(3)

C

Cv

f(T, Cfla» 	

While the gas constant, R, is in general a variable
when mixtures of gases are considered, the sensitivity of
R to the fuel-air ratios in a turbojet simulation could be
neglected. Therefore, the gas constant of air may be
used in the ideal gas law. The use of a constant value of
R also prevents the occurrence of algebraic loop~ which
require iterative solutions.

BleedDuct
Bleed components are used to provide turbine cooling
and auxiliary drive air. Bleed air is assumed to be
provided from a high pressure source (such as the exit of
a compressor), and supplied to a component which is at
a sufficiently low pressure so that flow in the bleed
passage is choked. The following desc'ribes the equation
for the 5'feed"mOdel.

Jb~ system_through

where

= Stagnation pressure at the combustor
inlet
Pout = Stagnation pressure at the combustor
exit
Tin =Stagnation temperature at the combustor
inlet
Kc
Combustor pressure loss coefficient
Pin

The specific enthalpy of the fluid in the combustor is
based on the average temperature of the combustor air­
fuel mixture. The average temperature is given as
(8)

where 	 Tavg

Average stagnation temperature in the
combustor
Tout = Combustor outlet stagnation temperature
~
= Combustor interpolation constant

The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
map. The map represents compressor performance with
the variable geometry at nominal, scheduled position:

The combustor fuel air ratio (f/a), is computed as
(Jla)

=

(Jla)in

+ [(Jla)in + l](~fuel)

(12)

(9)

mgas

where
(f/a)in =The fuel air ratio of the gases entering
the combustor
mfuel =The fuel mass flow rate being added to
the combustor
mgas =The mass flow rate of the gases enter­
ing the combustor
The enthalpy of the air-fuel mixture in the combustor,
h, is then determined from curve fit data. based on the
average com~ust()r temperature and the combustor fuel­
air ratio:

mbase,e,n

where

h = J(Tavg' (f I a)) 	

Ne,n
APn

The normalized corrected mass flow rate which
accounts for off-schedule geometry effects is obtained
from the variable-geometry effects performance map:
(13)

(10)

where 	

mvar,e,n

The rate of energy being added to the working fluid
due to the combustion of the fuel, Eeomb' is
E eomb 	

where 	

m 11 . HVF
fuel'

= Baseline inlet-corrected mass flow
normalized to design point
= Corrected spool speed normalized
to design point
= Stagnation pressure ratio normal­
ized to deSign point

CVGP
(11 )

11
= Combustor efficiency
HVF = Heating value of fuel

= Inlet-corrected mass flow for off
schedule geometry, normalized to
design point
= Compressor variable geometry
position value

The mass flow rate in the compressor may be given
as

Eeomb is referred to as the combustor energy term and
represents the energy tlux term for the cornbustor due to
fuel combustion. Because the combustion process is
assumed to take place in the downstream mixing
volume, Eeomb is the rate of heat addition to the mixing
volume due to fuel combustion. Heat addition to the
mixing volume is given by the BQ/dt term in the mixing
volume dynamic energy equation. Thus, Eeomb will be
used by the mixing volume to account for the heat
addition due to fuel combustion.

(14)

where 	

VariableCompressor
Compressor performance is represented by a set of
overall performance maps normalized to design point
values. Baseline performance maps provide normalized
inlet-corrected mass flow rate and normalized efficiency
as a function of normalized pressure ratio and
normalized, inlet-corrected spool speed. Shifts in
normalized inlet-corrected mass flow rate, based on (un­
normalized) off-schedule values of variable stator
position, are also provided as a function of normalized
pressure ratio and normalized inlet-corrected spool
speed. Because of the greater temperature rise through
the compressor, the assumption of constant specific heat
ratio based on the inlet conditions could lead to
difficulties in matching steady-state conditions. For this
reason, an "average" compressor temperature is
computed and used to compute an average specific heat
ratio. The following equations describe the compressor
model.
The normalized inlet-corrected mass flow rate value is
obtained from the baseline compressor performance

md

= Design point value of compressor mass
flow rate
1in = Stagnation temperature at compressor
inlet
Tin,d = Design point stagnation temperature at
compressor inlet
Pin
= Stagnation pressure at compressor inlet
Pin,d = Design point pressure at compressor
inlet

When the normalized inlet-corrected mass flow rate at
the design point, mbase,e,n' is returned from the map, the
value should be exactly 1.0. However, because the map
values are determined by an interpolation routine, it may
not be exactly 1.0. This error can be eliminated by
introducing a correction coefficient, Weor,.. which when
multiplied by the returned map value will make the
returned map value be exactly 1.0. The compressor
mass flow rate correction coefficient is
Weorr

=(.

)

1

(15)

m base, e, n map@designpt

Placing the correction coefficient into Eq.(14) gives

.

mbase,e,n O

+.

[

.

mvar,e,n) md

.
-;y:~d](P.
tn,

In 	

In

~

m,d

). Weorr
(16)

2
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
The compressor temperature correction coefficient is

The normalized adiabatic efficiency value is obtained
from the baseline compressor performance map.

f map(Nc, n' IJ.Pn)

11 base, c, n =

where 	 " base,c,n

.
= IJ.TIT, 'd ea l@deSlgnpt
Inl

T

(17)

eorr

(24)

IJ.Tdl Tin, dideal

=Adiabatic efficiency, normalized to

design point
The adiabatic efficiency, ", is then computed by
multiplying the normalized adiabatic efficiency, 11 n' by
the design adiabatic efficiency value, 11 d:

Placing the correction coefficient into Eq.(23) gives

[

(18)

(IJ.TITin)'d I 1 T.
_ _=-_l_ea_+ ]
11 . Teorr
In

(25)

The enthalpy corresponding to the temperature at the
compressor outlet, hout, is determined from curve fit data
based on values of stagnation temperature and the fuel­
air ratio (f/a) in the compressor:

The stagnation temperature rise across the
compressor is calculated using isentropic relationships
for stagnation temperature and pressure. The stagnation
temperature rise is determined using an average
temperature which is computed using a temperature
interpolation constant:

(26)

(19)

where 	

The compressor functions by transmitting mechanical
energy (supplied by the shaft) into kinetic energy in the
fluid flow. The rate of this energy conversion is calculated
as the difference in fluid energy at the inlet and exit of the
compressor and is given by the following equation:

Tavg = Average stagnation temperature in the
compressor

Tout

=Compressor outlet stagnation tempera­

1in

ture
= Compressor inlet stagnation temperature
= Compressor interpolation constant

~

(27)

where 	 Ecomp = The rate of energy being added to the
working fluid
m = The mass flow rate of the working fluid
in the compressor
hin
=The specific stagnation enthalpy of the
working fluid at the compressor inlet
hout = The specific stagnation enthalpy of the
working fluid at the compressor outlet

Tavg is used to determine the constant specific heat of

the compressor from curve fit data. With the constant
specific heat known, the isentropic stagnation
temperature rise is defined as
Tout)
(

= (Pout)(Y-l)/Y

Tin ideal

(20)

Pin

where 	 Pin = Compressor inlet stagnation pressure
Pout = Compressor outlet stagnation pressure
y
= Compressor constant specific heat ratio

Eeomp is referred to as the compressor energy term,
and represents the rate of energy being transferred from
the shaft to the working fluid. This term is used to
compute the torque applied to the compressor by the
shaft, and is utilized in the dynamiC energy balance
equation given in the shaft mathematical model.

Defining the stagnation temperature rise parameter as
( IJ.T)

=

(Tout, ideal- Tin)

Tout, ideal

Tin

Tin

Tin ideal

(21)

StoredMassDuct
The effect of fluid momentum on the transient
behavior of the engine is considered in the duct
component. The model assumes the duct is adiabatic
with constant area and length; and the pressure loss due
to frictional effects is included. The following is the
dynamic flow equation for the duct:

then, Eq. (20) becomes
p out){ y ­
(-

1)/y

-1 	

(22)

Pin

The stagnation temperature at the compressor outlet
is then
T

out

=

(IJ.TITin)'d
[

11

I

ea

I

+ 1] T-	

In

(28)

(23)

where 	 A
L

= Cross sectional area of the duct
= Length of the duct
Pin = Stagnation pressure at the duct inlet

3
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
Pout

Kd
Til

Tin

Intercomponent Volume
(AeroMixingVolume)

= Stagnation pressure at the duct exit
=Duct pressure loss coefficient
Fluid mass flow rate in the duct
Stagnation temperature at combustor
inlet

An intercomponent volume (mixing volume) is placed
between engine components. In the volume, the storage
of mass and energy occurs and the dynamic forms of
continuity, energy and state equations are used to
generate differential equations which can be solved for
the stored mass, temperature and pressure. The
following develops the dynamic equations stated above.

Flight Conditions and Inlet
(Environment)
Stagnation temperature and pressure at flight altitude
are determined from standard atmospheric data tables:
Palt

f(alt) 	

Talt

f(alt) 	

The rate of change of mass in the control volume is

(29)
(30)

dM

(- l
"
I

where

Texil

1+

r

2

The rate of change of temperature in the control
volume is obtained from the first law of Thermodynamics
as
dT =

where

(Mflight ~ 1)

Texit)Y/(Y-l)

where 	 11 inlet
Pexit

rall

T

=	 tagnation temperature of working
S

At the (steady-state) design point, the above
differential equation should be exactly zero, indicating
that the mixing volume energy balance is satisfied at the
design point. However, model incompatibilities and
numerical inaccuracies may result in a non-zero
temperature derivative value. To zero the derivative value
associated with the energy balance, a correction
coefficient, E C01T' is introduced into the above equation to
force it to zero

=Inlet recovery characteristic
= Stagnation pressure at inlet exit

f(T alt , (fla» 	

t

=

(32)

The enthalpy of the air at the flight altitude is
determined from curve fit data based on .the stagnation
temperature at altitude and the fuel-air ratio (which is
zero):
h

t

fluid in control volume
Rate of energy entering control vol­
ume due to heat transfer
oWldt =Rate of energy leaving control volume
due to all work interactions except
flow work
h
= Specific stagnation enthalpy of work­
ing fluid entering the control volume
havg
Specific stagnation enthalpy of work­
ing fluid in the control volume
u
= Internal energy of working fluid
y
= Constant specific heat ratio of working
fluid in control volume
Constant-volume specific heat of
working fluid in control volume

1 - O.075(Mflight - 1{35 if (Mflight ~ 1)

Pexit = 11inletPalt(

m+ ~Q - °d7J

oQldt

A steady-state, military specification inlet recovery
characteristic is used to determine the stagnation
pressure at the inlet exit:

11inlet 	

L

inlets

(35)

Stagnation temperature at inlet exit

if

havg

(31)

(y =1.4)
Mjlight = Flight Mach number

11inlet =

[inlets mh
L

Mev

= Specific heat ratio of ambient air

y

(34)

= Mass of working fluid in control volume

2

1)Mflight

Lm	

exits

m = Fluid mass flow rate

Although no inlet to the engine is included, simple
isentropic and empirical relations are used to determine
the stagnation conditions at the "inlet" exit. The
stagnation temperature at the inlet exit based on the
flight Mach number is computed as
. = T
exlt
all

m-

inlets 	

where 	 M

where 	 alt = Altitude
Palt
Stagnation pressure at altitude
Talt = Stagnation temperature at altitude
Tsls = Sea level standard ambient temperature

T

L

dt

(33)

4
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
[OQ

E carr =

nozzle operation parameters assume a specific heat
ratio of 1.4. The specific heat ratio in the tailpipe of a
turbofan engine will be lower than this value. To
compensate for this error when setting up the model to
match the user·defined input data, correction coefficients
are computed to give the desired values of gross thrust
and mass flow rate for the nozzle. The correction
coefficient for the gross thrust, Fcor~ is the ratio of user­
defined design gross thrust, Fd , to the calculated design
gross thrust, F c' given by the above equation:

(36)

0 J!'l 


Tt-TtJ 

where all values are design point values. If the 0 Qldt
term is zero, then Ecorr is set to 1.000. Once determined,
the correction coefficient then becomes part of the model
and the governing differential equation associated with
the energy balance for the mixing volume becomes:

(40)

L

+('Y-1)T[
m
M
inlets
exits

LmJ

Once calculated, this value is used in the thrust
equation at design and off-design conditions. and
Eq.(39) is then

(37)

(41)

Converging-Diverging Nozzle
The correction coefficient for the mass flow rate, Wcorr
is the ratio of user-defined design mass flow rate to the
calculated design mass flow rate given by Eq.(38):

A convergent-divergent nozzle configuration is
assumed for the nozzle model, with a convergent-only
nozzle being considered a subset of the more general
model. A relatively detailed mathematical representation
of the thermodynamics is used, including the treatment
of normal shocks in the divergent section. The
stagnation pressure losses associated with the shocks
are computed along with the gross nozzle thrust. The
following equations define the nozzle model.
The ideal mass flow rate for a nozzle operating in
"choked" condition (Le. the Mach number at the nozzle
throat is 1.0) can be determined from isentropic
relations. Pressure losses due to boundary layer effects
and departure from one-dimensionality can be calibrated
into the ideal mass flow rate above equation through the
use of a flow coefficient, Cd, to obtain:
. =	

m

*

J 'Y [_2_J<"(+
('Y+ 1) 	

Pin A Cd RT

where 	 Pin

lin
R

'Y
A*

(42)

Once calculated, this value is used in the mass flow
equation, Eq.(38), at design and off-design conditions to
give the nozzle mass flow rate

(43)

The exit velocity of the nozzle flow is determined
using the following equation

1)/2("(-1)

in

(38)

_
(Vx)[2'YRT inJ
V - C - - - 112
e
v Vy
('Y + 1)

=Nozzle inlet stagnation pressure

=

Nozzle inlet stagnation temperature
= Ideal gas constant
= Nozzle specific heat ratio (y = 1.4
is used)
The critical nozzle cross sectional area

(39)

Pout
Ve

Ae

= Flow velocity upstream of shock
= Flow velOCity downstream of shock

=Nozzle velocity coefficient

Defining the critical cross-sectional area, A*, as the
area where the flow is sonic (M=1), the ratio of some
arbitrary nozzle cross-sectional area to the critical area
may be used to determine the pressure ratio across the
nozzle which causes the flow to be sonic in the nozzle at
the critical cross-sectional area. The pressure ratio
which causes the flow to be sonic is known as the critical
pressure ratio

The nozzle gross thrust, F, may be calculated as

where 	 P e

= Flow velocity at the nozzle exit

Vy

=

Ve

Cv
Vx

where 	

(44)

=Static pressure at nozzle exit plane
=Ambient static pressure
=Nozzle flow exit velocity

=Cross sectional area at nozzle exit plane

The compressible flow tables used in computing the

5
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
PA)
(Pin cr = f(.:!.)
A*
where

PA
Pin
A
A*

Thus, the throat area is the critical area for the nozzle
and Athroat may be used in Eq.(43) in place of A* to
compute the mass flow rate in the nozzle. The velocity
ratio term (v;Vy) is 1.0 since there is no shock. This value
is substituted into Eq.(44) to compute the nozzle exit
velocity.

(45)

= Ambient static pressure at location of A
=Stagnation pressure at nozzle inlet
= Arbitrary cross-sectional area of nozzle
= Critical cross-sectional area of nozzle

Supersonic Flow
If the pressure ratio is less than the critical pressure
ratio, (Pou!Pi,J < (Pou!Pi,Jcn the flow is supersonic in the
nozzle. If the nozzle is a converging-diverging nozzle,
normal shocks will likely be present in the flow and the
pressure losses are accounted for. To determine if the
nozzle is a converging-only or a converging-diverging
nozzle, the ratio of the exit area to the throat area is
compared.

The critical pressure, for a given area ratio, is
determined from one-dimensional isentropic tables for
compressible flow. Sonic flow will occur at the minimum
cross-sectional area of the nozzle which is at the throat,
and Eq. (45) becomes
( Pout)
Pin cr

rlAA:)

(46)

J"

Converging-Only Nozzle (Aexi!Athroat;;';; 1)
For sonic flow in a converging-only nozzle, the throat
area is the critical area for the nozzle and Athroat may be
used in Eq.(43) in place of A* to compute the mass flow
rate in the nozzle. The velocity ratio term (v;Vy) is 1.0
since there is no shock. This value is substituted into
Eq.(44) to compute the nozzle exit velocity. The nozzle
exit plane stagnation pressure will be less than the
ambient pressure. This value may be computed using
the critical pressure ratio

Subsonic Flow
If (Pou!Pi,J > (Pou!Pi,Jcn the flow
throughout the nozzle. In this case,

is subsonic
(47)

The area to which the throat area would have to be
reduced to result in sonic flow (M=1) based on the
pressure ratio value, may be determined from the one­
dimensional isentropic compressible flow tables. If Ae is
used as the arbitrary cross sectional area, then the ratio
of the exit area to the critical cross-sectional area may be
found

(~:)
A*

Pout)
Pin ( ­
Pin cr

This value may be used in Eq.(39) to compute the
nozzle pressure drag.

(48)

Converging-Diverging Nozzle (Aexi!Athroat) > 1)
For supersonic now in a converging-diverging nozzle,
the throat area is the critical area for the nozzle and
Athroat may be used in Eq.(43) in place of A* to compute
the mass flow rate in the nozzle. The converging­
diverging nozzle, operating in the supersonic region, will
likely have normal shocks present in the divergent
portion of the nozzle or outside of the nozzle. To
determine if the shock is outside the nozzle, the pressure
ratio at which the shock is in the nozzle exit plane is
given by the following equation

is then determined using the following equation

A* = - - - - ­

(51)

(49)

(A/ A*)

The value of A* may then be used in Eq.(43) to
compute the mass flow rate in the nozzle. The velocity
ratio term (v;Vy) is 1.0 since there is no shock. This value
is substituted into Eq.(44) to compute the nozzle exit
velocity.

(52)

Sonic Flow
where

If (Pou!Pi,J = (Pou!Pi,Jcn then the flow is sonic in the
nozzle. In this case, the nozzle exit pressure is equal to
the ambient pressure
P e = Pout

(50)

Since (Pou!Pi,J :::; (Pou!Pi,Jcn the flow is sonic at the
minimum nozzle cross-sectional area which is the throat.

Stagnation pressure downstream of
shock
Px = Stagnation pressure upstream of shock
Ps,y = Static pressure downstream of shock
Ps,x = Static pressure upstream of shock
es = Expelled nozzle shock
Py

The parameters given in the above equation may be

6
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
RotorShaft

determined from shock tables.

The most Significant factors in determining the
transient behavior of a turbojet are the spool moments of
inertia. The spool is considered the complete
compressor-shaft-turbine assembly. The differential
equation representing the change in spool speed is

Shock in exit plane
If {Pou!Pinl = (pou!Pinles' the shock is in the nozzle exit
plane. The velocity ratio term (v.!vy ) is determined from
the shock tables based on the Mach number upstream of
the shock
Vx

-

v

dN
=

f(M)
x

y

where

The exit pressure will be returned to ambient pressure
due to the shock, so
Pe

=

spool( compressor+shaft+turbine)
= Joulean mechanical equivalent of
heat constant
N
Shaft rotational speed
"I.Ecomp =The summation of the energy flux
term, rhl1h , for each compressor
attached to the shaft
"I. Eturb = The summation of the energy flux
term, rhl1h, for each turbine
attached to the shaft

This value may be used in Eq.(39) to compute the
nozzle pressure drag.
Shock external to nozzle
If (Pou!Pinl < (pou!Pinles' the shock has been expelled
from the nozzle. The velocity ratio term (v.!vy) is
determined from the shock tables based on the Mach
number upstream of the shock

At the (steady state) design point, the above
differential equation should be exactly zero, indicating
that the spool energy balance is satisfied at the design
point. However, model incompatibilities and numerical
inaccuracies may result in a non-zero spool derivative
value. To zero the derivative value associated with the
energy balance, a correction coefficient, Ecor.,. is
introduced into the above equation to force it to zero

(55)

This value is substituted into Eq.(44) to compute the
nozzle exit velocity. The nozzle exit stagnation pressure
may be computed using the critical pressure ratio

E
Pout)
Pin ( ­
Pin cr

dN

dt

(57)

Pout

-

vy

=

f(M)
x

(60)

(61)

BleedCooledTurbine
Turbine performance is represented by a set of overall
performance maps normalized to design pOint values.
Baseline performance maps provide normalized turbine
inlet flow and normalized enthalpy drop parameters as a
function of normalized pressure ratio and normalized
inlet-corrected spool speed. Cooling bleed flow for the
turbine is assumed to reenter the cycle at the turbine
discharge, although a portion of the bleed flow is
assumed to do turbine work.
The normalized turbine inlet flow parameter value is
obtained from the turbine performance map.

This value may be used in Eq.(39) to compute the
nozzle pressure drag. The velocity ratio term (v.!vy ) is
determined from the shock tables based on the Mach
number upstream of the shock
Vx

IEcomp@deSignpt
'" E
- £..J turb@designpt

Once determined, the correction coefficient then
becomes part of the model and the governing differential
equation associated with the energy balance for the
spool is

Shock internal to nozzle
If {pou!P;nlcr > (pou!Pinl > (pou!Pinles, the shock is in the
divergent section of the nozzle. In this case, the nozzle
exit pressure is equal to the ambient pressure
=

=

corr

(56)

This value may be used in Eq.(39) to compute the
nozzle pressure drag.

Pe

=Polar moment of inertia of the

I

J

(54)

Pout

(59)

dt

(53)

(58)

This value is substituted into Eq.(44) to compute the
nozzle exit velocity.

(62)

7
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
where

(Mp)n

= Inletwcorrected flow parameter normal­

exactly 1.0. This error can be eliminated by introducing a
correction coefficient, H eor,., which when multiplied by the
returned map value will make the returned map value be
exactly 1.0,

ized to design pOint
N e•n = Inletwcorrected spool speed normalized
to design point
IJ.Pn = Pressure ratio normalized to design
pOint

(68)

Heorr

The inlet mass flow rate in the turbine is

Placing the correction coefficient into Eq.(67) gives

(63)

where 	 Pin
Tin

N

md
Pin. d

Tin. d
Nd

= Stagnation pressure at turbine inlet

(69)

Stagnation temperature at turbine inlet
= Spool speed
= Design point turbine mass flow rate
= Design point stagnation pressure at tur­
bine inlet
= Design point stagnation temperature at
turbine inlet
= Design point spool speed

The rate of energy being removed from the working
fluid by the turbine is
E turb

where

When the normalized inlet flow parameter at the
design point, (Mp)n, is returned from the map, the value
should be exactly 1.0. However, because the map values
are determined by an interpolation routine, it may not be
exactly 1.0. This error can be eliminated by introducing a
correction coefficient, Weor,., which when multiplied by the
returned map value will make the returned map value be
exactly 1.0:

Weorr

=

«h p )n )map@designp/

=

1
«M ) } 

p n map@designp/ 


=

[min

+ (mbleed' bldpct)]lJ.h

(70)

= Rate of energy being removed from
the working fluid
m inlet =Mass flow rate of the working fluid at
the turbine inlet
mbleed Mass flow rate of the cooling bleed­
flow
bldpct = Percentage of bleed flow which does
turbine work

Eturb

E turb is the energy flux term for the turbine, and is
referred to as the turbine energy term. It is used to
compute the torque applied to the shaft by the turbine
and is utilized in the energy balance equation given in
the shaft mathematical model. Because the energy
removal process is assumed to take place in the
downstream mixing volume, E turb is the rate of energy
being removed from the working fluid in the mixing
volume. and is given by the 0 Qldt term in the mixing
volume dynamic energy equation (the 0 Qldt term will be
negative). Thus, Eturb will be used by the mixing volume
to account for the energy removed by the turbine from
the working fluid.

(64)

Placing the correction coefficient into Eq.(63) gives
the mass flow rate in the turbine
(65)

The normalized enthalpy drop parameter, (hp)n, is
obtained from the turbine performance map.
(66)

The enthalpy drop in the turbine, IJ. h, is found by the
following equation,

(67)

where 	 IJ. hd = Design enthalpy drop across turbine
When the normalized enthalpy drop parameter at the
deSign point (hp)m is returned from the map, the value
should be exactly 1.0. However, because the map values
are determined by an interpolation routine iit may not be

8
The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.

Mais conteúdo relacionado

Mais procurados

Aircraft propulsion non ideal turbofan cycle analysis
Aircraft propulsion   non ideal turbofan cycle analysisAircraft propulsion   non ideal turbofan cycle analysis
Aircraft propulsion non ideal turbofan cycle analysisAnurak Atthasit
 
Aircraft Propulsion - Ideal Turbojet Performance
Aircraft Propulsion - Ideal Turbojet PerformanceAircraft Propulsion - Ideal Turbojet Performance
Aircraft Propulsion - Ideal Turbojet PerformanceAnurak Atthasit
 
Se prod thermo_chapter_2_compressor
Se prod thermo_chapter_2_compressorSe prod thermo_chapter_2_compressor
Se prod thermo_chapter_2_compressorVJTI Production
 
Aircraft propulsion ideal turbofan performance
Aircraft propulsion   ideal turbofan performanceAircraft propulsion   ideal turbofan performance
Aircraft propulsion ideal turbofan performanceAnurak Atthasit
 
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...IOSR Journals
 
Principle of turbomachinery
Principle of turbomachineryPrinciple of turbomachinery
Principle of turbomachineryWalid Mohammed
 
Pad semesteraufgabe finalreport
Pad semesteraufgabe finalreportPad semesteraufgabe finalreport
Pad semesteraufgabe finalreportHaris Ahmed
 
R&amp;ac lecture 19
R&amp;ac lecture 19R&amp;ac lecture 19
R&amp;ac lecture 19sayed fathy
 
THERMODYNAMICS Unit III
THERMODYNAMICS Unit  III THERMODYNAMICS Unit  III
THERMODYNAMICS Unit III sureshkcet
 
Thermodynamics of axial compressor and turbine - 3rd December 2009
Thermodynamics of axial compressor and turbine - 3rd December 2009Thermodynamics of axial compressor and turbine - 3rd December 2009
Thermodynamics of axial compressor and turbine - 3rd December 2009CangTo Cheah
 
2 gas turbinepp
2 gas turbinepp2 gas turbinepp
2 gas turbineppskdass23
 
Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010
Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010
Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010CangTo Cheah
 

Mais procurados (20)

Turbomachinary: Axial flow compressor and fans
Turbomachinary: Axial flow compressor and fansTurbomachinary: Axial flow compressor and fans
Turbomachinary: Axial flow compressor and fans
 
Aircraft propulsion non ideal turbofan cycle analysis
Aircraft propulsion   non ideal turbofan cycle analysisAircraft propulsion   non ideal turbofan cycle analysis
Aircraft propulsion non ideal turbofan cycle analysis
 
Heat exchangers
Heat exchangersHeat exchangers
Heat exchangers
 
Aircraft Propulsion - Ideal Turbojet Performance
Aircraft Propulsion - Ideal Turbojet PerformanceAircraft Propulsion - Ideal Turbojet Performance
Aircraft Propulsion - Ideal Turbojet Performance
 
Maquinas y equipos termicos
Maquinas y equipos termicos Maquinas y equipos termicos
Maquinas y equipos termicos
 
Boiler calculations
Boiler calculationsBoiler calculations
Boiler calculations
 
HHO driven CCPP
HHO driven CCPPHHO driven CCPP
HHO driven CCPP
 
Se prod thermo_chapter_2_compressor
Se prod thermo_chapter_2_compressorSe prod thermo_chapter_2_compressor
Se prod thermo_chapter_2_compressor
 
Aircraft propulsion ideal turbofan performance
Aircraft propulsion   ideal turbofan performanceAircraft propulsion   ideal turbofan performance
Aircraft propulsion ideal turbofan performance
 
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
Use of Hydrogen in Fiat Lancia Petrol engine, Combustion Process and Determin...
 
Principle of turbomachinery
Principle of turbomachineryPrinciple of turbomachinery
Principle of turbomachinery
 
Analysis Report
Analysis ReportAnalysis Report
Analysis Report
 
Pad semesteraufgabe finalreport
Pad semesteraufgabe finalreportPad semesteraufgabe finalreport
Pad semesteraufgabe finalreport
 
R&amp;ac lecture 19
R&amp;ac lecture 19R&amp;ac lecture 19
R&amp;ac lecture 19
 
THERMODYNAMICS Unit III
THERMODYNAMICS Unit  III THERMODYNAMICS Unit  III
THERMODYNAMICS Unit III
 
Thermodynamics of axial compressor and turbine - 3rd December 2009
Thermodynamics of axial compressor and turbine - 3rd December 2009Thermodynamics of axial compressor and turbine - 3rd December 2009
Thermodynamics of axial compressor and turbine - 3rd December 2009
 
4.8.compressors
4.8.compressors4.8.compressors
4.8.compressors
 
2 gas turbinepp
2 gas turbinepp2 gas turbinepp
2 gas turbinepp
 
Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010
Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010
Axial compressor theory - stage-wise isentropic efficiency - 18th March 2010
 
Paper icame
Paper icamePaper icame
Paper icame
 

Destaque

Movimiento Armonico Simple
Movimiento Armonico SimpleMovimiento Armonico Simple
Movimiento Armonico Simple_santos_
 
movimiento armónico simple
movimiento armónico simplemovimiento armónico simple
movimiento armónico simpleenso MT
 
Informe de laboratorio- Movimiento armonico simple
Informe de laboratorio- Movimiento armonico simpleInforme de laboratorio- Movimiento armonico simple
Informe de laboratorio- Movimiento armonico simpleJesu Nuñez
 
Laboratorio de pendulo simple
Laboratorio de pendulo simpleLaboratorio de pendulo simple
Laboratorio de pendulo simpleCUN
 
Movmiento periodico (1)
Movmiento periodico (1)Movmiento periodico (1)
Movmiento periodico (1)Shure Acost
 
Movimiento armonico simple (1)
Movimiento armonico simple (1)Movimiento armonico simple (1)
Movimiento armonico simple (1)mariajulis1207
 
Movimiento ArmóNico Simple
Movimiento ArmóNico SimpleMovimiento ArmóNico Simple
Movimiento ArmóNico Simpleguest8ae586
 
Experimento de fisica
Experimento de fisicaExperimento de fisica
Experimento de fisicaklever
 
Practica6 maria gonzalez
Practica6 maria gonzalezPractica6 maria gonzalez
Practica6 maria gonzalezMariaGonzalezG
 
Movimiento armónico simple
Movimiento armónico simpleMovimiento armónico simple
Movimiento armónico simpleYuri Milachay
 
Exposicion de movimiento armonico simple
Exposicion de movimiento armonico simpleExposicion de movimiento armonico simple
Exposicion de movimiento armonico simplealcaldia
 
Movimiento ondulatorio
Movimiento ondulatorioMovimiento ondulatorio
Movimiento ondulatorioMary Carmen
 
Laboratorio pendulo simple
Laboratorio pendulo simpleLaboratorio pendulo simple
Laboratorio pendulo simpleCesar Lagos
 

Destaque (20)

Movimiento armónico onces
Movimiento armónico  oncesMovimiento armónico  onces
Movimiento armónico onces
 
Movimiento Armonico Simple
Movimiento Armonico SimpleMovimiento Armonico Simple
Movimiento Armonico Simple
 
movimiento armónico simple
movimiento armónico simplemovimiento armónico simple
movimiento armónico simple
 
Movimiento armonico simple
Movimiento armonico simpleMovimiento armonico simple
Movimiento armonico simple
 
Informe de laboratorio- Movimiento armonico simple
Informe de laboratorio- Movimiento armonico simpleInforme de laboratorio- Movimiento armonico simple
Informe de laboratorio- Movimiento armonico simple
 
foto
fotofoto
foto
 
Laboratorio de pendulo simple
Laboratorio de pendulo simpleLaboratorio de pendulo simple
Laboratorio de pendulo simple
 
Movmiento periodico (1)
Movmiento periodico (1)Movmiento periodico (1)
Movmiento periodico (1)
 
Movimiento armonico simple (1)
Movimiento armonico simple (1)Movimiento armonico simple (1)
Movimiento armonico simple (1)
 
Movimiento ArmóNico Simple
Movimiento ArmóNico SimpleMovimiento ArmóNico Simple
Movimiento ArmóNico Simple
 
informe del M.A.S fisica 2
informe del M.A.S fisica 2informe del M.A.S fisica 2
informe del M.A.S fisica 2
 
Experimento de fisica
Experimento de fisicaExperimento de fisica
Experimento de fisica
 
Practica6 maria gonzalez
Practica6 maria gonzalezPractica6 maria gonzalez
Practica6 maria gonzalez
 
Movimiento armónico simple
Movimiento armónico simpleMovimiento armónico simple
Movimiento armónico simple
 
Algunos resueltos de capítulo 13 sears
Algunos resueltos de capítulo 13 searsAlgunos resueltos de capítulo 13 sears
Algunos resueltos de capítulo 13 sears
 
MOVIMIENTO ARMONICO SIMPLE
MOVIMIENTO ARMONICO SIMPLEMOVIMIENTO ARMONICO SIMPLE
MOVIMIENTO ARMONICO SIMPLE
 
Exposicion de movimiento armonico simple
Exposicion de movimiento armonico simpleExposicion de movimiento armonico simple
Exposicion de movimiento armonico simple
 
Movimiento ondulatorio
Movimiento ondulatorioMovimiento ondulatorio
Movimiento ondulatorio
 
Laboratorio péndulo simple física III
Laboratorio péndulo simple física IIILaboratorio péndulo simple física III
Laboratorio péndulo simple física III
 
Laboratorio pendulo simple
Laboratorio pendulo simpleLaboratorio pendulo simple
Laboratorio pendulo simple
 

Semelhante a Java Gas Turbine Simulator Documentation: Engine Component Mathematical Models

Turbofan Engine Design Report
Turbofan Engine Design ReportTurbofan Engine Design Report
Turbofan Engine Design ReportNicholas Cordero
 
Brayton cycle (Gas Cycle)-Introduction
Brayton cycle (Gas Cycle)-IntroductionBrayton cycle (Gas Cycle)-Introduction
Brayton cycle (Gas Cycle)-IntroductionHashim Hasnain Hadi
 
Effect of Compression Ratio on Performance of Combined Cycle Gas Turbine
Effect of Compression Ratio on Performance of Combined Cycle Gas TurbineEffect of Compression Ratio on Performance of Combined Cycle Gas Turbine
Effect of Compression Ratio on Performance of Combined Cycle Gas Turbineijsrd.com
 
Gas turbine 2 - regeneration and intercooling
Gas turbine   2 - regeneration and intercoolingGas turbine   2 - regeneration and intercooling
Gas turbine 2 - regeneration and intercoolingNihal Senanayake
 
Artículo evaluation of air heater performance and acurracy of the results
Artículo   evaluation of air heater performance and acurracy of the resultsArtículo   evaluation of air heater performance and acurracy of the results
Artículo evaluation of air heater performance and acurracy of the resultsCaro Cuadras
 
Se prod thermo_examples_compressor
Se prod thermo_examples_compressorSe prod thermo_examples_compressor
Se prod thermo_examples_compressorVJTI Production
 
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
 (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docxaryan532920
 
13085560 ice-lecture-2
13085560 ice-lecture-213085560 ice-lecture-2
13085560 ice-lecture-2ljill16
 
Air-Cycle refrigeration.pdf
Air-Cycle refrigeration.pdfAir-Cycle refrigeration.pdf
Air-Cycle refrigeration.pdfEssaYimer
 
Aircraft Propulsion Systems
Aircraft Propulsion SystemsAircraft Propulsion Systems
Aircraft Propulsion Systemsahmad bassiouny
 
lecture of turbomachine in engineering.pptx
lecture of turbomachine in engineering.pptxlecture of turbomachine in engineering.pptx
lecture of turbomachine in engineering.pptxBfhfHdhg
 
ProjectreportMMC_16101_compressor_01.pdf
ProjectreportMMC_16101_compressor_01.pdfProjectreportMMC_16101_compressor_01.pdf
ProjectreportMMC_16101_compressor_01.pdfpk500138
 
turbocharger-and-supercharger.ppt
turbocharger-and-supercharger.pptturbocharger-and-supercharger.ppt
turbocharger-and-supercharger.pptSivaKumarP83
 
I.C. Engines / Turbocharger and-supercharger
I.C. Engines / Turbocharger and-superchargerI.C. Engines / Turbocharger and-supercharger
I.C. Engines / Turbocharger and-superchargerS.Shanmuga Sundaram
 

Semelhante a Java Gas Turbine Simulator Documentation: Engine Component Mathematical Models (20)

Turbofan Engine Design Report
Turbofan Engine Design ReportTurbofan Engine Design Report
Turbofan Engine Design Report
 
Brayton cycle (Gas Cycle)-Introduction
Brayton cycle (Gas Cycle)-IntroductionBrayton cycle (Gas Cycle)-Introduction
Brayton cycle (Gas Cycle)-Introduction
 
Effect of Compression Ratio on Performance of Combined Cycle Gas Turbine
Effect of Compression Ratio on Performance of Combined Cycle Gas TurbineEffect of Compression Ratio on Performance of Combined Cycle Gas Turbine
Effect of Compression Ratio on Performance of Combined Cycle Gas Turbine
 
Gas turbine 2 - regeneration and intercooling
Gas turbine   2 - regeneration and intercoolingGas turbine   2 - regeneration and intercooling
Gas turbine 2 - regeneration and intercooling
 
Artículo evaluation of air heater performance and acurracy of the results
Artículo   evaluation of air heater performance and acurracy of the resultsArtículo   evaluation of air heater performance and acurracy of the results
Artículo evaluation of air heater performance and acurracy of the results
 
Preliminary selection of centrifugal compressor
Preliminary selection of centrifugal compressorPreliminary selection of centrifugal compressor
Preliminary selection of centrifugal compressor
 
Se prod thermo_examples_compressor
Se prod thermo_examples_compressorSe prod thermo_examples_compressor
Se prod thermo_examples_compressor
 
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
 (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx (ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
(ME- 495 Laboratory Exercise – Number 1 – Brayton Cycle -.docx
 
Pr 1
Pr 1Pr 1
Pr 1
 
13085560 ice-lecture-2
13085560 ice-lecture-213085560 ice-lecture-2
13085560 ice-lecture-2
 
Air-Cycle refrigeration.pdf
Air-Cycle refrigeration.pdfAir-Cycle refrigeration.pdf
Air-Cycle refrigeration.pdf
 
Aircraft Propulsion Systems
Aircraft Propulsion SystemsAircraft Propulsion Systems
Aircraft Propulsion Systems
 
H1303043644
H1303043644H1303043644
H1303043644
 
lecture of turbomachine in engineering.pptx
lecture of turbomachine in engineering.pptxlecture of turbomachine in engineering.pptx
lecture of turbomachine in engineering.pptx
 
ProjectreportMMC_16101_compressor_01.pdf
ProjectreportMMC_16101_compressor_01.pdfProjectreportMMC_16101_compressor_01.pdf
ProjectreportMMC_16101_compressor_01.pdf
 
Air comprosser
Air comprosserAir comprosser
Air comprosser
 
Compressors
CompressorsCompressors
Compressors
 
turbocharger-and-supercharger.ppt
turbocharger-and-supercharger.pptturbocharger-and-supercharger.ppt
turbocharger-and-supercharger.ppt
 
I.C. Engines / Turbocharger and-supercharger
I.C. Engines / Turbocharger and-superchargerI.C. Engines / Turbocharger and-supercharger
I.C. Engines / Turbocharger and-supercharger
 
Compressible Flow
Compressible FlowCompressible Flow
Compressible Flow
 

Mais de Julio Banks

Apologia - A Call for a Reformation of Christian Protestants Organizations.pdf
Apologia - A Call for a Reformation of Christian Protestants Organizations.pdfApologia - A Call for a Reformation of Christian Protestants Organizations.pdf
Apologia - A Call for a Reformation of Christian Protestants Organizations.pdfJulio Banks
 
Mathcad - CMS (Component Mode Synthesis) Analysis.pdf
Mathcad - CMS (Component Mode Synthesis) Analysis.pdfMathcad - CMS (Component Mode Synthesis) Analysis.pdf
Mathcad - CMS (Component Mode Synthesis) Analysis.pdfJulio Banks
 
MathCAD - Synchronicity Algorithm.pdf
MathCAD - Synchronicity Algorithm.pdfMathCAD - Synchronicity Algorithm.pdf
MathCAD - Synchronicity Algorithm.pdfJulio Banks
 
Sharing the gospel with muslims
Sharing the gospel with muslimsSharing the gospel with muslims
Sharing the gospel with muslimsJulio Banks
 
Mathcad explicit solution cubic equation examples
Mathcad   explicit solution cubic equation examplesMathcad   explicit solution cubic equation examples
Mathcad explicit solution cubic equation examplesJulio Banks
 
Math cad prime the relationship between the cubit, meter, pi and the golden...
Math cad prime   the relationship between the cubit, meter, pi and the golden...Math cad prime   the relationship between the cubit, meter, pi and the golden...
Math cad prime the relationship between the cubit, meter, pi and the golden...Julio Banks
 
Mathcad day number in the year and solar declination angle
Mathcad   day number in the year and solar declination angleMathcad   day number in the year and solar declination angle
Mathcad day number in the year and solar declination angleJulio Banks
 
Transcript for abraham_lincoln_thanksgiving_proclamation_1863
Transcript for abraham_lincoln_thanksgiving_proclamation_1863Transcript for abraham_lincoln_thanksgiving_proclamation_1863
Transcript for abraham_lincoln_thanksgiving_proclamation_1863Julio Banks
 
Thanksgiving and lincolns calls to prayer
Thanksgiving and lincolns calls to prayerThanksgiving and lincolns calls to prayer
Thanksgiving and lincolns calls to prayerJulio Banks
 
Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...
Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...
Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...Julio Banks
 
Man's search-for-meaning-viktor-frankl
Man's search-for-meaning-viktor-franklMan's search-for-meaning-viktor-frankl
Man's search-for-meaning-viktor-franklJulio Banks
 
Love versus shadow self
Love versus shadow selfLove versus shadow self
Love versus shadow selfJulio Banks
 
Exposing the truth about the qur'an
Exposing the truth about the qur'anExposing the truth about the qur'an
Exposing the truth about the qur'anJulio Banks
 
NASA-TM-X-74335 --U.S. Standard Atmosphere 1976
NASA-TM-X-74335 --U.S. Standard Atmosphere 1976NASA-TM-X-74335 --U.S. Standard Atmosphere 1976
NASA-TM-X-74335 --U.S. Standard Atmosphere 1976Julio Banks
 
Mathcad P-elements linear versus nonlinear stress 2014-t6
Mathcad   P-elements linear versus nonlinear stress 2014-t6Mathcad   P-elements linear versus nonlinear stress 2014-t6
Mathcad P-elements linear versus nonlinear stress 2014-t6Julio Banks
 
Apologia - The martyrs killed for clarifying the bible
Apologia - The martyrs killed for clarifying the bibleApologia - The martyrs killed for clarifying the bible
Apologia - The martyrs killed for clarifying the bibleJulio Banks
 
Apologia - Always be prepared to give a reason for the hope that is within yo...
Apologia - Always be prepared to give a reason for the hope that is within yo...Apologia - Always be prepared to give a reason for the hope that is within yo...
Apologia - Always be prepared to give a reason for the hope that is within yo...Julio Banks
 
Spontaneous creation of the universe ex nihil by maya lincoln and avi wasser
Spontaneous creation of the universe ex nihil by maya lincoln and avi wasserSpontaneous creation of the universe ex nihil by maya lincoln and avi wasser
Spontaneous creation of the universe ex nihil by maya lincoln and avi wasserJulio Banks
 
The “necessary observer” that quantum mechanics require is described in the b...
The “necessary observer” that quantum mechanics require is described in the b...The “necessary observer” that quantum mechanics require is described in the b...
The “necessary observer” that quantum mechanics require is described in the b...Julio Banks
 
Advances in fatigue and fracture mechanics by grzegorz (greg) glinka
Advances in fatigue and fracture mechanics by grzegorz (greg) glinkaAdvances in fatigue and fracture mechanics by grzegorz (greg) glinka
Advances in fatigue and fracture mechanics by grzegorz (greg) glinkaJulio Banks
 

Mais de Julio Banks (20)

Apologia - A Call for a Reformation of Christian Protestants Organizations.pdf
Apologia - A Call for a Reformation of Christian Protestants Organizations.pdfApologia - A Call for a Reformation of Christian Protestants Organizations.pdf
Apologia - A Call for a Reformation of Christian Protestants Organizations.pdf
 
Mathcad - CMS (Component Mode Synthesis) Analysis.pdf
Mathcad - CMS (Component Mode Synthesis) Analysis.pdfMathcad - CMS (Component Mode Synthesis) Analysis.pdf
Mathcad - CMS (Component Mode Synthesis) Analysis.pdf
 
MathCAD - Synchronicity Algorithm.pdf
MathCAD - Synchronicity Algorithm.pdfMathCAD - Synchronicity Algorithm.pdf
MathCAD - Synchronicity Algorithm.pdf
 
Sharing the gospel with muslims
Sharing the gospel with muslimsSharing the gospel with muslims
Sharing the gospel with muslims
 
Mathcad explicit solution cubic equation examples
Mathcad   explicit solution cubic equation examplesMathcad   explicit solution cubic equation examples
Mathcad explicit solution cubic equation examples
 
Math cad prime the relationship between the cubit, meter, pi and the golden...
Math cad prime   the relationship between the cubit, meter, pi and the golden...Math cad prime   the relationship between the cubit, meter, pi and the golden...
Math cad prime the relationship between the cubit, meter, pi and the golden...
 
Mathcad day number in the year and solar declination angle
Mathcad   day number in the year and solar declination angleMathcad   day number in the year and solar declination angle
Mathcad day number in the year and solar declination angle
 
Transcript for abraham_lincoln_thanksgiving_proclamation_1863
Transcript for abraham_lincoln_thanksgiving_proclamation_1863Transcript for abraham_lincoln_thanksgiving_proclamation_1863
Transcript for abraham_lincoln_thanksgiving_proclamation_1863
 
Thanksgiving and lincolns calls to prayer
Thanksgiving and lincolns calls to prayerThanksgiving and lincolns calls to prayer
Thanksgiving and lincolns calls to prayer
 
Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...
Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...
Jannaf 10 1986 paper by julio c. banks, et. al.-ballistic performance of lpg ...
 
Man's search-for-meaning-viktor-frankl
Man's search-for-meaning-viktor-franklMan's search-for-meaning-viktor-frankl
Man's search-for-meaning-viktor-frankl
 
Love versus shadow self
Love versus shadow selfLove versus shadow self
Love versus shadow self
 
Exposing the truth about the qur'an
Exposing the truth about the qur'anExposing the truth about the qur'an
Exposing the truth about the qur'an
 
NASA-TM-X-74335 --U.S. Standard Atmosphere 1976
NASA-TM-X-74335 --U.S. Standard Atmosphere 1976NASA-TM-X-74335 --U.S. Standard Atmosphere 1976
NASA-TM-X-74335 --U.S. Standard Atmosphere 1976
 
Mathcad P-elements linear versus nonlinear stress 2014-t6
Mathcad   P-elements linear versus nonlinear stress 2014-t6Mathcad   P-elements linear versus nonlinear stress 2014-t6
Mathcad P-elements linear versus nonlinear stress 2014-t6
 
Apologia - The martyrs killed for clarifying the bible
Apologia - The martyrs killed for clarifying the bibleApologia - The martyrs killed for clarifying the bible
Apologia - The martyrs killed for clarifying the bible
 
Apologia - Always be prepared to give a reason for the hope that is within yo...
Apologia - Always be prepared to give a reason for the hope that is within yo...Apologia - Always be prepared to give a reason for the hope that is within yo...
Apologia - Always be prepared to give a reason for the hope that is within yo...
 
Spontaneous creation of the universe ex nihil by maya lincoln and avi wasser
Spontaneous creation of the universe ex nihil by maya lincoln and avi wasserSpontaneous creation of the universe ex nihil by maya lincoln and avi wasser
Spontaneous creation of the universe ex nihil by maya lincoln and avi wasser
 
The “necessary observer” that quantum mechanics require is described in the b...
The “necessary observer” that quantum mechanics require is described in the b...The “necessary observer” that quantum mechanics require is described in the b...
The “necessary observer” that quantum mechanics require is described in the b...
 
Advances in fatigue and fracture mechanics by grzegorz (greg) glinka
Advances in fatigue and fracture mechanics by grzegorz (greg) glinkaAdvances in fatigue and fracture mechanics by grzegorz (greg) glinka
Advances in fatigue and fracture mechanics by grzegorz (greg) glinka
 

Último

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsPixlogix Infotech
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxLoriGlavin3
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek SchlawackFwdays
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024BookNet Canada
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfAddepto
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rick Flair
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024Stephanie Beckett
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenHervé Boutemy
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Mark Simos
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebUiPathCommunity
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brandgvaughan
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxLoriGlavin3
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningLars Bell
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity PlanDatabarracks
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Commit University
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024Lorenzo Miniero
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .Alan Dix
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr BaganFwdays
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersNicole Novielli
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxLoriGlavin3
 

Último (20)

The Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and ConsThe Ultimate Guide to Choosing WordPress Pros and Cons
The Ultimate Guide to Choosing WordPress Pros and Cons
 
The State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptxThe State of Passkeys with FIDO Alliance.pptx
The State of Passkeys with FIDO Alliance.pptx
 
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
"Subclassing and Composition – A Pythonic Tour of Trade-Offs", Hynek Schlawack
 
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
New from BookNet Canada for 2024: Loan Stars - Tech Forum 2024
 
Gen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdfGen AI in Business - Global Trends Report 2024.pdf
Gen AI in Business - Global Trends Report 2024.pdf
 
Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...Rise of the Machines: Known As Drones...
Rise of the Machines: Known As Drones...
 
What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024What's New in Teams Calling, Meetings and Devices March 2024
What's New in Teams Calling, Meetings and Devices March 2024
 
DevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache MavenDevoxxFR 2024 Reproducible Builds with Apache Maven
DevoxxFR 2024 Reproducible Builds with Apache Maven
 
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
Tampa BSides - Chef's Tour of Microsoft Security Adoption Framework (SAF)
 
Dev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio WebDev Dives: Streamline document processing with UiPath Studio Web
Dev Dives: Streamline document processing with UiPath Studio Web
 
WordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your BrandWordPress Websites for Engineers: Elevate Your Brand
WordPress Websites for Engineers: Elevate Your Brand
 
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptxThe Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
The Fit for Passkeys for Employee and Consumer Sign-ins: FIDO Paris Seminar.pptx
 
DSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine TuningDSPy a system for AI to Write Prompts and Do Fine Tuning
DSPy a system for AI to Write Prompts and Do Fine Tuning
 
How to write a Business Continuity Plan
How to write a Business Continuity PlanHow to write a Business Continuity Plan
How to write a Business Continuity Plan
 
Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!Nell’iperspazio con Rocket: il Framework Web di Rust!
Nell’iperspazio con Rocket: il Framework Web di Rust!
 
SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024SIP trunking in Janus @ Kamailio World 2024
SIP trunking in Janus @ Kamailio World 2024
 
From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .From Family Reminiscence to Scholarly Archive .
From Family Reminiscence to Scholarly Archive .
 
"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan"ML in Production",Oleksandr Bagan
"ML in Production",Oleksandr Bagan
 
A Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software DevelopersA Journey Into the Emotions of Software Developers
A Journey Into the Emotions of Software Developers
 
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptxPasskey Providers and Enabling Portability: FIDO Paris Seminar.pptx
Passkey Providers and Enabling Portability: FIDO Paris Seminar.pptx
 

Java Gas Turbine Simulator Documentation: Engine Component Mathematical Models

  • 1. Java Gas Turbine Simulator Documentation Java Gas Turbine Simulator: Engine Component Mathematical Models The mass flow rate, Introduction The mathematical model for each engine component currently included in the Java Gas Turbine Simulator is presented in this document. The engine component models are one-dimensional, lumped-parameter, !bermo~amic models. The ~nsteaay70rrnsorthe continuity, momentum and energy equations are used to generate ordinary differential eguations which are used to model the complete propulsion system. . = A . where Pin Tin A y The thermodynamic properties of air and fuel-air mixtures are calculated by considering variable specific heats and no dissociation. Curve fits of data tables are used to compute specific heats, specific heat ratios, and specific enthalpies from given values of temperature and fuel-air ratio. For each engine component, the following equations are used J [_2_J2(1Y Pm RT (y+ 1) in m Gas Properties m, of fluid in the bleed passage is (1+ I) 1) (6) =Stagnation pressure at the bleed inlet = Stagnation temperature at the bleed inlet = Cross sectional area of the bleed pas­ sage Specific heat ratio of fluid in the bleed passage = Combustor Y = ...!!.. (4) The combustor provides thermal energy addition to the combustion of fuel. The heat addition associated with the burning of the fuel is assumed to take place in the mixing volume directly downstream of the combustor. Stagnation pressure .~~~~~~. are included in the combustor model. Because of the greater temperature rise through the combustor, the assumption of constant specific heat ratio based on the inlet conditions could lead to difficulties in matching steady-state conditions. For this reason, an "average" combustor temperature is computed based on inlet and exit temperatures, and used to compute an average specific heat ratio and enthalpy of the working fluid in the combustor. The mass flow rate in the combustor is h (5) (7) Cp = feT, (fI a» R = f(fla) Cv cp-R (1) (2) (3) C Cv f(T, Cfla» While the gas constant, R, is in general a variable when mixtures of gases are considered, the sensitivity of R to the fuel-air ratios in a turbojet simulation could be neglected. Therefore, the gas constant of air may be used in the ideal gas law. The use of a constant value of R also prevents the occurrence of algebraic loop~ which require iterative solutions. BleedDuct Bleed components are used to provide turbine cooling and auxiliary drive air. Bleed air is assumed to be provided from a high pressure source (such as the exit of a compressor), and supplied to a component which is at a sufficiently low pressure so that flow in the bleed passage is choked. The following desc'ribes the equation for the 5'feed"mOdel. Jb~ system_through where = Stagnation pressure at the combustor inlet Pout = Stagnation pressure at the combustor exit Tin =Stagnation temperature at the combustor inlet Kc Combustor pressure loss coefficient Pin The specific enthalpy of the fluid in the combustor is based on the average temperature of the combustor air­ fuel mixture. The average temperature is given as (8) where Tavg Average stagnation temperature in the combustor Tout = Combustor outlet stagnation temperature ~ = Combustor interpolation constant The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 2. map. The map represents compressor performance with the variable geometry at nominal, scheduled position: The combustor fuel air ratio (f/a), is computed as (Jla) = (Jla)in + [(Jla)in + l](~fuel) (12) (9) mgas where (f/a)in =The fuel air ratio of the gases entering the combustor mfuel =The fuel mass flow rate being added to the combustor mgas =The mass flow rate of the gases enter­ ing the combustor The enthalpy of the air-fuel mixture in the combustor, h, is then determined from curve fit data. based on the average com~ust()r temperature and the combustor fuel­ air ratio: mbase,e,n where h = J(Tavg' (f I a)) Ne,n APn The normalized corrected mass flow rate which accounts for off-schedule geometry effects is obtained from the variable-geometry effects performance map: (13) (10) where mvar,e,n The rate of energy being added to the working fluid due to the combustion of the fuel, Eeomb' is E eomb where m 11 . HVF fuel' = Baseline inlet-corrected mass flow normalized to design point = Corrected spool speed normalized to design point = Stagnation pressure ratio normal­ ized to deSign point CVGP (11 ) 11 = Combustor efficiency HVF = Heating value of fuel = Inlet-corrected mass flow for off schedule geometry, normalized to design point = Compressor variable geometry position value The mass flow rate in the compressor may be given as Eeomb is referred to as the combustor energy term and represents the energy tlux term for the cornbustor due to fuel combustion. Because the combustion process is assumed to take place in the downstream mixing volume, Eeomb is the rate of heat addition to the mixing volume due to fuel combustion. Heat addition to the mixing volume is given by the BQ/dt term in the mixing volume dynamic energy equation. Thus, Eeomb will be used by the mixing volume to account for the heat addition due to fuel combustion. (14) where VariableCompressor Compressor performance is represented by a set of overall performance maps normalized to design point values. Baseline performance maps provide normalized inlet-corrected mass flow rate and normalized efficiency as a function of normalized pressure ratio and normalized, inlet-corrected spool speed. Shifts in normalized inlet-corrected mass flow rate, based on (un­ normalized) off-schedule values of variable stator position, are also provided as a function of normalized pressure ratio and normalized inlet-corrected spool speed. Because of the greater temperature rise through the compressor, the assumption of constant specific heat ratio based on the inlet conditions could lead to difficulties in matching steady-state conditions. For this reason, an "average" compressor temperature is computed and used to compute an average specific heat ratio. The following equations describe the compressor model. The normalized inlet-corrected mass flow rate value is obtained from the baseline compressor performance md = Design point value of compressor mass flow rate 1in = Stagnation temperature at compressor inlet Tin,d = Design point stagnation temperature at compressor inlet Pin = Stagnation pressure at compressor inlet Pin,d = Design point pressure at compressor inlet When the normalized inlet-corrected mass flow rate at the design point, mbase,e,n' is returned from the map, the value should be exactly 1.0. However, because the map values are determined by an interpolation routine, it may not be exactly 1.0. This error can be eliminated by introducing a correction coefficient, Weor,.. which when multiplied by the returned map value will make the returned map value be exactly 1.0. The compressor mass flow rate correction coefficient is Weorr =(. ) 1 (15) m base, e, n map@designpt Placing the correction coefficient into Eq.(14) gives . mbase,e,n O +. [ . mvar,e,n) md . -;y:~d](P. tn, In In ~ m,d ). Weorr (16) 2 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 3. The compressor temperature correction coefficient is The normalized adiabatic efficiency value is obtained from the baseline compressor performance map. f map(Nc, n' IJ.Pn) 11 base, c, n = where " base,c,n . = IJ.TIT, 'd ea l@deSlgnpt Inl T (17) eorr (24) IJ.Tdl Tin, dideal =Adiabatic efficiency, normalized to design point The adiabatic efficiency, ", is then computed by multiplying the normalized adiabatic efficiency, 11 n' by the design adiabatic efficiency value, 11 d: Placing the correction coefficient into Eq.(23) gives [ (18) (IJ.TITin)'d I 1 T. _ _=-_l_ea_+ ] 11 . Teorr In (25) The enthalpy corresponding to the temperature at the compressor outlet, hout, is determined from curve fit data based on values of stagnation temperature and the fuel­ air ratio (f/a) in the compressor: The stagnation temperature rise across the compressor is calculated using isentropic relationships for stagnation temperature and pressure. The stagnation temperature rise is determined using an average temperature which is computed using a temperature interpolation constant: (26) (19) where The compressor functions by transmitting mechanical energy (supplied by the shaft) into kinetic energy in the fluid flow. The rate of this energy conversion is calculated as the difference in fluid energy at the inlet and exit of the compressor and is given by the following equation: Tavg = Average stagnation temperature in the compressor Tout =Compressor outlet stagnation tempera­ 1in ture = Compressor inlet stagnation temperature = Compressor interpolation constant ~ (27) where Ecomp = The rate of energy being added to the working fluid m = The mass flow rate of the working fluid in the compressor hin =The specific stagnation enthalpy of the working fluid at the compressor inlet hout = The specific stagnation enthalpy of the working fluid at the compressor outlet Tavg is used to determine the constant specific heat of the compressor from curve fit data. With the constant specific heat known, the isentropic stagnation temperature rise is defined as Tout) ( = (Pout)(Y-l)/Y Tin ideal (20) Pin where Pin = Compressor inlet stagnation pressure Pout = Compressor outlet stagnation pressure y = Compressor constant specific heat ratio Eeomp is referred to as the compressor energy term, and represents the rate of energy being transferred from the shaft to the working fluid. This term is used to compute the torque applied to the compressor by the shaft, and is utilized in the dynamiC energy balance equation given in the shaft mathematical model. Defining the stagnation temperature rise parameter as ( IJ.T) = (Tout, ideal- Tin) Tout, ideal Tin Tin Tin ideal (21) StoredMassDuct The effect of fluid momentum on the transient behavior of the engine is considered in the duct component. The model assumes the duct is adiabatic with constant area and length; and the pressure loss due to frictional effects is included. The following is the dynamic flow equation for the duct: then, Eq. (20) becomes p out){ y ­ (- 1)/y -1 (22) Pin The stagnation temperature at the compressor outlet is then T out = (IJ.TITin)'d [ 11 I ea I + 1] T- In (28) (23) where A L = Cross sectional area of the duct = Length of the duct Pin = Stagnation pressure at the duct inlet 3 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 4. Pout Kd Til Tin Intercomponent Volume (AeroMixingVolume) = Stagnation pressure at the duct exit =Duct pressure loss coefficient Fluid mass flow rate in the duct Stagnation temperature at combustor inlet An intercomponent volume (mixing volume) is placed between engine components. In the volume, the storage of mass and energy occurs and the dynamic forms of continuity, energy and state equations are used to generate differential equations which can be solved for the stored mass, temperature and pressure. The following develops the dynamic equations stated above. Flight Conditions and Inlet (Environment) Stagnation temperature and pressure at flight altitude are determined from standard atmospheric data tables: Palt f(alt) Talt f(alt) The rate of change of mass in the control volume is (29) (30) dM (- l " I where Texil 1+ r 2 The rate of change of temperature in the control volume is obtained from the first law of Thermodynamics as dT = where (Mflight ~ 1) Texit)Y/(Y-l) where 11 inlet Pexit rall T = tagnation temperature of working S At the (steady-state) design point, the above differential equation should be exactly zero, indicating that the mixing volume energy balance is satisfied at the design point. However, model incompatibilities and numerical inaccuracies may result in a non-zero temperature derivative value. To zero the derivative value associated with the energy balance, a correction coefficient, E C01T' is introduced into the above equation to force it to zero =Inlet recovery characteristic = Stagnation pressure at inlet exit f(T alt , (fla» t = (32) The enthalpy of the air at the flight altitude is determined from curve fit data based on .the stagnation temperature at altitude and the fuel-air ratio (which is zero): h t fluid in control volume Rate of energy entering control vol­ ume due to heat transfer oWldt =Rate of energy leaving control volume due to all work interactions except flow work h = Specific stagnation enthalpy of work­ ing fluid entering the control volume havg Specific stagnation enthalpy of work­ ing fluid in the control volume u = Internal energy of working fluid y = Constant specific heat ratio of working fluid in control volume Constant-volume specific heat of working fluid in control volume 1 - O.075(Mflight - 1{35 if (Mflight ~ 1) Pexit = 11inletPalt( m+ ~Q - °d7J oQldt A steady-state, military specification inlet recovery characteristic is used to determine the stagnation pressure at the inlet exit: 11inlet L inlets (35) Stagnation temperature at inlet exit if havg (31) (y =1.4) Mjlight = Flight Mach number 11inlet = [inlets mh L Mev = Specific heat ratio of ambient air y (34) = Mass of working fluid in control volume 2 1)Mflight Lm exits m = Fluid mass flow rate Although no inlet to the engine is included, simple isentropic and empirical relations are used to determine the stagnation conditions at the "inlet" exit. The stagnation temperature at the inlet exit based on the flight Mach number is computed as . = T exlt all m- inlets where M where alt = Altitude Palt Stagnation pressure at altitude Talt = Stagnation temperature at altitude Tsls = Sea level standard ambient temperature T L dt (33) 4 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 5. [OQ E carr = nozzle operation parameters assume a specific heat ratio of 1.4. The specific heat ratio in the tailpipe of a turbofan engine will be lower than this value. To compensate for this error when setting up the model to match the user·defined input data, correction coefficients are computed to give the desired values of gross thrust and mass flow rate for the nozzle. The correction coefficient for the gross thrust, Fcor~ is the ratio of user­ defined design gross thrust, Fd , to the calculated design gross thrust, F c' given by the above equation: (36) 0 J!'l Tt-TtJ where all values are design point values. If the 0 Qldt term is zero, then Ecorr is set to 1.000. Once determined, the correction coefficient then becomes part of the model and the governing differential equation associated with the energy balance for the mixing volume becomes: (40) L +('Y-1)T[ m M inlets exits LmJ Once calculated, this value is used in the thrust equation at design and off-design conditions. and Eq.(39) is then (37) (41) Converging-Diverging Nozzle The correction coefficient for the mass flow rate, Wcorr is the ratio of user-defined design mass flow rate to the calculated design mass flow rate given by Eq.(38): A convergent-divergent nozzle configuration is assumed for the nozzle model, with a convergent-only nozzle being considered a subset of the more general model. A relatively detailed mathematical representation of the thermodynamics is used, including the treatment of normal shocks in the divergent section. The stagnation pressure losses associated with the shocks are computed along with the gross nozzle thrust. The following equations define the nozzle model. The ideal mass flow rate for a nozzle operating in "choked" condition (Le. the Mach number at the nozzle throat is 1.0) can be determined from isentropic relations. Pressure losses due to boundary layer effects and departure from one-dimensionality can be calibrated into the ideal mass flow rate above equation through the use of a flow coefficient, Cd, to obtain: . = m * J 'Y [_2_J<"(+ ('Y+ 1) Pin A Cd RT where Pin lin R 'Y A* (42) Once calculated, this value is used in the mass flow equation, Eq.(38), at design and off-design conditions to give the nozzle mass flow rate (43) The exit velocity of the nozzle flow is determined using the following equation 1)/2("(-1) in (38) _ (Vx)[2'YRT inJ V - C - - - 112 e v Vy ('Y + 1) =Nozzle inlet stagnation pressure = Nozzle inlet stagnation temperature = Ideal gas constant = Nozzle specific heat ratio (y = 1.4 is used) The critical nozzle cross sectional area (39) Pout Ve Ae = Flow velocity upstream of shock = Flow velOCity downstream of shock =Nozzle velocity coefficient Defining the critical cross-sectional area, A*, as the area where the flow is sonic (M=1), the ratio of some arbitrary nozzle cross-sectional area to the critical area may be used to determine the pressure ratio across the nozzle which causes the flow to be sonic in the nozzle at the critical cross-sectional area. The pressure ratio which causes the flow to be sonic is known as the critical pressure ratio The nozzle gross thrust, F, may be calculated as where P e = Flow velocity at the nozzle exit Vy = Ve Cv Vx where (44) =Static pressure at nozzle exit plane =Ambient static pressure =Nozzle flow exit velocity =Cross sectional area at nozzle exit plane The compressible flow tables used in computing the 5 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 6. PA) (Pin cr = f(.:!.) A* where PA Pin A A* Thus, the throat area is the critical area for the nozzle and Athroat may be used in Eq.(43) in place of A* to compute the mass flow rate in the nozzle. The velocity ratio term (v;Vy) is 1.0 since there is no shock. This value is substituted into Eq.(44) to compute the nozzle exit velocity. (45) = Ambient static pressure at location of A =Stagnation pressure at nozzle inlet = Arbitrary cross-sectional area of nozzle = Critical cross-sectional area of nozzle Supersonic Flow If the pressure ratio is less than the critical pressure ratio, (Pou!Pi,J < (Pou!Pi,Jcn the flow is supersonic in the nozzle. If the nozzle is a converging-diverging nozzle, normal shocks will likely be present in the flow and the pressure losses are accounted for. To determine if the nozzle is a converging-only or a converging-diverging nozzle, the ratio of the exit area to the throat area is compared. The critical pressure, for a given area ratio, is determined from one-dimensional isentropic tables for compressible flow. Sonic flow will occur at the minimum cross-sectional area of the nozzle which is at the throat, and Eq. (45) becomes ( Pout) Pin cr rlAA:) (46) J" Converging-Only Nozzle (Aexi!Athroat;;';; 1) For sonic flow in a converging-only nozzle, the throat area is the critical area for the nozzle and Athroat may be used in Eq.(43) in place of A* to compute the mass flow rate in the nozzle. The velocity ratio term (v;Vy) is 1.0 since there is no shock. This value is substituted into Eq.(44) to compute the nozzle exit velocity. The nozzle exit plane stagnation pressure will be less than the ambient pressure. This value may be computed using the critical pressure ratio Subsonic Flow If (Pou!Pi,J > (Pou!Pi,Jcn the flow throughout the nozzle. In this case, is subsonic (47) The area to which the throat area would have to be reduced to result in sonic flow (M=1) based on the pressure ratio value, may be determined from the one­ dimensional isentropic compressible flow tables. If Ae is used as the arbitrary cross sectional area, then the ratio of the exit area to the critical cross-sectional area may be found (~:) A* Pout) Pin ( ­ Pin cr This value may be used in Eq.(39) to compute the nozzle pressure drag. (48) Converging-Diverging Nozzle (Aexi!Athroat) > 1) For supersonic now in a converging-diverging nozzle, the throat area is the critical area for the nozzle and Athroat may be used in Eq.(43) in place of A* to compute the mass flow rate in the nozzle. The converging­ diverging nozzle, operating in the supersonic region, will likely have normal shocks present in the divergent portion of the nozzle or outside of the nozzle. To determine if the shock is outside the nozzle, the pressure ratio at which the shock is in the nozzle exit plane is given by the following equation is then determined using the following equation A* = - - - - ­ (51) (49) (A/ A*) The value of A* may then be used in Eq.(43) to compute the mass flow rate in the nozzle. The velocity ratio term (v;Vy) is 1.0 since there is no shock. This value is substituted into Eq.(44) to compute the nozzle exit velocity. (52) Sonic Flow where If (Pou!Pi,J = (Pou!Pi,Jcn then the flow is sonic in the nozzle. In this case, the nozzle exit pressure is equal to the ambient pressure P e = Pout (50) Since (Pou!Pi,J :::; (Pou!Pi,Jcn the flow is sonic at the minimum nozzle cross-sectional area which is the throat. Stagnation pressure downstream of shock Px = Stagnation pressure upstream of shock Ps,y = Static pressure downstream of shock Ps,x = Static pressure upstream of shock es = Expelled nozzle shock Py The parameters given in the above equation may be 6 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 7. RotorShaft determined from shock tables. The most Significant factors in determining the transient behavior of a turbojet are the spool moments of inertia. The spool is considered the complete compressor-shaft-turbine assembly. The differential equation representing the change in spool speed is Shock in exit plane If {Pou!Pinl = (pou!Pinles' the shock is in the nozzle exit plane. The velocity ratio term (v.!vy ) is determined from the shock tables based on the Mach number upstream of the shock Vx - v dN = f(M) x y where The exit pressure will be returned to ambient pressure due to the shock, so Pe = spool( compressor+shaft+turbine) = Joulean mechanical equivalent of heat constant N Shaft rotational speed "I.Ecomp =The summation of the energy flux term, rhl1h , for each compressor attached to the shaft "I. Eturb = The summation of the energy flux term, rhl1h, for each turbine attached to the shaft This value may be used in Eq.(39) to compute the nozzle pressure drag. Shock external to nozzle If (Pou!Pinl < (pou!Pinles' the shock has been expelled from the nozzle. The velocity ratio term (v.!vy) is determined from the shock tables based on the Mach number upstream of the shock At the (steady state) design point, the above differential equation should be exactly zero, indicating that the spool energy balance is satisfied at the design point. However, model incompatibilities and numerical inaccuracies may result in a non-zero spool derivative value. To zero the derivative value associated with the energy balance, a correction coefficient, Ecor.,. is introduced into the above equation to force it to zero (55) This value is substituted into Eq.(44) to compute the nozzle exit velocity. The nozzle exit stagnation pressure may be computed using the critical pressure ratio E Pout) Pin ( ­ Pin cr dN dt (57) Pout - vy = f(M) x (60) (61) BleedCooledTurbine Turbine performance is represented by a set of overall performance maps normalized to design pOint values. Baseline performance maps provide normalized turbine inlet flow and normalized enthalpy drop parameters as a function of normalized pressure ratio and normalized inlet-corrected spool speed. Cooling bleed flow for the turbine is assumed to reenter the cycle at the turbine discharge, although a portion of the bleed flow is assumed to do turbine work. The normalized turbine inlet flow parameter value is obtained from the turbine performance map. This value may be used in Eq.(39) to compute the nozzle pressure drag. The velocity ratio term (v.!vy ) is determined from the shock tables based on the Mach number upstream of the shock Vx IEcomp@deSignpt '" E - £..J turb@designpt Once determined, the correction coefficient then becomes part of the model and the governing differential equation associated with the energy balance for the spool is Shock internal to nozzle If {pou!P;nlcr > (pou!Pinl > (pou!Pinles, the shock is in the divergent section of the nozzle. In this case, the nozzle exit pressure is equal to the ambient pressure = = corr (56) This value may be used in Eq.(39) to compute the nozzle pressure drag. Pe =Polar moment of inertia of the I J (54) Pout (59) dt (53) (58) This value is substituted into Eq.(44) to compute the nozzle exit velocity. (62) 7 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.
  • 8. where (Mp)n = Inletwcorrected flow parameter normal­ exactly 1.0. This error can be eliminated by introducing a correction coefficient, H eor,., which when multiplied by the returned map value will make the returned map value be exactly 1.0, ized to design pOint N e•n = Inletwcorrected spool speed normalized to design point IJ.Pn = Pressure ratio normalized to design pOint (68) Heorr The inlet mass flow rate in the turbine is Placing the correction coefficient into Eq.(67) gives (63) where Pin Tin N md Pin. d Tin. d Nd = Stagnation pressure at turbine inlet (69) Stagnation temperature at turbine inlet = Spool speed = Design point turbine mass flow rate = Design point stagnation pressure at tur­ bine inlet = Design point stagnation temperature at turbine inlet = Design point spool speed The rate of energy being removed from the working fluid by the turbine is E turb where When the normalized inlet flow parameter at the design point, (Mp)n, is returned from the map, the value should be exactly 1.0. However, because the map values are determined by an interpolation routine, it may not be exactly 1.0. This error can be eliminated by introducing a correction coefficient, Weor,., which when multiplied by the returned map value will make the returned map value be exactly 1.0: Weorr = «h p )n )map@designp/ = 1 «M ) } p n map@designp/ = [min + (mbleed' bldpct)]lJ.h (70) = Rate of energy being removed from the working fluid m inlet =Mass flow rate of the working fluid at the turbine inlet mbleed Mass flow rate of the cooling bleed­ flow bldpct = Percentage of bleed flow which does turbine work Eturb E turb is the energy flux term for the turbine, and is referred to as the turbine energy term. It is used to compute the torque applied to the shaft by the turbine and is utilized in the energy balance equation given in the shaft mathematical model. Because the energy removal process is assumed to take place in the downstream mixing volume, E turb is the rate of energy being removed from the working fluid in the mixing volume. and is given by the 0 Qldt term in the mixing volume dynamic energy equation (the 0 Qldt term will be negative). Thus, Eturb will be used by the mixing volume to account for the energy removed by the turbine from the working fluid. (64) Placing the correction coefficient into Eq.(63) gives the mass flow rate in the turbine (65) The normalized enthalpy drop parameter, (hp)n, is obtained from the turbine performance map. (66) The enthalpy drop in the turbine, IJ. h, is found by the following equation, (67) where IJ. hd = Design enthalpy drop across turbine When the normalized enthalpy drop parameter at the deSign point (hp)m is returned from the map, the value should be exactly 1.0. However, because the map values are determined by an interpolation routine iit may not be 8 The Java Gas Turbine Simulator Applet and Documentation was developed by John A. Reed. All rights reserved.