mixfracsyng
algorithm
- calculates mixture fractions of SYNGAS-flames in a 2d field
- according to the formula of Bilger (1988)
- plots contours of mixture fractions
syntax
[ZB]=mixfracsyng(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)
example for input
[ZB]=mixfracsyng(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)
input arguments
Name | description |
---|---|
X,Y | vectors defining the rectangular domain |
Y_m | mass fraction of molecule m |
output arguments
Name | description |
---|---|
Z | matrix of mixture fraction |
plot | isolevels of mixture fraction |
matlab tools required
- contour