Path: Thermal/Brayton
% Ideal Brayton cycle
Computes the efficiency, mass flow and temperatures. This power plant
has a single compressor and turbine. Both are 100% efficient, unless
eff is entered
The cycle points are
1 - compressor inlet
2 - compressor outlet
3 - turbine inlet
4 - turbine outlet
Note: t2 = t4 in this ideal cycle.
Type BraytonIdeal for a demo comparing helium, nitrogen and carbon
dioxide.
--------------------------------------------------------------------------
Form:
[eff, mDot, t] = BraytonIdeal( gamma, pR, cP, t3, qR, effTC )
--------------------------------------------------------------------------
------
Inputs
------
gamma (1,1) Ratio of specific heats
pR (1,:) Pressure ratio
t3 (1,1) Temperature at end of combustor (deg-K)
cP (1,1) Specific heat constant pressure J/kg deg-K
qR (1,1) Heat input (W)
effTC (.) Efficiency data structure
.turbine (1,1) Turbine efficiency
.compressor (1,1) Compressor efficiency
-------
Outputs
-------
eff (1,1) Thermal efficiency
mDot (1,:) Mass flow (kg/s)
t (4,:) Cycle temperatures (deg-K)
--------------------------------------------------------------------------
References: N. Ait Messaoudene, "Thermal Power Plants," ME 435,
University of Hail.
--------------------------------------------------------------------------
Thermal: ThermalData/BraytonCycleSimple Common: Graphics/NewFig Common: Graphics/Plot2D
Back to the Thermal Module page