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

@@ -69,7 +69,7 @@ SET_TYPE_PROP(ObstacleBaseProblem, Problem, Ewoms::ObstacleProblem<TypeTag>);
// Set fluid configuration
SET_TYPE_PROP(ObstacleBaseProblem, FluidSystem,
Opm::FluidSystems::H2ON2<typename GET_PROP_TYPE(TypeTag, Scalar)>);
Opm::H2ON2FluidSystem<typename GET_PROP_TYPE(TypeTag, Scalar)>);
// Set the material Law
SET_PROP(ObstacleBaseProblem, MaterialLaw)