only use d factor for gas wells

This commit is contained in:
Tor Harald Sandve
2023-11-14 12:45:25 +01:00
parent e33d27ca90
commit 0f12977b17
6 changed files with 47 additions and 40 deletions

View File

@@ -286,7 +286,7 @@ namespace Opm
void computePerfRate(const IntensiveQuantities& intQuants,
const std::vector<Value>& mob,
const Value& bhp,
const double Tw,
const std::vector<Scalar>& Tw,
const int perf,
const bool allow_cf,
std::vector<Value>& cq_s,
@@ -302,7 +302,7 @@ namespace Opm
const Value& rvw,
const Value& rsw,
std::vector<Value>& b_perfcells_dense,
const double Tw,
const std::vector<Scalar>& Tw,
const int perf,
const bool allow_cf,
const Value& skin_pressure,