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
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