kappa_sdk.wellbore.WellborePipe#

class kappa_sdk.wellbore.WellborePipe(pipe_type, sections)[source]#

Class representing a pipe within a wellbore.

A pipe can be a casing, tubing, or open hole, and consists of one or more sections.

Attributes

WellborePipe.sections

Gets the sections of this WellborePipe.

WellborePipe.type

Gets the type of this WellborePipe.

Methods

Parameters:
__init__(pipe_type, sections)[source]#
Parameters:
Return type:

None

property type: WellborePipeTypeEnum#

Gets the type of this WellborePipe.

property sections: List[WellborePipeSection]#

Gets the sections of this WellborePipe.

is_empty()[source]#
Return type:

bool