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
Gets the sections of this
WellborePipe.Gets the type of this
WellborePipe.Methods
- Parameters:
pipe_type (WellborePipeTypeEnum)
sections (List[WellborePipeSection])
- __init__(pipe_type, sections)[source]#
- Parameters:
pipe_type (WellborePipeTypeEnum)
sections (List[WellborePipeSection])
- Return type:
None
- property type: WellborePipeTypeEnum#
Gets the type of this
WellborePipe.
- property sections: List[WellborePipeSection]#
Gets the sections of this
WellborePipe.