mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-17 20:14:52 -05:00
Also do explicit fallback for double-interp
This commit is contained in:
@@ -348,7 +348,7 @@ VFPEvaluation bhp(const VFPProdTable& table,
|
||||
double flo = detail::getFlo(table, aqua, liquid, vapour);
|
||||
double wfr = detail::getWFR(table, aqua, liquid, vapour);
|
||||
double gfr = detail::getGFR(table, aqua, liquid, vapour);
|
||||
if (use_vfpexplicit) {
|
||||
if (use_vfpexplicit || -flo < table.getFloAxis().front()) {
|
||||
wfr = explicit_wfr;
|
||||
gfr = explicit_gfr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user