flamethicknonlinthermb3
algorithm
- batch modus of flamethicknonlintherm3
- calculates thickness of a flame between user defined boundaries
- along surface of flame front;
- defined by the maximum temperature gradient along non linear cuts through flame front
- plots histgram of thicknesses;
- calculates minimum-, maximum- and mean thickness
syntax
[flthickth300,mathick,mithick,meanth]=flamethicknonlinthermb3b2(X,Y,Z,fdefine,dl,level,s,variable,iso1,iso2)
example for input
[flthickth300,mathick,mithick,meanth]=flamethicknonlintherm3b2(X,Y,Z,f_O,0.0001,0.55,'abs',temperature,0.85,0.15)
input arguments
X,Y,Z |
vectors defining the rectangular domain |
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
flthickth300 |
thermal thickness of a flame between user defined boundaries |
mathick, mithick, meanth |
minimum, maximum, mean flame thickness |
plot |
histogram of flame thicknesses along surface |