RateScheduleType#

class RateScheduleType(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#

Bases: IntEnum

The way that the rate of injection is specified.

Summary

CONSTANT_RATE

Injection occurs at a constant rate of volume Units per day.

DATAFILE

Injection rate is specified in Units per hour in a file.

Details

CONSTANT_RATE = 1#

Injection occurs at a constant rate of volume Units per day.

DATAFILE = 2#

Injection rate is specified in Units per hour in a file.