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
This commit is contained in:
@@ -99,8 +99,8 @@ private:
|
||||
typedef Ewoms::Co2Injection::CO2Tables CO2Tables;
|
||||
|
||||
public:
|
||||
typedef Opm::FluidSystems::BrineCO2<Scalar, CO2Tables> type;
|
||||
//typedef Opm::FluidSystems::H2ON2<Scalar, /*useComplexRelations=*/false> type;
|
||||
typedef Opm::BrineCO2FluidSystem<Scalar, CO2Tables> type;
|
||||
//typedef Opm::H2ON2FluidSystem<Scalar, /*useComplexRelations=*/false> type;
|
||||
};
|
||||
|
||||
// Set the material Law
|
||||
|
||||
Reference in New Issue
Block a user