mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Also do explicit fallback for double-interp
This commit is contained in:
parent
2dcebd4bdd
commit
2f8d210896
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user