adding thp to the report for summary output.

This commit is contained in:
Kai Bao
2017-02-13 10:15:58 +01:00
parent 99c69a17d5
commit 85b5ff6b68
+1
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;