resqpy.faultΒΆ

Grid Connection Set class and related functions.

Classes

GridConnectionSet

Class for obj_GridConnectionSetRepresentation holding pairs of connected faces, usually for faults.

Functions

add_connection_set_and_tmults

Add a grid connection set to a resqml model, based on a fault include file and a dictionary of fault:tmult pairs.

cell_set_skin_connection_set

Add a grid connection set containing external faces of selected set of cells.

combined_tr_mult_from_gcs_mults

Returns a triplet of transmissibility multiplier arrays over grid faces by combining those from gcs'es.

grid_columns_property_from_gcs_property

Derives a new grid columns property (map) from a single-grid gcs property using values for k faces.

k_gap_connection_set

Returns a new GridConnectionSet representing K face connections where a K gap is zero thickness.

pinchout_connection_set

Returns a new GridConnectionSet representing non-standard K face connections across pinchouts.

remove_external_faces_from_faces_df

Returns a subset of the rows of faces dataframe, excluding rows on external faces.

standardize_face_indicator_in_faces_df

Sets face indicators to uppercase I, J or K, always with + or - following direction, in situ.

zero_base_cell_indices_in_faces_df

Decrements all the cell indices in the fault face dataframe, in situ (or increments if reverse is True).