pyopmspe11.utils.runs module

Utiliy functions for the simulations, data processing, and plotting.

pyopmspe11.utils.runs.data(dic)

Write the benchmark data

Args:

dic (dict): Global dictionary

Returns:

None

pyopmspe11.utils.runs.plotting(dic)

Generate the figures

Args:

dic (dict): Global dictionary

Returns:

None

pyopmspe11.utils.runs.simulations(dic, deck, folder, dryrun)

Run OPM Flow

Args:

dic (dict): Global dictionary

deck (str): Name of the input deck

folder (str): Name of destination of the output files

dryrun (bool): Run a dry simulation for the initial files.

Returns:

None