mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapt to the fluid system naming convention change in opm-material
note that almost the only thing which is affected is legacy code.
This commit is contained in:
@@ -130,7 +130,7 @@ BOOST_AUTO_TEST_CASE(TestStandardWellInput) {
|
||||
const Opm::BlackoilModelParameters param;
|
||||
|
||||
// For the conversion between the surface volume rate and resrevoir voidage rate
|
||||
typedef Opm::FluidSystems::BlackOil<double> FluidSystem;
|
||||
typedef Opm::BlackOilFluidSystem<double> FluidSystem;
|
||||
using RateConverterType = Opm::RateConverter::
|
||||
SurfaceToReservoirVoidage<FluidSystem, std::vector<int> >;
|
||||
// Compute reservoir volumes for RESV controls.
|
||||
@@ -172,7 +172,7 @@ BOOST_AUTO_TEST_CASE(TestBehavoir) {
|
||||
// we should always be able to find the well in wells_ecl
|
||||
BOOST_CHECK(index_well != wells_ecl.size());
|
||||
// For the conversion between the surface volume rate and resrevoir voidage rate
|
||||
typedef Opm::FluidSystems::BlackOil<double> FluidSystem;
|
||||
typedef Opm::BlackOilFluidSystem<double> FluidSystem;
|
||||
using RateConverterType = Opm::RateConverter::
|
||||
SurfaceToReservoirVoidage<FluidSystem, std::vector<int> >;
|
||||
// Compute reservoir volumes for RESV controls.
|
||||
|
||||
Reference in New Issue
Block a user