mixfrac3
algorithm
- calculates mixture fraction of H2-flames in a 3d field
- according to the formula of Bilger (1988)
- plots isosurface of f=0.55
syntax
[f]=mixfrac3(Y_H,Y_H2,Y_H2O,Y_H2O2,Y_HO2,Y_O,Y_O2,Y_OH,X,Y,Z)
example for input
[f]=mixfrac3(Y_H_,Y_H2_,Y_H2O_,Y_H2O2_,Y_HO2_,Y_O_,Y_O2_,Y_OH_,X,Y,Z)
input arguments
X,Y,Z |
vectors defining the rectangular domain |
Y_m |
mass fraction of molecule m |
output arguments
f |
matrix of mixture fraction |
plot |
isosurface: f=0.5 |
matlab tools required
- contour