Alternative solvent extension for the black oil model.

This commit is contained in:
Ove Sævareid
2020-10-10 16:20:25 +02:00
parent 09a4a04c22
commit 0f7e66e151
24 changed files with 435 additions and 11 deletions

View File

@@ -94,7 +94,7 @@ namespace Opm
wsolvent_ = 0.0;
if (has_solvent && well.isInjector()) {
if ((has_solvent || has_zFraction) && well.isInjector()) {
auto injectorType = well_ecl_.injectorType();
if (injectorType == InjectorType::GAS) {
wsolvent_ = well_ecl_.getSolventFraction();