mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
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:
parent
71d353326a
commit
a42ece61ed
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user