scalardiss_c
algorithm
- calculates scalar dissipation rate of a 2d field
- based on reaction progress variable c
syntax
[chired,chiredn]=scalardiss_c(c,st)
example for input
[chired,chiredn]=scalardiss_c(c,st)
input arguments
| Name | description |
|---|---|
| c | matrix of reaction progress variable |
| st | width of grid, scalar |
output arguments
| Name | description |
|---|---|
| chired | matrix of scalar dissipation rate |
| chiredn | matrix of scalar dissipation rate normalized by maximum |
matlab tools required
- contour