kappanewlev

algorithm

  • first calculates curvature values in a 2d field in mathematical sence
  • then extracts values of curvature along user defined flamefront
  • see also curvaturelev of course the result is the same

syntax

[siso,kff]=kappanewlev(X,Y,fdefine,level,s) 

 

example for input

[siso,kff]=kappanewlev(X,Y,Y_OH_,0.5,'rel') 

 

input arguments

Name description
X,Y vectors defining the rectangular domain
fdefine variable defining the flame front
level isolevel defining the flame front
s switch between absolut and relativ for level

output arguments

Name description
kff values of curvature along curvilinear coordinate of flamefront
siso curvilinear coordinate of flame front
plot curvature along flame front

toolbox tools required

matlab tools required

  • gradient

corresponding 3d tool

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin