mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Prepare for extended models.
Let the code loop over number of components instead of phase Pass TypeTag as template parameter instead of all the properties.
This commit is contained in:
@@ -103,7 +103,7 @@ BOOST_AUTO_TEST_CASE(TestPressureDeltas)
|
||||
|
||||
std::vector<double> cd =
|
||||
WellDensitySegmented::computeConnectionDensities(
|
||||
*wells, wellstate, pu,
|
||||
*wells, pu, rates,
|
||||
b_perf, rsmax_perf, rvmax_perf, surf_dens);
|
||||
std::vector<double> dp =
|
||||
WellDensitySegmented::computeConnectionPressureDelta(
|
||||
|
||||
Reference in New Issue
Block a user