extract3

algorithm

  • extracts values of a variable along an isosurface of an other one (e. g. the flame front)
  • computes coordinates of vertices of the isosurface using the matlab tool isosurface
  • computes values of variable on the vertices by interpolating between given values on coordinates
  • plots extracted values of variable and histogram of values using the toolbox tool colorplot3 
  • plots pdf of extracted values

 strain3d

syntax

[variso,face,vert,fprob]=extract3(X,Y,Z,fdefine,level,variable,s,fig)

example for input

[varisostrn,face,vert,fprob]=extract3(X,Y,Z,CO2,0.03,strn,'abs','yes')

input arguments

X,Y,Z

vectors defining the rectangular domain

fdefine

variable defining the flame front

level

value of fdefine defining the flame front

variable

variable to be extracted along flamefront

s

switch: level, iso1, iso2 is rel. or abs.

fig

switch: yes or no for figures or not

 

output arguments

vert

vertices of isosurface

f

faces of isosurface

variso

extracted values of variable on the isosurface

plot

isosurface with values
histogram of values
pdf of values

toolbox tools required

corresponding2d tool

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin