Difference between revisions of "DRGEP"

From orch
Jump to: navigation, search
(Created page with "This repertory contains two files : - drgep.cpp - drgep.h where the DRGEP analysis of species and reactions is defined for 0D auto-ignition and multiple inlet regimes, and...")
 
Line 6: Line 6:
  
  
where the DRGEP analysis of species and reactions is defined for 0D auto-ignition and multiple inlet regimes, and 1D premix regime.
+
where the DRGEP analysis of species and reactions is defined through :
  
* The DRGEP_species sort the species according to their importance in the creation or destruction of the targeted species.
+
* The method drgep_species which calculate the rate of direct inter-relation between species r_AB and the indirect one r_AD
  
* The DRGEP_reaction sort the reactions according to their importance in the creation or destruction of the targeted species.
+
* The method drgep_reaction which calculate the impact of each reaction on the target species

Revision as of 15:26, 10 March 2017

This repertory contains two files :

- drgep.cpp

- drgep.h


where the DRGEP analysis of species and reactions is defined through :

  • The method drgep_species which calculate the rate of direct inter-relation between species r_AB and the indirect one r_AD
  • The method drgep_reaction which calculate the impact of each reaction on the target species