kappa_sdk.wellbore.WellborePipeSection#
- class kappa_sdk.wellbore.WellborePipeSection(name, length, inner_diameter, roughness, thickness=None, outer_diameter=None)[source]#
Attributes
Gets the inner diameter of this
WellborePipeSection.Gets the length of this
WellborePipeSection.Gets the name of this
WellborePipeSection.Gets the roughness of this
WellborePipeSection.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)
- __init__(name, length, inner_diameter, roughness, thickness=None, outer_diameter=None)[source]#
- Parameters:
name (str | None)
length (float)
inner_diameter (float)
roughness (float)
thickness (float | None)
outer_diameter (float | None)
- Return type:
None
- property name: str | None#
Gets the name of this
WellborePipeSection.
- property length: float#
Gets the length of this
WellborePipeSection.
- property inner_diameter: float#
Gets the inner diameter of this
WellborePipeSection.
- property thickness: float#
Gets the thickness of this
WellborePipeSection.
- property roughness: float#
Gets the roughness of this
WellborePipeSection.
- property outer_diameter: float#