mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
changed: put calculation of filter cake multiplier in WellFilterCake
This commit is contained in:
@@ -188,9 +188,6 @@ public:
|
||||
// it might change in the future
|
||||
double getInjMult(const int perf, const double bhp, const double perf_pres) const;
|
||||
|
||||
// update the multiplier for well transmissbility due to cake filteration
|
||||
void updateInjFCMult(const std::vector<double>& filtration_particle_volume, DeferredLogger& deferred_logger);
|
||||
|
||||
// whether a well is specified with a non-zero and valid VFP table number
|
||||
bool isVFPActive(DeferredLogger& deferred_logger) const;
|
||||
|
||||
@@ -214,6 +211,12 @@ public:
|
||||
double wellEfficiencyFactor() const
|
||||
{ return well_efficiency_factor_; }
|
||||
|
||||
//! \brief Update filter cake multipliers.
|
||||
void updateFilterCakeMultipliers(const std::vector<double>& inj_fc_multiplier)
|
||||
{
|
||||
inj_fc_multiplier_ = inj_fc_multiplier;
|
||||
}
|
||||
|
||||
protected:
|
||||
bool getAllowCrossFlow() const;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user