mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Merge pull request #4969 from akva2/fbhpdef
add support for FBHPDEF keyword
This commit is contained in:
commit
b22f9853db
@ -181,7 +181,6 @@ const KeywordValidation::UnsupportedKeywords& unsupportedKeywords()
|
||||
{"EXTHOST", {true, std::nullopt}},
|
||||
{"EXTRAPMS", {false, std::nullopt}},
|
||||
{"EXTREPGL", {true, std::nullopt}},
|
||||
{"FBHPDEF", {true, std::nullopt}},
|
||||
{"FHERCHBL", {true, std::nullopt}},
|
||||
{"FRICTION", {true, std::nullopt}},
|
||||
{"FIELDSEP", {false, std::nullopt}},
|
||||
|
@ -119,7 +119,7 @@ add_test_compareECLFiles(CASENAME gasoil_precsalt
|
||||
FILENAME GASCONDENSATE_VAPWAT_PRECSALT_REGRESSION
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR spe1_precsalt
|
||||
TEST_ARGS --solver-max-time-step-in-days=0.05)
|
||||
|
||||
@ -738,6 +738,13 @@ add_test_compareECLFiles(CASENAME editnnc_model2
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME fbhpdef_model2
|
||||
FILENAME 0C_BASE_FBHPDEF
|
||||
SIMULATOR flow
|
||||
ABS_TOL ${abs_tol}
|
||||
REL_TOL ${rel_tol}
|
||||
DIR model2)
|
||||
|
||||
add_test_compareECLFiles(CASENAME 9_1a_grpctl_stw_model2
|
||||
FILENAME 9_1A_DEPL_MAX_RATE_MIN_BHP_STW
|
||||
SIMULATOR flow
|
||||
|
Loading…
Reference in New Issue
Block a user