BlackoilModelEbos: set the default output directory to the empty string

an empty string is interpreted as "write the output files into the
same directory as the input". this is the current 'flow' default
behavior, plain ebos uses "." as the default location for output,
i.e., the current directory from which the simulator is run from.
This commit is contained in:
Andreas Lauser 2018-03-12 15:17:39 +01:00
parent 71d353326a
commit a42ece61ed

View File

@ -69,6 +69,7 @@
namespace Ewoms {
namespace Properties {
NEW_TYPE_TAG(EclFlowProblem, INHERITS_FROM(BlackOilModel, EclBaseProblem));
SET_STRING_PROP(EclFlowProblem, EclOutputDir, "");
SET_BOOL_PROP(EclFlowProblem, DisableWells, true);
SET_BOOL_PROP(EclFlowProblem, EnableDebuggingChecks, false);
SET_BOOL_PROP(EclFlowProblem, ExportGlobalTransmissibility, true);