mixfracsyngspec

algorithm

  • calculates mixture fractions of SYNGAS-flames in a 2d field based on H2, O2, N2, C
  • according to formula f_i=(Z(i)-Z(i)2)/(Z(i)1-Z(i)_2)
  • where Z(i) is the element mass fraction of the element i, and the subscripts 1 and 2 refer to the fuel and oxidant streams.

syntax

[f_H,f_O,f_C,f_N]=mixfracsyngspec(Y_CH2O,Y_CO,Y_CO2,Y_H,Y_H2,Y_H2O,Y_H2O2,Y_HCO,Y_HO2,Y_OH,Y_O,Y_O2,Y_N2); 

 

input arguments

Name description
Y_m mass fraction of molecule m

output arguments

Name description
f_H matrix of mixture fraction based on H2
f_O matrix of mixture fraction based on O2
f_C matrix of mixture fraction based on C
f_N matrix of mixture fraction based on N2

corresponding 3d tool

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin