mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-25 18:50:19 -06:00
adding thp to the report for summary output.
This commit is contained in:
parent
99c69a17d5
commit
85b5ff6b68
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user