Merge pull request #1281 from totto82/fixRESV

Use pore volume weighted averaged hydrocarbon state in rateConverted.
This commit is contained in:
Atgeirr Flø Rasmussen
2017-10-09 13:42:43 +02:00
committed by GitHub
8 changed files with 160 additions and 236 deletions

View File

@@ -94,6 +94,9 @@ namespace Opm
/// Well name.
const std::string& name() const;
/// Well cells.
const std::vector<int>& cells() {return well_cells_; }
/// Well type, INJECTOR or PRODUCER.
WellType wellType() const;