kappa_sdk.PlotDataTypesEnum#
- class kappa_sdk.PlotDataTypesEnum(value, names=<not given>, *values, module=None, qualname=None, type=None, start=1, boundary=None)[source]#
Unit enumeration.
An enumeration of the data types that are supported by the :class:’Plot’.
Attributes
- production_time = 't'#
- absolute_time = 'tabs'#
- gas_rate_surface = 'qg'#
- oil_rate_surface = 'qo'#
- water_rate_surface = 'qw'#
- total_liquid_rate = 'ql'#
- liquid_rate_surface = 'qsl'#
- surface_injection_gas_rate = 'qgi'#
- gas_rate_downhole = 'qgd'#
- oil_rate_downhole = 'qod'#
- water_rate_downhole = 'qwd'#
- gas_volume = 'Qg'#
- oil_volume = 'Qo'#
- water_volume = 'Qw'#
- total_liquid_volume = 'Ql'#
- pressure = 'P'#
- bottom_hole_pressure = 'BHP'#
- wellhead_pressure = 'WHP'#
- casing_head_pressure = 'CHP'#
- casing_then_tubing_pressure = 'CTP'#
- tubing_head_pressure = 'THP'#
- total_static_pressure = 'TSP'#
- gas_injection_pressure = 'Pgi'#
- bottom_hole_temperature = 'BHT'#
- wellhead_temperature = 'WHT'#
- casing_head_temperature = 'CHT'#
- casing_then_tubing_temperature = 'CTT'#
- tubing_head_temperature = 'THT'#
- gas_oil_ratio = 'GOR'#
- water_cut = 'WC'#
- water_oil_ratio = 'WOR'#
- water_gas_ratio = 'WGR'#
- liquid_gas_ratio = 'LGR'#
- condensate_gas_ratio = 'CGR'#
- choke_size = 'ID'#
- shutin = 'SI'#
- fraction = 'frac'#
- logical = 'lo'#
- power = 'po'#
- frequency = 'freq'#
- oil_productivity_index = 'PIo'#
- gas_productivity_index = 'PIg'#
- water_productivity_index = 'PIw'#
- unspecified_datatype = 'Unspecified'#