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
WellboreGeometry.child_pipe
Gets the child pipe of this
WellboreGeometry
.WellboreGeometry.deviation
Gets the md_vs_deviation of this
WellboreGeometry
as a VsDepthVector.WellboreGeometry.gas_lift_equipment
Gets the gas lift equipment of this
WellboreGeometry
.WellboreGeometry.is_annular_flow
Gets whether this
WellboreGeometry
has annular flow.WellboreGeometry.root_pipe
Gets the root pipe of this
WellboreGeometry
.WellboreGeometry.start_date
Gets the start date of this
WellboreGeometry
.WellboreGeometry.tvd
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)