WellEventPerf

class rips.WellEventPerf

Bases: WellEvent

completion_number

Completion Number

Type:

int

diameter

Diameter

Type:

float

end_md

End MD

Type:

float

skin_factor

Skin Factor

Type:

float

start_md

Start MD

Type:

float

state

One of [OPEN, SHUT]

Type:

State

Methods Summary

add_filter([filter])

Set the cell filter associated with this perforation event (replaces any existing filter)

cell_filter()

Cell filter associated with this perforation event, or null if none

Methods Documentation

add_filter(filter: CellFilter | None = None) None

Set the cell filter associated with this perforation event (replaces any existing filter)

Parameters:

filter (Optional[CellFilter]) -- Cell Filter

Returns:

cell_filter() CellFilter | None

Cell filter associated with this perforation event, or null if none

Arguments:

Returns:

CellFilter