kappa_sdk.wellbore.WellborePipeSection#

class kappa_sdk.wellbore.WellborePipeSection(name, length, inner_diameter, roughness, thickness=None, outer_diameter=None)[source]#

Attributes

WellborePipeSection.inner_diameter

Gets the inner diameter of this WellborePipeSection.

WellborePipeSection.length

Gets the length of this WellborePipeSection.

WellborePipeSection.name

Gets the name of this WellborePipeSection.

WellborePipeSection.outer_diameter

WellborePipeSection.roughness

Gets the roughness of this WellborePipeSection.

WellborePipeSection.thickness

Gets the thickness of this WellborePipeSection.

Methods

Parameters:
  • name (str | None)

  • length (float)

  • inner_diameter (float)

  • roughness (float)

  • thickness (float | None)

  • outer_diameter (float | None)