flamethicklin3b2
algorithm
- batch modus of flamethicklin3
- calculates thickness of a flame between user defined boundaries
- as lengths of linear cuts through flame front
- starting in the points of the flame surface;
- calculates minimum-, maximum- and mean thickness
- plots histogram of thicknesses;
syntax
[flthick3,mathick,mithick,meanthick]=flamethicklin3b2(X,Y,Z,fdefine,dl,level,s,iso1,iso2)
example for input
[flthick3,mathick,mithick,meanthick]=flamethicklin3b2(X,Y,Z,f,0.0001,0.5,'abs',0.85,0.15)
input arguments
X,Y,Z |
vectors defining the rectangular domain |
fdefine |
variable defining the flame front |
level |
isovalus of fdefine defining the flame front |
s |
switch (choose level, iso1,iso2 is rel. or absolut) |
iso1, iso2 |
isolevels defining boundaries of flame front (e.g. 0.9, 0.1) |
output arguments
flthick3 |
thicknesses of a flame between user defined boundaries |
mithick,mathick,meanthick |
minimum, maximum and mean value of flthick3 |
plot |
histogram of the values of thicknesses |