flamethickcb
algorithm
- batch modus of flamethickc
- calculates thickness of a flame based on reaction progress variable
- between c=0.01 and c=0.99;
- along curvilinear coordinate of flame front;
- plots flame thichkness vs. curvilinear coordinate of flamefront;
- calculates minimum-, maximum- and mean thickness

syntax
[sisok,flthick,maxfl,minfl,meanfl]=flamethickcb(X,Y,fdefine,level,c,s)
example for input
[sisok,flthick,maxfl,minfl,meanfl]=flamethickcb(X,Y,Y_OH_,0.6,c,'rel')
input arguments
| Name |
description |
| X,Y |
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) |
| c |
reaction progress variable) |
output arguments
| Name |
description |
| sisok |
curvilinear coordinate of flame front |
| flthick |
thickness of a flame between user defined boundaries |
| maxfl, minfl, meanfl |
minimum, maximum, mean flame thickness |
| plot |
flamethickness vs. curvilinear flamefront |
toolbox tools required
corresponding3d tool