flamethicknonlin3
algorithm
- calculates thickness of a flame between user defined boundaries
- as length of a non linear cut through flame front
- the cut starts in a user defined point;
- for batch modus along curvilinear coordinate of flame front use flamethicknonlin3b
syntax
[flthick3nonlin]=flamethicknonlin3(X,Y,Z,xs,ys,zs,fdefine,dl,level,s,iso1,iso2)
example for input
[flthick3nonlin]=flamethicknonlin3(X,Y,Z,0.0097,0.0044,0.0047,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) |
fdefine |
variable defining the flame front |
level |
isovalue 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
flthick3nonlin |
thickness of a flame between user defined boundaries along a non linear cut |
plot |
cut along thickness is calculated |