Replies: 3 comments 14 replies
|
Hi @Camelot18 As fo your second question, you'll want to use the |
|
Dear Professor, Thank you for the kind reply. As for the op.topotools.extend function, can I add my own label name instead of pores? Otherwise, I'm afraid that they are messed up with the previous pores. Actually, I need to obtain this csv form where the coordinates and radius are functions of those of pores in the network I created. Looking forward to your reply. Best, |
|
I tried to add diameters for the newly added pores, but it didn't work, can you please check my code below? op.topotools.extend(network=pn, coords=hydrate_coords , labels=['hydrate'])
pn.add_model(propname='hydrate.diameter',
model=0.5*pn['pore.diameter'],
domain = 'hydrate', regen_mode='normal')Thanks in advance. |
Uh oh!
There was an error while loading. Please reload this page.
Dear Prof. Gostick,
Is it possible to generate a pore network with a specific porosity and pore throat size distribution in OpenPNM? It seems that we can only adjust the pore throat distribution function and obtain the porosity and the corresponding histogram, can we do the reverse? Or do we have to create such pore networks in Porespy by creating images and using the snow algorithm?
Also, how can I add more pores with known coordinates and diameters in the existing pore network?
Hope to hear from you soon.
Best,
Peter
All reactions