network_from_jsongraph#

network_from_jsongraph(filename)[source]#

Loads the JGF file onto the given project.

Parameters:

filename (str) – The name of the file containing the data to import. The formatting of this file is outlined below.

Returns:

network – An OpenPNM Network dictionary

Return type:

dict