flamethickcb3
algorithm
- batch modus of flamethickc3
- calculates thickness of a flame based on reaction progress variable
- between c=0.01 and c=0.99;
- along a linear a linear cut through flame front
- along flame surface
- calculates minimum-, maximum- and mean thickness
syntax
[flthick3,mathick,mithick,meanthick]=flamethickcb3(X,Y,Z,fdefine,dl,level,s,c)
example for input
[flthick3,mathick,mithick,meanth]=flamethickc3b2(X,Y,Z,CO2,0.0001,0.44,'rel',c);
input arguments
|
X,Y,Z |
vectors defining the rectangular domain |
|
fdefine |
variable defining the flame front |
|
c |
reaction progress variable |
|
level |
isovalue of fdefine defining the flame front |
|
s |
switch (choose level is rel. or absolut) |
output arguments
|
flthickc3 |
thickness of a flame between c=0.01 and c=0.99 |
|
mithick,mathick,meanthick |
minimum, maximum and mean value of flthick3 |
|
plot |
histogram of the values of thicknesses |