mixfracssyngpec3
algorithm
- calculates mixture fractions of SYNGAS-flames in a 3d 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]=mixfracsyngspec3(X,Y,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
X,Y |
vectors defining the rectangular domain |
Y_m |
mass fraction of molecule m |
output arguments
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 |