flamefrontslice
algorithm
- plots orthogonal slice through flamefront
- by default in z-direction through the middle of the domain
- optionally in any user defined location and direction
syntax
[]=flamefrontslice(X,Y,Z,fdefine,level,s,dsl,lsl,iso1,iso2)
example for input
flamefrontslice(X,Y,Z,CO2,0.03,'abs','Y',45,0.06,0.0066)
input arguments
X,Y,Z |
vectors defining the rectangular domain |
fdefine |
variable defining the flame front (e.g. Z, CO2) |
level |
isolevel of fdefine defining the flame front (e.g. 0.5) necessary input argument |
s |
switch (choose level, iso1,iso2 is rel. or absolut) necessary input argument |
dsl |
direction of slice |
lsl |
location of slice |
iso1,iso2 |
isolevels defining boundaries of flame front (e.g. 0.9, 0.1) |
output arguments
- plot
matlab tools required
- contourslice