reacprog3
algorithm
- calculates reaction progress variables of a 3d field
- as reduced temperature
- c=(T-Tunburnt)/ (T burnt -T unburnt)
- plots isosurface of reaction progress variable at user defined level
syntax
[c]=reacprog3(X,Y,Z,temperature,level)
example for input
[c]=reacprog3(X,Y,Z,TEMP,0.9)
input arguments
X,Y,Z |
vectors defining the rectangular domain |
temperature |
matrix of temperature |
level |
level of isosurface to plot |
output arguments
c |
matrix of reaction progress variable |
plot |
isosurface of reaction progress variable in level |
matlab tools required
- contour