flamethicknonlintherm3
algorithm
- calculates thickness of a flame between user defined boundaries
- defined by the maximum temperature gradient along a non linear cut through flame front
- for batch modus along surface of flame front use flamethicknonlinthermb3
syntax
[flthickth300nl3]=flamethicknonlintherm3(X,Y,Z,xs,ys,zs,fdefine,dl,level,s,variable,iso1,iso2)
example for input
[flthickth300nl3]=flamethicknonlintherm(X,Y,Z,0.0097,0.0044,0.0047,f_O,0.00005,0.55,'abs',temperature,0.8,0.2);
input arguments
X,Y,Z |
vectors defining the rectangular domain |
xs,ys,zs |
starting point of the cut |
fdefine |
variable defining the flame front |
level |
isovalue of fdefine defining the flame front |
s |
switch (choose level, iso1,iso2 is rel. or absolut) |
variable |
temperature |
iso1, iso2 |
isolevels defining boundaries of flame front (e.g. 0.9, 0.1) |
output arguments
flthick300 |
thermal thickness of a flame between user defined boundaries along a nonlinear cut |