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:
@@ -62,7 +62,7 @@ namespace Opm
|
||||
{
|
||||
friend class BlackoilPropsDataHandle;
|
||||
public:
|
||||
typedef FluidSystems::BlackOil<double> FluidSystem;
|
||||
typedef BlackOilFluidSystem<double> FluidSystem;
|
||||
typedef Opm::GasPvtMultiplexer<double> GasPvt;
|
||||
typedef Opm::OilPvtMultiplexer<double> OilPvt;
|
||||
typedef Opm::WaterPvtMultiplexer<double> WaterPvt;
|
||||
|
||||
@@ -636,7 +636,7 @@ namespace Opm
|
||||
props.numPhases()));
|
||||
|
||||
|
||||
typedef Opm::FluidSystems::BlackOil<double> FluidSystem;
|
||||
typedef Opm::BlackOilFluidSystem<double> FluidSystem;
|
||||
FluidSystem::initFromDeck(*deck_ , *eclipse_state_);
|
||||
typedef EQUIL::DeckDependent::InitialStateComputer<FluidSystem> ISC;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user