frontvelslice
algorithm
- plots orthogonal slice through flamefront and velocity field
- at user defined location
- in user defined direction

syntax
[]=frontvelslice(X,Y,Z,XVEL,YVEL,ZVEL, npsl,lsl,dsl,fdefine,level,s,iso1,iso2)
example for input
frontvelslice(X,Y,Z,XVEL,YVEL,ZVEL,119,55,'X',CO2,0.03,'a',0.06,0.0066)
input arguments
|
X,Y,Z |
vectors defining the rectangular domain |
|
XVEL,YVEL,ZVEL |
velocity components |
|
fdefine |
variable defining the flame front (e.g. Z, CO2) |
|
npsl |
number of points in slice direction |
|
lsl |
location of slice |
|
dsl |
direction of slice |
|
level |
isolevel of fdefine defining the flame front (e.g. 0.5) |
|
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
- plot
matlabtool required
- contourslice