Opm::PolymerInflowInterface Class Reference

Interface for classes encapsulating polymer inflow information. More...

#include <PolymerInflow.hpp>

Inheritance diagram for Opm::PolymerInflowInterface:
Opm::PolymerInflowBasic Opm::PolymerInflowFromDeck

List of all members.

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.

Detailed Description

Interface for classes encapsulating polymer inflow information.


Member Function Documentation

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.

Parameters:
[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.


The documentation for this class was generated from the following file:

Generated on 26 Mar 2018 by  doxygen 1.6.1