flamefront3

algorithm

  • plots flame front based on a user defined variable
    (e.g. mixgture fraction or mass fraction of a radical)
    along a user defined isosurface of this variable
  • and optionally user defined boundaries
  • using the matlab tool isosurface
    flamefront3 

syntax

[og,ug]=flamefront3(X,Y,Z,fdefine,level,s,iso1,iso2)

 

example for input

[og,ug]=flamefront3(X,Y,Z,CO2,0.03,'abs',0.06,0.0066)

 

input arguments

X,Y,Z

vectors defining the rectangular domain

fdefine

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

level

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

s

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

iso1,iso2

isolevels defining boundaries of flame front (e.g. 0.06, 0.0066)

output arguments

  • plot

matlab tools required

  • isosurface

corresponding 2d tools

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin