20#ifndef OPM_WELL_FILTER_CAKE_HEADER_INCLUDED
21#define OPM_WELL_FILTER_CAKE_HEADER_INCLUDED
29class WellInterfaceGeneric;
51 return inj_fc_multiplier_;
55 std::vector<double> filtration_particle_volume_;
56 std::vector<double> inj_fc_multiplier_;
Definition AquiferInterface.hpp:35
Definition DeferredLogger.hpp:57
Class for well calculations related to filter cakes.
Definition WellFilterCake.hpp:33
void updateFiltrationParticleVolume(const WellInterfaceGeneric &well, const double dt, const double conc, const std::size_t water_index, WellState &well_state)
Update the water injection volume.
Definition WellFilterCake.cpp:38
const std::vector< double > & multipliers() const
Returns a const-ref to multipliers.
Definition WellFilterCake.hpp:49
void updateInjFCMult(const WellInterfaceGeneric &well, WellState &well_state, DeferredLogger &deferred_logger)
Update the multiplier for well transmissbility due to cake filtration.
Definition WellFilterCake.cpp:79
Definition WellInterfaceGeneric.hpp:51
The state of a set of wells, tailored for use by the fully implicit blackoil simulator.
Definition WellState.hpp:60
This file contains a set of helper functions used by VFPProd / VFPInj.
Definition BlackoilPhases.hpp:27