expreccs.utils.mapboundaries module

Utiliy script for mapping to the site boundaries

expreccs.utils.mapboundaries.aquaflux_opm(dic, iteration='')

Function to read the fluxes and pressures from the regional

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.aquaflux_resdata(dic, iteration='')

Function to read the fluxes and pressures from the regional

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.handle_pressure_correction(dic)

Correct for the REG pres to the SITE on the z dir if refinement

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.handle_stencil_2p(dic, i)

Function to project the cell pressures to the cell faces

Args:

dic (dict): Global dictionary

i (int): Counter for the time in the schedule

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.handle_stencil_opm(dic, i)

Function to project the cell pressures to the cell faces

Args:

dic (dict): Global dictionary

i (int): Counter for the time in the schedule

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.handle_stencil_resdata(dic, i)

Function to project the cell pressures to the cell faces

Args:

dic (dict): Global dictionary

i (int): Counter for the time in the schedule

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.porv_projections(dic)

Function to project the pore volumes from the regional to the site.

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.porv_regional_segmentation(dic)

Function to locate the different sides for the pv projections

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.temporal_interpolation_flux(dic)

Function to interpolate the BC fluxes values in time

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

expreccs.utils.mapboundaries.temporal_interpolation_pressure(dic)

Function to interpolate the BC pressure values in time

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary