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:
@@ -72,7 +72,7 @@ private:
|
||||
typedef typename GET_PROP_TYPE(TypeTag, Scalar) Scalar;
|
||||
|
||||
public:
|
||||
typedef Opm::FluidSystems::H2ON2<Scalar> type;
|
||||
typedef Opm::H2ON2FluidSystem<Scalar> type;
|
||||
};
|
||||
|
||||
// Set the material Law
|
||||
@@ -88,8 +88,7 @@ private:
|
||||
|
||||
typedef Opm::TwoPhaseMaterialTraits<Scalar,
|
||||
/*wettingPhaseIdx=*/FluidSystem::liquidPhaseIdx,
|
||||
/*nonWettingPhaseIdx=*/FluidSystem::gasPhaseIdx>
|
||||
Traits;
|
||||
/*nonWettingPhaseIdx=*/FluidSystem::gasPhaseIdx> Traits;
|
||||
|
||||
public:
|
||||
typedef Opm::LinearMaterial<Traits> type;
|
||||
|
||||
Reference in New Issue
Block a user