extractbatch

algorithm

  • extracts values of a variable along an isosurface of an other one (e. g. the flame front):
  • in orthogonal 2d slices
  • computes values of the extracted variable
  • and plots histogram of extracted values
    exbatch 

syntax

[f,vert,varisosl]=extractbatch(X,Y,Z,fdefine,level,variable,npsl,dsl,s)

 

example for input

[f,vert,varisosl]=extractbatch(X,Y,Z,CO2,0.03,strn,101,'Z','a')

 

input arguments

X,Y,Z

vectors defining the rectangular domain

fdefine

variable defining the flame front (e.g. CO2)

level

value of fdefine, defining the flame front (e.g. 0.03)

variable

variable to be extracted along flamefront

s

switch (choose level, iso1,iso2 is rel. or absolut)

npsl

number of grid points in each direction

dsl

direction of slice

 

output arguments

vert

vertices of isosurface

f

faces of isosurface

varisosl

extracted values of variable in several slices

plot

values on isosurface, histogram

toolbox tools required

matlab tools required

  • isosutface

corresponding 2d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin