|
opm-simulators
|
Public Member Functions | |
| RatesAndBhp (const RatesAndBhp &rates) | |
| RatesAndBhp (Scalar oil_, Scalar gas_, Scalar water_, Scalar bhp_, bool bhp_is_limited_) | |
| RatesAndBhp & | operator= (const RatesAndBhp &rates) |
| RatesAndBhp (const LimitedRatesAndBhp &rates) | |
| Scalar | operator[] (Rate rate_type) const |
Public Attributes | |
| Scalar | oil |
| Scalar | gas |
| Scalar | water |
| Scalar | bhp |
| bool | bhp_is_limited |