Skip to content

Instantly share code, notes, and snippets.

RUNSPEC
TITLE
Issue #458: Saturation cannot be lower than residual
DIMENS
5 1 1
/
-- CO2 is the first, injecting phase (WATER),
0.0504684448242188
0.949531555175781
0.0504684448242188
0.949531555175781
0.0504684448242188
0.949531555175781
0.0504684448242188
0.949531555175781
0.0504684448242188
0.949531555175781
0
1
0
1
0
1
0
1
0
1
================ Test program for incompressible two-phase flow ===============
--------------- Reading parameters ---------------
deck_filename found at /, value is 458_ressat.data
Keyword found: RUNSPEC
Keyword found: TITLE
Keyword found: DIMENS
Keyword found: WATER
Keyword found: OIL
RUNSPEC
TITLE
Issue #458: Initial saturation can be lower than residual
DIMENS
5 1 1
/
-- CO2 is the first, injecting phase (WATER),
deck_filename=458_ressat.data
use_reorder=false
output_ecl=true
RUNSPEC
TITLE
Example of how to specify a rate-driven CO2 injector
DIMENS
3 1 1
/
-- two phases; co2 is non-wetting, brine is wetting
RUNSPEC
TITLE
Example of how to specify a rate-driven injector
DIMENS
3 1 1
/
-- two phases; co2 is non-wetting, brine is wetting
RUNSPEC
TITLE
Example of how to specify a rate-driven injector
DIMENS
3 1 1
/
-- two phases; co2 is non-wetting, brine is wetting
#!/bin/bash
mkdir -p aaa/bbb
cd aaa/bbb
for p in opm-core dune-cornerpoint opm-porsol; do
git clone -b release/2013.03 http://github.com/OPM/$p;
mkdir -p $p/build
cd $p/build
cmake ..
make