A thin wrapper class that holds one VFPProdProperties and one VFPInjProperties object. More...
#include <VFPProperties.hpp>
Public Member Functions | |
VFPProperties (const VFPInjTable *inj_table, const VFPProdTable *prod_table) | |
Constructor Takes *no* ownership of data. | |
VFPProperties (const std::map< int, VFPInjTable > &inj_tables, const std::map< int, VFPProdTable > &prod_tables) | |
Constructor Takes *no* ownership of data. | |
const VFPInjProperties * | getInj () const |
Returns the VFP properties for injection wells. | |
const VFPProdProperties * | getProd () const |
Returns the VFP properties for production wells. |
A thin wrapper class that holds one VFPProdProperties and one VFPInjProperties object.
Opm::VFPProperties::VFPProperties | ( | const VFPInjTable * | inj_table, | |
const VFPProdTable * | prod_table | |||
) | [explicit] |
Constructor Takes *no* ownership of data.
inj_table | A *single* VFPINJ table or NULL (no table) | |
prod_table | A *single* VFPPROD table or NULL (no table) |
Opm::VFPProperties::VFPProperties | ( | const std::map< int, VFPInjTable > & | inj_tables, | |
const std::map< int, VFPProdTable > & | prod_tables | |||
) |
Constructor Takes *no* ownership of data.
inj_tables | A map of different VFPINJ tables. | |
prod_tables | A map of different VFPPROD tables. |