Import CSV or VTK file of pore body and throat in openPNM #2417
Replies: 1 comment 3 replies
-
You can use import openpnm as op
net = op.network.GenericNetwork(coords=coords, conns=conns)
net["pore.diameter"] = Dp
net["throat.diameter"] = Dt where |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Dear Dr. @jgostick
I extracted the pore body data in both CSV (x,y,z,r) and VTK formats and pore throat data in both CSV (pore id1,pore id2,r) and VTK formats from Yade. Now I want to use openPNM for obtaining the permeability of the media.
Would you please let me know how I should modify the files and import them into the openPNM?
Should I combine them or just import the pore throat file for permeability?
Best regards,
Soheil
Beta Was this translation helpful? Give feedback.
All reactions