mixfrac
algorithm
- calculates mixture fractions of H2-flames in a 2d field
- according to the formula of Bilger (1988)
- plots contours of mixture fractions
syntax
[Z]=mixfrac(X,Y,Y_H,Y_H2,Y_H2O,Y_H2O2,Y_HO2,Y_O,Y_O2,Y_OH)
example for input
[Z]=mixfrac(X,Y,Y_H_,Y_H2_,Y_H2O_,Y_H2O2_,Y_HO2_,Y_O_,Y_O2_,Y_OH_)
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