adding flags for SHRATE to Model and Simulator.

This commit is contained in:
Kai Bao
2015-06-05 11:33:49 +02:00
parent af3b78460b
commit f92459807c
5 changed files with 12 additions and 0 deletions

View File

@@ -117,6 +117,7 @@ namespace Opm
const bool vapoil,
const bool polymer,
const bool plyshlog,
const bool shrate,
std::shared_ptr<EclipseState> eclipse_state,
BlackoilOutputWriter& output_writer,
Opm::DeckConstPtr& deck,
@@ -136,6 +137,8 @@ namespace Opm
bool has_polymer_;
// flag for PLYSHLOG keyword
bool has_plyshlog_;
// flag for SHRATE keyword
bool has_shrate_;
DeckConstPtr deck_;
std::vector<double> wells_rep_radius_;