Add productivity_index to SingleWellState

This commit is contained in:
Joakim Hove
2021-08-05 12:17:57 +02:00
parent 2f504536f4
commit 67bd2fd333
7 changed files with 10 additions and 19 deletions

View File

@@ -25,6 +25,7 @@ SingleWellState::SingleWellState(bool is_producer, std::size_t num_phases, doubl
: producer(is_producer)
, temperature(temp)
, well_potentials(num_phases)
, productivity_index(num_phases)
{}