reacprog

algorithm

  • calculates reaction progress variables of a 2d field
  • as reduced temperature
  • c=(T-T_unburnt) / (T_burnt - T_unburnt)
  • plots contours of reaction progress variable
    reacprog 

syntax

[c]=reacprog(X,Y,temperature) 

 

example for input

[c]=reacprog(X,Y,temperature) 

 

input arguments

Name description
X,Y vectors defining the rectangular domain
temperature matrix of temperature

output arguments

Name description
c matrix of reaction progress variable
plot  

matlab tools required

  • contour

corresponding 3d tool

Letzte Änderung: 24.02.2015 - Ansprechpartner: Dominique Thevenin