flamethicklincrestb
algorithm
- batch modus of flamethicklincrest
- calculates thickness of a flame
- as batch in several points along length of flame
- as extension of a linear cut
- between user defined boundaries
- the flame is defined by the crestline of a user defined variable
- plots flame thichkness vs. crestline;
- calculates minimum-, maximum- and mean thickness
syntax
[flthickcr,maxfl,minfl,meanfl,siso]=flamethicklincrestb(X,Y,varbound,CRESTN,s,iso1,iso2)
example for input
[flthick,maxfl,minfl,meanfl,siso]=flamethicklincrestb(X,Y,temperature,CRESTN,'abs',[],900)
input arguments
Name | description |
---|---|
X,Y | vectors defining the rectangular domain |
varbound | variable defining boundaries of the flame front |
CRESTN | coordinates and directions of normals to crestline |
s | switch (choose level, iso1,iso2 is rel. or absolut) |
iso1, iso2 | isolevels defining boundaries of flame front |
output arguments
Name | description |
---|---|
flthickcr | thickness of a flame defined by crestlline between user defined boundaries |
maxfl, minfl, meanfl | minimum, maximum, mean flame thickness |
siso | values of the curvilinear coordinate |
plot | flamethickness vs. curvilinear flamefront |