flow_ebos: tell the ebos in ourselves to not handle SWATINIT

because the flow part also wants to do this. (and it is quite a bit
more stubborn!)
This commit is contained in:
Andreas Lauser 2016-11-30 13:50:47 +01:00 committed by Robert Kloefkorn
parent c5ca9649d7
commit e6acf888cc

View File

@ -84,6 +84,10 @@ 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 {