adapt to the fluid system naming convention change in opm-material

This commit is contained in:
Andreas Lauser
2018-07-27 12:53:12 +02:00
parent aed7e15d2e
commit 04c3e42b87
8 changed files with 10 additions and 11 deletions

View File

@@ -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;