Default saturation table_id in completions with cell satnum value

Pass eclGridProperties from EclipseState to Completions in order to set
default saturation table. Most changes are due to interface change in
Schedule(...)
This commit is contained in:
Tor Harald Sandve
2017-02-15 11:13:29 +01:00
parent 884d0712e3
commit cdfd54593f
18 changed files with 288 additions and 104 deletions

View File

@@ -125,8 +125,8 @@ namespace Opm {
Runspec m_runspec;
const GridDims m_gridDims;
EclipseGrid m_inputGrid;
Schedule m_schedule;
Eclipse3DProperties m_eclipseProperties;
Schedule m_schedule;
EclipseConfig m_eclipseConfig;
TransMult m_transMult;
NNC m_inputNnc;