Interface for classes encapsulating polymer inflow information. More...
#include <PolymerInflow.hpp>
Public Member Functions | |
virtual | ~PolymerInflowInterface () |
Virtual destructor for subclassing. | |
virtual void | getInflowValues (const double step_start, const double step_end, std::vector< double > &poly_inflow_c) const =0 |
Get inflow concentrations for all cells. |
Interface for classes encapsulating polymer inflow information.
virtual void Opm::PolymerInflowInterface::getInflowValues | ( | const double | step_start, | |
const double | step_end, | |||
std::vector< double > & | poly_inflow_c | |||
) | const [pure virtual] |
Get inflow concentrations for all cells.
[in] | step_start | Start of timestep. |
[in] | step_end | End of timestep. |
[out] | poly_inflow_c | Injection concentrations to use for timestep, per cell. Must be properly sized before calling. |
Implemented in Opm::PolymerInflowBasic, and Opm::PolymerInflowFromDeck.