#include <well_reporter.h>
Static Public Member Functions | |
| static void | print_prod (const smart_ptr< idata, true > &data, const smart_ptr< reservoir< strategy_t >, true > &rs) |
| Prints production information for all wells. | |
| static void | print_inj (const smart_ptr< idata, true > &data, const smart_ptr< reservoir< strategy_t >, true > &rs) |
| Prints injection information for all wells. | |
| static void | print_total_prod (const smart_ptr< idata, true > &data, const smart_ptr< reservoir< strategy_t >, true > &rs) |
| Prints total production and injection information for all wells. | |
| static void blue_sky::well_data_printer< strategy_t >::print_inj | ( | const smart_ptr< idata, true > & | data, | |
| const smart_ptr< reservoir< strategy_t >, true > & | rs | |||
| ) | [static] |
Prints injection information for all wells.
| data | Data holder | |
| rs | Instance of reservoir_simulator |
| static void blue_sky::well_data_printer< strategy_t >::print_prod | ( | const smart_ptr< idata, true > & | data, | |
| const smart_ptr< reservoir< strategy_t >, true > & | rs | |||
| ) | [static] |
Prints production information for all wells.
| data | Data holder | |
| rs | Instance of reservoir_simulator |
| static void blue_sky::well_data_printer< strategy_t >::print_total_prod | ( | const smart_ptr< idata, true > & | data, | |
| const smart_ptr< reservoir< strategy_t >, true > & | rs | |||
| ) | [static] |
Prints total production and injection information for all wells.
| data | Data holder | |
| rs | Instance of reservoir_simulator |
1.5.8