PMEAL / OpenPNM

A Python package for performing pore network modeling of porous media
http://openpnm.org
MIT License
450 stars 174 forks source link

Create an 'property_override' method #72

Closed jgostick closed 10 years ago

jgostick commented 10 years ago

We need the ability to write new properties in some pores based on some size calculations other than those used in generate()

jgostick commented 10 years ago

This has been addressed by the MajorReno branch. The geometry calculations are now separate from the network generation step. You can recalculate pore (and throat) properties at will.