Currently the output code does not take into account the well efficiency factor.
The total water production is in the current code:
{ "WWPT", mul( rate< rt::wat, producer >, duration ) },
This can be fixed in the output code by quarrying the efficiency factor for wells and groups from the parser and apply it here and in similar places.
Currently the output code does not take into account the well efficiency factor.
The total water production is in the current code:
{ "WWPT", mul( rate< rt::wat, producer >, duration ) },This can be fixed in the output code by quarrying the efficiency factor for wells and groups from the parser and apply it here and in similar places.