Opm::VFPProperties Class Reference

#include <VFPProperties.hpp>

Public Member Functions

 VFPProperties ()
 
 VFPProperties (const VFPInjTable *inj_table, const VFPProdTable *prod_table)
 
 VFPProperties (const std::map< int, VFPInjTable > &inj_tables, const std::map< int, VFPProdTable > &prod_tables)
 
const VFPInjPropertiesgetInj () const
 
const VFPProdPropertiesgetProd () const
 

Detailed Description

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

Constructor & Destructor Documentation

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

Constructor Takes no ownership of data.

Parameters
inj_tableA single VFPINJ table or NULL (no table)
prod_tableA 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_tablesA map of different VFPINJ tables.
prod_tablesA map of different VFPPROD tables.

Member Function Documentation


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