pyopmnearwell.visualization.plotting module

“Script to plot OPM Flow results.

pyopmnearwell.visualization.plotting.all_injectivities(dic)

Function to plot the rates over the wells BHP

pyopmnearwell.visualization.plotting.capillary_pressure(dic)

Function to plot the capillary pressure function

pyopmnearwell.visualization.plotting.connections_injectivities(dic)

Function to plot the rates over the wells BHP

pyopmnearwell.visualization.plotting.evaluate_projections(dic)

Function to plot the 1D projected quantities along the z direction

pyopmnearwell.visualization.plotting.final_time_projections_bottom(dic)

Function to plot the 1D projected quantities along the z direction

pyopmnearwell.visualization.plotting.final_time_projections_layered(dic)

Function to plot the 1D projected quantities along the z direction

pyopmnearwell.visualization.plotting.final_time_projections_max(dic)

Function to plot the 1D normed quantities along the z direction

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.final_time_projections_norms(dic)

Function to plot the 1D normed quantities along the z direction

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.finish_plotting(dic, axis, j, fig, quantity)

Function to finish the final_time_projections_bottom method

pyopmnearwell.visualization.plotting.main()

Postprocessing

pyopmnearwell.visualization.plotting.over_time_layers(dic)

Function to plot the well injectivity

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.over_time_max_distance(dic)

Max horizontal distance from the well to the non-wetting plume

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.over_time_well_cell(dic)

Function to plot the 1D normed quantities along the z direction

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.over_time_well_injectivity(dic)

Function to plot the well injectivity

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.plot_results(dic)

Function to plot the 2D maps/1D projections for the different quantities

Args:

dic (dict): Global dictionary with required parameters

pyopmnearwell.visualization.plotting.read_table(table, kind)

Function to read the capillary pressure table

Args:

table (str): Name of the table file kind (int): Type of the format of the table

Returns:

data (list): List with the saturation and pressure values