Convective dissolution#

The convective model uses drsdtcon to generate the OPM DRSDTCON keyword.

drsdtcon#

Type: matrix with seven rows

Each row corresponds to one facies. Use [-1.0] for default behavior, or set:

  1. CHI, dimensionless.

  2. PSI, dimensionless.

  3. OMEGA, 1/s.

  4. OPTION.

drsdtcon = [
    [-1.0],
    [0.04, 0.34, 3.0e-09, "ALL"],
    [-1.0],
    [-1.0],
    [0.04, 0.34, 3.0e-09, "ALL"],
    [-1.0],
    [-1.0],
]

The example above generates:

DRSDTCON
-1.0 /
0.04 0.34 3.0e-09 ALL /
-1.0 /
-1.0 /
0.04 0.34 3.0e-09 ALL /
-1.0 /
-1.0 /
/

See examples/spe11b_convective.toml for a complete configuration and Modify the physical model for a guided comparison.