plopm.utils.vtk module

Utiliy functions to write the vtks.

plopm.utils.vtk.get_flags()

Load the flags to remove all vtk properties and perform a minimal run

Args:

None

Returns:

flags (str): Standard simulator flags for OPM Flow thermal (str): Special flags for thermal runs micp (str): Special flags for micp runs

plopm.utils.vtk.make_dry_deck(dic)

Create a deck for the dry run

Args:

dic (dict): Global dictionary

Returns:

None

plopm.utils.vtk.make_vtks(dic)

Use OPM Flow to generate the vtk grid to populate with the given variables

Args:

dic (dict): Global dictionary

Returns:

None

plopm.utils.vtk.opmtovtk(dic, k)

Generate the vtks

Args:

dic (dict): Global dictionary

k (int): Index of the geological model

Returns:

None

plopm.utils.vtk.writepvd(dic, k)

Generate the pvd file

k (int): Index of the geological model

Args:

dic (dict): Global dictionary

Returns:

None