8-Gravel
February 14, 2023
Question
Extract nearest values from matrices. Substitute first value in one of the double summation series.
- February 14, 2023
- 1 reply
- 1960 views
1. For each element of matrix "Em", it is required to match only one closest value from matrix "E_exp_int".
Corresponding to that matched element of "E_exp_int" it is required to lookup flow and obstruction values in "flow_int" and "obstruction_int" matrices.
The looked up elements of flow_int and obstruction_int will be used for calculating variable "status", as shown below. Right now, there are just flow and obstruction matrices only.
2. The summation corresponding to index m starts from 0. For m=0, a constant "lateral_coeff" will be used in place of variable "status". Then, first term of summation needs to be given half weight.

