How to modify pore volume
Jump to navigation
Jump to search
ECLIPSE
Examples for ECLIPSE
EDIT section:
BOX --x1 x2 y1 y2 z1 z2 137 143 249 255 80 95 / / MULTPV --number of cells*multiplier 900*30 / / ENDBOX/ /
OR
MULTIPLY --name modifier x1 x2 y1 y2 z1 z2 -- 1st PORV 30 137 143 249 255 80 95 / -- 2nd PORV 30 140 143 269 278 80 95 / /
Nexus
Examples for Nexus
OVER PV 1 17 1 1 1 146 *100 1 1 1 42 1 146 *100 17 17 1 42 1 146 *100 1 17 42 42 1 146 *100
Tempest More
Examples for Tempest MORE
MODI - Modify Values. GRID or INITialization section, after a defined array name
--Multiply all values in layer 2 by 0.4 MODIFY 4* 2 2 0 0.4 /
OR
PVOL - pore volume modification. End of GRID section, before INIT keyword
--Pore volumes in the I=1 row of the grid are multiplied by two: PVOL 2*1 / 0.0 2.0 /
OR
MULTIPLY - the same word for ECLIPSE.
MULTIPLY PORO 3 40 80 45 80 9 46 / /