Add thp field to data::Well.

This commit is contained in:
Jørgen Kvalsvik 2016-04-21 15:47:19 +02:00
parent 40d9a22a5f
commit 74c54a7c06

View File

@ -84,6 +84,7 @@ namespace Opm {
struct Well {
Rates rates;
double bhp;
double thp;
std::map< Completion::logical_cartesian_index, Completion > completions;
};