pycopm.utils.files_writer module

Utiliy functions for necessary files and variables to run OPM Flow and ERT.

pycopm.utils.files_writer.coarser_files(dic)

Method to write files by running mako templates

Args:

dic (dict): Global dictionary

Returns:

None

pycopm.utils.files_writer.ert_files(dic)

Method to write the ERT deck

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

pycopm.utils.files_writer.grid_features(dic)

Method to write OPM grid related files

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

pycopm.utils.files_writer.opm_properties(dic)

Method to write OPM property files

Args:

dic (dict): Global dictionary

Returns:

dic (dict): Modified global dictionary

pycopm.utils.files_writer.write_let_tables(dic)

Method to write the LET saturation function tables

Args:

dic (dict): Global dictionary

Returns:

None