diff --git a/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp b/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp index bb775a447..16c15eed0 100644 --- a/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp +++ b/opm/simulators/utils/PartiallySupportedFlowKeywords.cpp @@ -82,6 +82,14 @@ partiallySupported() {2,{false, allow_values {"TAB"}, "FOAMOPTS(FOAMOPT2): only the default option of TAB is supported – value ignored"}}, // MODEL }, }, + { + "FAULTS", + { + {1, {false, [](const std::string& val){ return val.size()<=8;}, + "FAULTS(FLTNAME): Only names of faults up to 8 characters are supported. Will ignore excess characters." + } + },}, + }, { "GCONINJE", { @@ -123,6 +131,15 @@ partiallySupported() {3,{false, allow_values {"NONE"}, "MISCIBLE(MISOPT): only option NONE is supported – value ignored"}}, // TWOPOINT }, }, + { + "MULTFLT", + { + {1, {false, [](const std::string& val){ return val.size()<=8;}, + "MLTFLT(FLTNAME): Only names of faults up to 8 characters are supported. Will ignore excess characters." + } + }, + }, + }, { "MULTIREG", { @@ -198,6 +215,15 @@ partiallySupported() {25,{false, allow_values {}, "TABDIMS(RESVED): should be defaulted (1*) - ignored as not used"}}, // RESERVED }, }, + { + "THPRESFT", + { + {1, {false, [](const std::string& val){ return val.size()<=8;}, + "THPRESFT(FLTNAME): Only names of faults up to 8 characters are supported. Will ignore excess characters." + } + }, + }, + }, { "TRACER", {