mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Remove support and tests for pseudo 2p model in flow ebos
This commit is contained in:
@@ -577,12 +577,6 @@ namespace Opm
|
||||
}
|
||||
}
|
||||
|
||||
// add a trivial equation for the dummy phase for 2p cases (Only support water + oil)
|
||||
if ( numComp < numWellEq ) {
|
||||
assert(!active()[ Gas ]);
|
||||
invDuneD_[0][0][Gas][Gas] = 1.0;
|
||||
}
|
||||
|
||||
// Store the perforation phase flux for later usage.
|
||||
if (has_solvent && componentIdx == contiSolventEqIdx) {// if (flowPhaseToEbosCompIdx(componentIdx) == Solvent)
|
||||
well_state.perfRateSolvent()[first_perf_ + perf] = cq_s[componentIdx].value();
|
||||
|
||||
Reference in New Issue
Block a user