mixfracsyng3
algorithm
- calculates mixture fractions of SYNGAS-flames in a 3d field
- according to the formula of Bilger (1988)
- plots contours of mixture fractions
syntax
[ZB]=mixfracsyng3(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)
example for input
[ZB]=mixfracsyng3(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
Z |
matrix of mixture fraction |
plot |
isolevels of mixture fraction |
matlab tools required
- contour