TableManager.getPvtwTable
Provide a richer interface to the PVTW table.
This commit is contained in:
@@ -84,6 +84,8 @@ namespace Opm {
|
||||
initSimpleTables( deck );
|
||||
initFullTables(deck, "PVTG", m_pvtgTables);
|
||||
initFullTables(deck, "PVTO", m_pvtoTables);
|
||||
if( deck.hasKeyword( "PVTW" ) )
|
||||
this->m_pvtwTable = PvtwTable( deck.getKeyword( "PVTW" ) );
|
||||
|
||||
initVFPProdTables(deck, m_vfpprodTables);
|
||||
initVFPInjTables(deck, m_vfpinjTables);
|
||||
@@ -631,6 +633,10 @@ namespace Opm {
|
||||
return m_pvtoTables;
|
||||
}
|
||||
|
||||
const PvtwTable& TableManager::getPvtwTable() const {
|
||||
return this->m_pvtwTable;
|
||||
}
|
||||
|
||||
const TableContainer& TableManager::getMsfnTables() const {
|
||||
return getTables("MSFN");
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user