pofff.visualization.maps module
Script to overlay a modeling spatial map with contour lines based on the experimental data.
- pofff.visualization.maps.load_points(path)
Get the contours for the sand interfaces
- Args:
file (str): Name of the csv file with the spatial values
- Returns:
None
- pofff.visualization.maps.maps()
Overlay a modeling spatial map with contour lines based on the experimental data
- pofff.visualization.maps.pngs(simulations, experiment, x, z, points, lines, t)
Create a png from the segmented data with sand interfaces
- Args:
simulations (array): Segmented simulated results
experiment (array): Segmented experimental results
x (array): mesh grid
z (array): mesh grid
points (list): Locations of the sand interface vertices
lines (list): Connections between points
t (float): Value in hours for the spatial map
- Returns:
None
- pofff.visualization.maps.segment(file, satmin, conmin)
From continuous values to discrete for the gas and dissolevd co2
- Args:
file (str): Name of the csv file with the spatial values
satmin (float): Threshold for the gas saturation
conmin (float): Threshold for the dissolved co2
- Returns:
None