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
WellborePipe.is_empty
()- Parameters:
pipe_type (WellborePipeTypeEnum)
sections (List[WellborePipeSection])