crestbatchz

algorithm

  • finds line of peak values of a variable (for example temperature, heat release)
  • in several orthogonal slices through flame front
  • starts in the maximum and scannes all neighbouring points for next peak
  • recognizes several directions of (for example) trilple flames
  • recognizes twin flames or several parts of flames
  • plots crestlines in several slices
  • plots points of crest-surface
  • calculates values of variable in crest points
    crestslice
    crestbatchpoints 

syntax

[fcrest,p]=crestbatchz(X,Y,Z,t,level,s,cut)

 

example for input

[fcrest,p]=crestbatchz(X,Y,Z,HEAT,0.8,'rel',0.9)

 

input arguments

X,Y,Z

vectors defining the rectangular domain

t

variable of crestsurface

level

isovalue defining the region to search for crestpoints

s

switch for absolut or relative values of level and cut

cut

cut of threshold for crestpoints

 

output arguments

p

coordinates of crest points

fcrest

values of variable in crest points

plots

crestlines in several slices
cloud of points of crestsurface

 

toolbox tools required

corresponding 2d tool

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin