Add thp field to data::Well.
This commit is contained in:
parent
40d9a22a5f
commit
74c54a7c06
@ -84,6 +84,7 @@ namespace Opm {
|
||||
struct Well {
|
||||
Rates rates;
|
||||
double bhp;
|
||||
double thp;
|
||||
std::map< Completion::logical_cartesian_index, Completion > completions;
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user