Merge pull request #1142 from GitPaean/output_thp

adding thp to the report for summary output.
This commit is contained in:
Atgeirr Flø Rasmussen 2017-02-16 13:16:14 +01:00 committed by GitHub
commit 6d01c29686

View File

@ -233,6 +233,7 @@ namespace Opm
auto& well = dw[ itr.first ];
well.bhp = this->bhp().at( well_index );
well.thp = this->thp().at( well_index );
well.temperature = this->temperature().at( well_index );
const auto wellrate_index = well_index * pu.num_phases;