adding thp to the report for summary output.

This commit is contained in:
Kai Bao 2017-02-13 10:09:54 +01:00
parent d5a9f27e5e
commit 8198c256a9

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;