Generic deck#

Plot a generic OPM Flow model.

Plot vertical permeability from SPE10 MODEL 2.

plopm -i SPE10_MODEL2 -v permz -s ,4, -clog 1 -xu km -yu km -xnt 6 -yf .2f -t 'K$_z$ at the fourth slice in the xz plane' -cl '[1e-7,1e3]'
../_images/spe10_model2_permz_%2A%2C4%2C%2A_t0.png

Plot the grid and wells from above.

plopm -i SPE10_MODEL2 -s ,,1 -fs 3,4 -fz 8 -v grid -hide 0,0,1,0
plopm -i SPE10_MODEL2 -s ,,1 -fs 3,4 -fz 8 -v wells -hide 0,0,0,1
../_images/wells.png

Reproduce this example#

Run the complete workflow from the repository root:

. ./tests/scripts/docs_generic_deck.sh

Back to the examples gallery