expreccs.utils.mapproperties module#

Build grid coordinates and map wells, faults, sensors, and site regions.

The module derives regional, reference, and site cell geometry from refinement settings, assigns geological layers, locates model features, and optionally rotates the site grid. Derived arrays are stored in the shared configuration for deck generation and boundary projection.

mapping_properties(dic)[source]#

Build model coordinates and map geological feature positions.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

rotate_grid(dic)[source]#

Rotate site-grid pillar coordinates when requested.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

positions_regional(dic)[source]#

Locate wells, faults, sensors, and the site in the regional grid.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

positions_rotation(dic)[source]#

Locate site features on a rotated site grid.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

positions_site(dic)[source]#

Locate wells, faults, and the sensor in the site grid.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.

positions_reference(dic)[source]#

Locate wells, faults, sensors, and the site in the reference grid.

Parameters:
dicAny

Shared mutable expreccs configuration and runtime data.