kappa_sdk.wellbore.WellboreGeometry#
- class kappa_sdk.wellbore.WellboreGeometry(start_date, root_pipe, md_vs_deviation=None, md_vs_tvd=None, child_pipe=None, gas_lift_equipment=None, flow_path=WellborePipeTypeEnum.casing)[source]#
Attributes
Gets the child pipe of this
WellboreGeometry.Gets the md_vs_deviation of this
WellboreGeometryas a VsDepthVector.Gets the flow path type.
Gets the gas lift equipment of this
WellboreGeometry.Gets the root pipe of this
WellboreGeometry.Gets the start date of this
WellboreGeometry.Gets the md_vs_tvd of this
WellboreGeometry.Methods
- Parameters:
start_date (datetime)
root_pipe (WellborePipe)
md_vs_deviation (VsDepthVector | None)
md_vs_tvd (VsDepthVector | None)
child_pipe (WellborePipe | None)
gas_lift_equipment (GasLiftEquipment | None)
flow_path (WellborePipeTypeEnum)
- __init__(start_date, root_pipe, md_vs_deviation=None, md_vs_tvd=None, child_pipe=None, gas_lift_equipment=None, flow_path=WellborePipeTypeEnum.casing)[source]#
- Parameters:
start_date (datetime)
root_pipe (WellborePipe)
md_vs_deviation (VsDepthVector | None)
md_vs_tvd (VsDepthVector | None)
child_pipe (WellborePipe | None)
gas_lift_equipment (GasLiftEquipment | None)
flow_path (WellborePipeTypeEnum)
- Return type:
None
- property start_date: datetime#
Gets the start date of this
WellboreGeometry.
- property root_pipe: WellborePipe#
Gets the root pipe of this
WellboreGeometry.
- property child_pipe: WellborePipe | None#
Gets the child pipe of this
WellboreGeometry.
- property gas_lift_equipment: GasLiftEquipment | None#
Gets the gas lift equipment of this
WellboreGeometry.
- property flow_path: WellborePipeTypeEnum#
Gets the flow path type.
- property deviation: VsDepthVector#
Gets the md_vs_deviation of this
WellboreGeometryas a VsDepthVector.
- property tvd: VsDepthVector#
Gets the md_vs_tvd of this
WellboreGeometry.