mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge branch 'master' into new_well_formulation
Conflicts: opm/autodiff/FullyImplicitBlackoilSolver.cpp To resolve conflicts, WellState was changed to WellStateFullyImplicitBlackoil in multiple places, and perfRate() changed to perfPhaseRate() in WellDensitySegmented.
This commit is contained in:
@@ -27,7 +27,7 @@ struct Wells;
|
||||
namespace Opm
|
||||
{
|
||||
|
||||
class WellState;
|
||||
class WellStateFullyImplicitBlackoil;
|
||||
struct PhaseUsage;
|
||||
|
||||
|
||||
@@ -51,7 +51,7 @@ namespace Opm
|
||||
/// \param[in] surf_dens surface densities for active components, size P
|
||||
/// \param[in] gravity gravity acceleration constant
|
||||
static std::vector<double> computeConnectionPressureDelta(const Wells& wells,
|
||||
const WellState& wstate,
|
||||
const WellStateFullyImplicitBlackoil& wstate,
|
||||
const PhaseUsage& phase_usage,
|
||||
const std::vector<double>& b_perf,
|
||||
const std::vector<double>& rsmax_perf,
|
||||
|
||||
Reference in New Issue
Block a user