kappa_sdk.ProductionFolder#

class kappa_sdk.ProductionFolder(field_id, well_id, id, name, phases, production_folder_type, dto_converter, cluster_apis)[source]#

Attributes

ProductionFolder.data

Gets the list of data contained in this ProductionFolder.

ProductionFolder.gas

The gas data contains in the raw production folder, returns None if there is no production gauge available :returns: Optional[Data] (Gas data)

ProductionFolder.id

The id of the production folder :returns: str (id of the production folder)

ProductionFolder.name

The name of the production folder :returns: str (name of the production folder)

ProductionFolder.oil

The oil data contains in the production folder, returns None if there is no production gauge available :returns: Optional[Data] (Oil data)

ProductionFolder.type

Get the type of Production Folder

ProductionFolder.water

The water data contains in the raw production folder, returns None if there is no production gauge available :returns: Optional[Data] (water Data)

Methods

ProductionFolder.load_production_gauge(...)

Load a production gauge.

Parameters:
  • field_id (str)

  • well_id (str)

  • id (str)

  • name (str)

  • phases (List[Data])

  • production_folder_type (ProductionFolderKindEnum)

  • dto_converter (ProductionFolderDtoConverter)

  • cluster_apis (ClusterAPIS)