mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Alternative solvent extension for the black oil model.
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user