Add member "bool producer" to SingleWellState

This commit is contained in:
Joakim Hove
2021-08-03 21:11:09 +02:00
parent a54daf75e8
commit 1dd9b91ad3
5 changed files with 25 additions and 19 deletions

View File

@@ -25,6 +25,11 @@ namespace Opm {
class SingleWellState {
public:
explicit SingleWellState(bool is_producer);
bool producer;
double bhp{0};
double thp{0};