Read DISGAS and VAPOIL from deck and pass them to the simulator

This commit is contained in:
Tor Harald Sandve
2014-05-27 13:36:22 +02:00
parent aecfa3ed50
commit 8a600747fa
8 changed files with 33 additions and 10 deletions

View File

@@ -94,6 +94,8 @@ namespace Opm
phase_usage_ = phaseUsageFromDeck(deck);
// Surface densities. Accounting for different orders in eclipse and our code.
Opm::DeckKeywordConstPtr densityKeyword = deck->getKeyword("DENSITY");
int numRegions = densityKeyword->size();