Opm::VFPProperties Class Reference

A thin wrapper class that holds one VFPProdProperties and one VFPInjProperties object. More...

#include <VFPProperties.hpp>

List of all members.

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 VFPInjPropertiesgetInj () const
 Returns the VFP properties for injection wells.
const VFPProdPropertiesgetProd () const
 Returns the VFP properties for production wells.

Detailed Description

A thin wrapper class that holds one VFPProdProperties and one VFPInjProperties object.


Constructor & Destructor Documentation

Opm::VFPProperties::VFPProperties ( const VFPInjTable *  inj_table,
const VFPProdTable *  prod_table 
) [explicit]

Constructor Takes *no* ownership of data.

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

Parameters:
inj_tables A map of different VFPINJ tables.
prod_tables A map of different VFPPROD tables.

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

Generated on 26 Mar 2018 by  doxygen 1.6.1