CO2 cyclic injection#
In this example we consider the configuration file described in the configuration file section, which is available in the examples folder as co2.toml.
If the generated files are to be saved in a folder called 'co2', then this is achieved by the following command:
pyopmnearwell -i co2.toml -o co2
The execution time was approximately 20 seconds and the following is an animation using ResInsight to visualize the gas saturation:
Visualization of the gas saturation using ResInsight.#
To generate a gif using plopm, this can be achieved by executing:
plopm -i CO2 -v sgas -m gif -dpi 1000 -gi 50 -gl 1 -fs 10,5 -yf .0f -fz 20 -cbn 6 -t "Cyclic injection"
Visualization of the gas saturation using plopm.#
Both the pyopmnearwell and plopm commands can be run with the maintained documentation script:
. ./tests/scripts/docs_co2_cyclic_injection.sh