Welcome Navigation Approach EXAMPLES TEST-Code
( Visit the Closed-Process and Open-Steady pages first. )
States Closed Process Closed Steady Open Steady
Open Process Closed Cycle Open Cycles States-II
HVAC Equilibrium Gas Dynamics
(Each section above is divided into two sub-sections - Manual and Applications.)
Manual You are currently on the   Applications page

(This page builds upon Closed Process and Open Steady Pages.)
Daemons>Combustion> Applications

                                   EXAMPLE-1 Octane (C8H18 in gaseous form) is burned with dry air. The volumetric analysis of the products on a dry basis is 8.86% CO2, 0.662% CO, 7.51% O2, and 82.978% N2. Balance the equation and determine (a) the air-fuel ratio. 

 
 

Step 1: Reaction balancing daemon can be found both in the Closed Process and Open Steady branches.
 
 

Step 2: Balance the reaction. Use the N2 amount as a check.
 
 

 

Solution

Answering the questions described in the Approach  section leads you to the following daemon page:  HOME. Daemons. Systems. Open. SteadyState. Specific. Combustion. Reaction .

Choose C8H18(g) as fuel. Air is the default oxidizer. Choose CO and O2 in addition to the default products. Because volume is proportional to the mole fraction, we enter 8.86 kmol for CO2, 0.662 kmol for CO, 7.51 for O2. Entering the N2 amount will over specify the problem (Try it! the daemon will generate appropriate warning as you select the Balance Reaction choice). Select Balance Reaction and the reaction is balanced. 

Normalize the reaction to express the reaction in terms of 1 kmol of fuel. The  amount of air used is 88.24 kmol.

To determine the excess air, choose Theoretical Air from the action menu. The air amount is found as 59.52 kmol. The excess air now can be easily calculated as 100*(88.24-59.52)/59.52 %


Fig. 1.1  Image of the balanced equation. Choose Normalize to express the reaction in terms 
of 1 kmol of fuel.


                                            EXAMPLE-2
1 kg of methane and 1 kg of oxygen are kept at 100 kPa and 300 K in a rigid insulated container. Determine the final pressure and temperature after the mixture is ignited. Assume variable specific heat.

Solution

Answering the questions described in the Approach  section leads you to the following daemon page:  HOME. Daemons. Systems. Closed. Process. Specific. Combustion. IdealGas

 



 
Fig. 2.1 Image of the balanced reaction between methane and oxygen. 

 

Step 1: Launch the Combustion Process Daemon.
 

Step 2: Balance the reaction.

Choose CH4 as the fuel. Set O2 as the oxidizer (get rid of default Air by double-clicking its check box and then choose O2). We cannot assume the proportions of CH4 and O2 to be theoretical; therefore, either excess O2 or excess CH4 must be left over as products. If you do not realize that fuel is in excess in this reaction, try using O2 as the additional product. A Balance Reaction will produce negative amount of O2 signalling that it is the fuel that is left over in this reaction. Now un-check N2 and set up the reaction with CH4 on the product side too. Put CH4(fuel)=1kg, O2(Oxidizer)=1kg  and Balance Reaction
 

Fig. 2.2: Image of the States Panel with Fuel as the working fluid.

Step 3: Calculate the three 
states as best as possible.
 
 
 
 

 


On the States panel, evaluate the fuel, oxidizer and products states as much as possible (you have to select the state number as well as the type of mixture, Fuel, Oxidizer, or Products). For the fuel state, T1=300 K. However, p1 is not 100 kPa, instead, the partial pressure of CH4 must be used. On the Reaction Panel click on the Molar button to find out the mole fraction of CH4 to be 0.0623/(0.0623+0.0313)= 0.665 . Therefore, p1=0.666*100. Note that the mass of m1=1 kg is automatically posted. Calculate State-1. For State-2, enter p2=100-p1 (Dalton's model) and T2=300 K. Calculate. Notice that the calculated values of Vol2 and Vol1 are equal as expected. For State-3, enter Vol3=Vol1 and Calculate. p3 and T3 are both unknown at this stage.

Fig. 2.3  Image of the Process Panel after Super-Calculate.
Step 4: On the Analysis Panel, load the anchor states, enter the process variables and Calculate.

Step 5: Super-Calculate.

On the Process Panel load State-1 and 2 as the bA and bB states and State-3 as the f-State. Enter the process variables, W=Q=0. Press the Enter key and Super-Calculate. The calculated e3 is posted back to State-3 and all states and processes are re-calculated. The entropy generated can be seen on this panel  S_gen=10.056 kJ/K

 
Fig. 2.4  Image of the product States Panel with all the necessary variables entered. 

 
Step 6  Adiabatic temperature can be found in State-3.  On the State Panel (Product)  find p3=895 and T3=2686 K .

Another way to solve the same problem is to set the Fuel as a mixture of 1 kg of CH4 and 1 kg of O2 and the products as CO2, H2O and CH4. Use Balance Reaction to set up the reaction. Evaluate two states, State-1 for fuel and State-2 for products as shown in the TEST-Code below.

 States    { 
     State-1:  Fuel > mixture;
     Given:       { p1= 100.0 kPa;   T1= 26.85 deg-C;   Vel1= 0.0 m/s;   z1= 0.0 m;   Model1= 1.0 UnitLess;   }

     State-2:  Products > mixture;
     Given:       { Vel2= 0.0 m/s;   z2= 0.0 m;   Vol2= "Vol1" m^3;   Model2= 3.0 UnitLess;   }
    }

  Analysis    {
     Process-A:  b-State =  State-1;  f-State =  State-2;
     Given: { Q= 0.0 kJ;   W= 0.0 kJ;   T_B= 25.0 deg-C;   }
    }

After the Process Panel is set up as shown in the TEST-Code above, Super-Calculate to produce T2=2413 deg-C and p2=895 kPa.



 
                                                         EXAMPLE-3
In an adiabatic combustion chamber, CH4 is burned at a rate of 1 kg/s with 1 kg/s of O2 with both the fuel and oxidizer entering the chamber at 100 kPa and 300 K. Determine (a) the temperature of the products and (b) the rate of entropy generation. What-if Scenario:

Solution

This problem is almost identical to the previous problem, except here we have an open steady system. The adiabatic temperature is expected to be much lower since there is no compression involved at the end of heat release.

Start  HOME. Daemons. Systems. Open. Steady. Specific. Combustion. IdealGas daemon.

Balance the reaction following the procedure described in the previous example. As before 0.75 kg of CH4 will be left unburned (see Fig 2.1).



Time Saver: To reproduce the visual  solution, copy and paste this TEST-code on the I/O panel of the appropriate daemon, balance the reaction manually, Load and Super-Calculate.
#  HOME>Daemons>Systems>Closed>Process>Specific>Combustion>
IdealGas;

  States    { 
     State-1:  Fuel > mixture;
     Given:       { p1= 100.0 kPa;   T1= 26.85 deg-C;   Vel1= 0.0 m/s;   z1= 0.0 m;   Model1= 1.0 UnitLess;   }

     State-2:  Oxidizer > mixture;
     Given:       { p2= "p1" kPa;   T2= "T1" deg-C;   Vel2= 0.0 m/s;   z2= 0.0 m;   Model2= 2.0 UnitLess;   }

     State-3:  Products > mixture;
     Given:       { p3= "p1" kPa;   Vel3= 0.0 m/s;   z3= 0.0 m;   Model3= 3.0 UnitLess;   }
    }

  Analysis    {
     Device-A:  i-State =  State-1, State-2;  e-State =  State-3;  Mixing: true;
     Given: { Qdot= 0.0 kW;   Wdot_ext= 0.0 kW;   T_B= 25.0 deg-C;   }
    }




Fig. 3.1 Image of the Products State completely evaluated. The area is almost infinity because 
velocity of the flow is set to zero while the mass flow rate is finite. 

Step 1: Launch the Combustion Open Steady Daemon.
 

Step 2: Balance the reaction.

Step 3: Calculate the three 
states as best as possible.

On the States panel, you will find Fuel, Oxidizer and Products as three different working fluids. Choose Fuel, enter the total pressure p1=100 kPa and T1=300 K. Velocity and z are already initialized to zero. A Calculate produces the complete state.  For Oxidizer do exactly the same (see Fig. 3.1) with p2=p1 and T2=T1.  For the products enter the pressure as p3=p1. A Calculate fails to produce the final temperature at this point.
Fig. 3.2 Image of the Device Panel.. 

Step 4: On the Analysis Panel, load the anchor states, enter the  device variables and Super-Calculate.
 

 

 On the Device Panel, laod the three states as the i1, i2 and e states. Enter Wdot_ext=Qdot=0 and Calculate and SuperCalculate. On the State Panel T3 is found as T=2431 K . Note that it is significantly smaller than the constant-volume adiabatic flame temperature obtained in the previous problem.

On the Device Panel entropy generation rate is calculated as Sdot_gen=11.53  kW/K

 



 
Fig. 3.4  Image of the I/O Panel showing the detailed solution report.

Step 5: Change a parameter and Super-Calculate.
On the State Panel, change the fuel to be C2H6 and enter its amount as 1 kg. Super-Calculate. The new answers can be found on State-3 and the Device Panel as as T=2521 K and  Sdot_gen=8.155  kW/K

 

 
                                                         EXAMPLE-4
Liquid octane is completely burned with 300% theoretical air in a steady combustion chamber. If the inlet temperature of both fuel and air is 25 deg-C, determine the exit temperature if the exit ke can be neglected. What-if Scenario: Determine the exit velocity if the exit temperature were 870 deg-C.

Solution

Start  HOME. Daemons. Systems. Open. Steady. Specific. Combustion. IdealGas daemon.

On the Reaction panel, choose Mass mode, select C8H18(L) as the fuel, enter excess air as 200% and select Excess Air from the Action Menu. The balance reaction is displayed as shown on the figure below. 

On the States Panel, evaluate State-1 with T1=25 deg-C  for Fuel, State-2 with T2=25 deg-C for Oxidizer, and State-3 with Vel3=0. Note that you have to explicitly select Fuel, Oxidizer or Products in setting up the states.




Time Saver: To reproduce the visual  solution, copy and paste this TEST-code on the I/O panel of the appropriate daemon, balance the reaction manually, Load and Super-Calculate.
#  HOME>Daemons>Systems>Closed>Process>Specific>Combustion>
IdealGas


  States    { 
     State-1:  Fuel > mixture;
     Given:       { p1= 100.0 kPa;   T1= 24.999994 deg-C;   Vel1= 0.0 m/s;   z1= 0.0 m;   Model1= 1.0 UnitLess;   }

     State-2:  Oxidizer > mixture;
     Given:       { p2= "p1" kPa;   T2= "T1" deg-C;   Vel2= 0.0 m/s;   z2= 0.0 m;   Model2= 2.0 UnitLess;   }

     State-3:  Products > mixture;
     Given:       { p3= "p1" kPa;   Vel3= 0.0 m/s;   z3= 0.0 m;   Model3= 3.0 UnitLess;   }
    }

  Analysis    {
     Device-A:  i-State =  State-1, State-2;  e-State =  State-3;  Mixing: true;
     Given: { Qdot= 0.0 kW;   Wdot_ext= 0.0 kW;   T_B= 25.0 deg-C;   }
    }



Fig. 4.1 Image of the Reaction Panel for Ex. 4

Step 1: Launch the Combustion Open Steady Daemon. 

Step 2: Balance the reaction for Excess Air.

Step 3: Calculate the three 
states as best as possible.

Step 4: On the Device Panel enter the device variables and Super-Calculate.

On the Device Panel, enter Qdot=0 and Wdot_ext=0. Calculate and Super-Calculate. In State-3 the exit temperature is posted as T3=880 deg-C .

For the what-if study, make Vel2 an unknown and Enter T2 as 870 deg-C. Super Calculate to evaluate Vel2 as 153 m/s .

Fig.3.2 Image of the State Panel in the what-if study of Ex. 4. 

 

Manual You are currently on the   Applications page

Copyright 1998-2003: Subrata Bhattacharjee