Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.


Average of numerically calculated pressure values in 9-cell grid area 

LaTeX Math Inline
bodyA_{e9}
  of reservoir flow simulation model (see also Fig. 1 below):

LaTeX Math Block
anchor1
alignmentleft
p_{e9}(i,j) = \frac{1}{9} \cdot  \left( \quad \sum_{k=i-1 }^{i+1} \ \sum_{l=j-1}^{j+1} p_{k,l} \right)

or in explicit form:

LaTeX Math Block
anchor1
alignmentleft
p_{e9, \ i,j} = \frac{1}{9} \cdot \bigg( p_{i, \, j} + p_{i, \, j+1} + p_{i, \, j-1}
+ p_{i-1, \, j} + p_{i-1, \, j}
+ p_{i-1 \, j-1} + p_{i+1, \, j+1}
+ p_{i-1 \, j+1} + p_{i+1, \, j-1} \bigg)



p i-1, j+1



p i, j+1



p i+1, j+1


p i-1, j



p i, j


p i+1, j



p i-1, j-1



p i, j-1



p i+1, j+1


Fig. 1. Averaging schematic around 9-grid area.