network_to_salome#
- network_to_salome(network, filename=None, explicit=False)[source]#
Saves the network data and writes a Salome .py instruction file.
- Parameters:
network (Network) – The network containing the desired data
Notes
This method only saves the data, not any of the pore-scale models or other attributes. To save an actual OpenPNM Project use the
Workspace
object.