Revert "Factor out ewoms typetag system to separate header."

This reverts commit 05c70491257a615472e68fb44776bcd7effb60b8.
This commit is contained in:
Markus Blatt
2017-04-04 10:46:25 +02:00
parent 2bf7f8efa7
commit 312aa24f86
3 changed files with 10 additions and 40 deletions

View File

@@ -24,7 +24,6 @@
#ifndef OPM_BLACKOILMODELEBOS_HEADER_INCLUDED
#define OPM_BLACKOILMODELEBOS_HEADER_INCLUDED
#include <opm/autodiff/BlackoilModelEbosTypeTags.hpp>
#include <ebos/eclproblem.hh>
#include <ewoms/common/start.hh>
@@ -80,6 +79,16 @@
namespace Ewoms {
namespace Properties {
NEW_TYPE_TAG(EclFlowProblem, INHERITS_FROM(BlackOilModel, EclBaseProblem));
SET_BOOL_PROP(EclFlowProblem, DisableWells, true);
SET_BOOL_PROP(EclFlowProblem, EnableDebuggingChecks, false);
// SWATINIT is done by the flow part of flow_ebos. this can be removed once the legacy
// code for fluid and satfunc handling gets fully retired.
SET_BOOL_PROP(EclFlowProblem, EnableSwatinit, false);
}}
namespace Opm {