Auto-ignition CH 4/Air flame with scheme GRI12

From orch
Revision as of 12:22, 17 January 2019 by Seltz (Talk | contribs) (Created page with "== '''Objectives''' == The AutoIgnition_GRI12 test case shows an example of CH4/Air auto-ignition using the GRI12 mechanism. == '''Key parameters''' == We are at atmospheri...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Objectives

The AutoIgnition_GRI12 test case shows an example of CH4/Air auto-ignition using the GRI12 mechanism.

Key parameters

We are at atmospheric pressure, and the fuel is injected in its gaseous form (no evaporation model). We are using the stochastic configuration and we follow only one premixed CH4/Air fluid particule for ignition.


Characteristics of the premixed particule (Phi = 1) :

  listInlets.push_back(new MultipleInlet(
               /*Temperature*/ 1000,
               /*Pressure*/ 1E+05,
               /*Mass flow rate*/ 0.001,
               /*Xk*/ "",
               /*Yk*/ "CH4:0.0550661, O2:0.220264, N2:0.72466990",
               /*Evaporation model*/ false,
               /*Droplet diameter*/ 0.0,
               /*Evaporation time*/ 0.0,
               /*Liquid density*/ 0.0,
               /*Evaporation latent heat*/ 0.0));

Characteristics of the burned gases inlet :

  listInlets.push_back(new Characteristics_MultipleInlet(
               /*Temperature*/ 1000,
               /*Pressure*/ 1E+05,
               /*Mass flow rate*/ 0,
               /*Xk*/ "",
               /*Yk*/ "",
               /*Evaporation model*/ false,
               /*Droplet diameter*/ 0.0,
               /*Evaporation time*/ 0.0,
               /*Liquid density*/ 0.0,
               /*Evaporation latent heat*/ 0.0));
               /*mixing_time*/ 10000,
               /*delta_t*/ 1e-05,
               /*nbIterations*/ 150000,
               /*Useless variable*/ true));

Results

Compute Trajectories