This is a module
io#
Collection of functions for import/export of data#
This module contains functionality for importing and exporting data between OpenPNM and other formats.
Functions
|
Loads a network from a CSV file. |
|
Loads the JGF file onto the given project. |
|
Load data from a 3DMA-Rock extracted network. |
Creates an OpenPNM Network from a undirected NetworkX graph object |
|
|
Loads a network from a PerGeos file. |
|
Load a network extracted using the PoreSpy package |
|
Load data from the 'dat' files located in specified folder. |
|
Saves the network and geometry data from the given objects into the specified file. |
|
Exports a network to a CSV file. |
|
Write the network to disk as a JGF file. |
|
Write OpenPNM Network to a NetworkX object. |
|
Converts network data to a Pandas DataFrame. |
|
|
|
Saves the network data and writes a Salome .py instruction file. |
|
Saves (transient/steady-state) data from the given objects into the specified file. |
|
Given an hdf5 file handle, prints to console in a human readable manner |
|
Save all the pore and throat data on the Network and Phase objects to a CSV file |
|
Returns a single dictionary object containing data from the given OpenPNM project, with the keys organized differently depending on optional arguments. |
|
Creates an HDF5 file containing data from the specified objects |
|
Convert the Network and Phase data to a Pandas DataFrame(s) |
|
Exports an OpenPNM network to a paraview state file. |
|
Save network and phase data to a single vtp file for visualizing in Paraview. |
|
Saves (transient/steady-state) data from the given objects into the specified file. |