LensProblem and FingerProblem: use StructuredGridManager.

This commit is contained in:
Robert Kloefkorn
2016-01-07 15:59:31 -07:00
parent 9dd0ebff6b
commit c10d4905f7
4 changed files with 37 additions and 220 deletions

View File

@@ -26,7 +26,10 @@
#ifndef EWOMS_FINGER_PROBLEM_HH
#define EWOMS_FINGER_PROBLEM_HH
#include "fingergridmanager.hh"
// uncomment to run problem in 3d
// #define GRIDDIM 3
#include "structuredgridmanager.hh"
#include <opm/material/fluidmatrixinteractions/RegularizedVanGenuchten.hpp>
#include <opm/material/fluidmatrixinteractions/LinearMaterial.hpp>
@@ -55,7 +58,7 @@ template <class TypeTag>
class FingerProblem;
namespace Properties {
NEW_TYPE_TAG(FingerBaseProblem, INHERITS_FROM(FingerGridManager));
NEW_TYPE_TAG(FingerBaseProblem, INHERITS_FROM(StructuredGridManager));
// declare the properties used by the finger problem
NEW_PROP_TAG(InitialWaterSaturation);