flamethickc3
algorithm
- calculates thickness of a flame based on reaction progress variable
- between c=0.01 and c=0.99;
- as length of a linear cut through flame front
- the cut starts in a user defined point;
- for batch modus along flame surface use flamethickcb3
syntax
[flthickc3]=flamethickc3(X,Y,Z,xs,ys,zs,nxs,nys,nzs,fdefine,c,dl,level,s)
example for input
[flthickc3]=flamethickc3(X,Y,Z,0.0026,0.003,0.0033,0.1403,-0.0811,-0.9863,CO2,c,0.00005,0.03,'abs')
input arguments
X,Y,Z | vectors defining the rectangular domain |
XS,YS,ZS | coordinates of starting point of the cut (only for one point modus) |
NXS,NYS,NXS | components of normal vector defining the direction of the cut |
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 |
plot | cut along thickness is calculated |