Skip to content

Commit

Permalink
Add definition of MOBPORV
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Mar 15, 2024
1 parent 494e0a9 commit ef53c2f
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions content/calculated-data/DerivedResults.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,14 @@ In the process of normalizing transmissibility by the overlapping flow area, the

Water Flooded PV, also called _Number of flooded porevolumes_ shows the amount of flow from a selected set of simulation tracers into a particular cell, compared to the cells mobile pore volume. A value of 1.0 will tell that the tracers accumulated flow into the cell has reached a volume equal to the mobile pore volume in the cell.

### Mobile Pore Volume

Mobile Pore Volume **MOBPORV** is computed based on the grid cell properties **PORV**, **SWCR** and **MULTPV**.

If **MULTPV** is missing, **MULTPV** is set to 1.0.
If **SWCR** is missing, **SWCR** is et to 0.0.

$ MOBPORV = MULTPV * PORV * (1.0 - SWCR) $



0 comments on commit ef53c2f

Please sign in to comment.