OPM / opm-verteq

Open Porous Media Initiative Vertical Equilibrium module
5 stars 8 forks source link

OPM Vertical Equilibrium Module

opm-verteq is an add-on to the simulators in opm-core to do vertical equilibrium upscaling.

You will need to pass the location of an opm-core build tree or installation with the opm-core_ROOT or opm_ROOT parameter to CMake, or --with-opm-core parameter in the Autotools-compatible wrapper.

It is not yet as tested as the other components, and should at this stage only be used to compare with 3D simulations.

How to wrap on existing simulator

See the difference between the code in examples/2d/src/co2_2d.cpp and examples/3d/src/co2_3d.cpp.