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, is_annular_flow=False)[source]#
Attributes
Gets the child pipe of this
WellboreGeometry.Gets the md_vs_deviation of this
WellboreGeometryas a VsDepthVector.Gets the gas lift equipment of this
WellboreGeometry.Gets whether this
WellboreGeometryhas annular flow.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)
is_annular_flow (bool)
- __init__(start_date, root_pipe, md_vs_deviation=None, md_vs_tvd=None, child_pipe=None, gas_lift_equipment=None, is_annular_flow=False)[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)
is_annular_flow (bool)
- 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 is_annular_flow: bool#
Gets whether this
WellboreGeometryhas annular flow.
- property deviation: VsDepthVector#
Gets the md_vs_deviation of this
WellboreGeometryas a VsDepthVector.
- property tvd: VsDepthVector#
Gets the md_vs_tvd of this
WellboreGeometry.