flamethicklin3
algorithm
- calculates thickness of a flame between user defined boundaries
- as length of a linear cut through flame front
- the cut starts in a user defined point;
- for batch modus along flame surface use flamethicklin3b
syntax
[flthick3]=flamethicklin3(X,Y,Z,xs,ys,zs,nxs,nys,nzs,fdefine,dl,level,s,iso1,iso2)
example for input
[flthick3]=flamethicklin3(X,Y,Z,0.0097,0.0044,0.0047,0.3246,-0.9280,0.1829,f_O,0.00005,0.55,'abs',0.8,0.2)
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,NZS |
components of normal vector defining the direction of the cut |
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 |
thickness of a flame between user defined boundaries |
plot |
cut along thickness is calculated |