Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adding gravity to ibip #964

Open
wants to merge 99 commits into
base: dev
Choose a base branch
from
Open

Adding gravity to ibip #964

wants to merge 99 commits into from

Conversation

jgostick
Copy link
Member

@jgostick jgostick commented Jun 5, 2024

This PR adds a new algorithm for performing invasion percolation on images. It uses a priority-queue to provide a major speed improvement over ibip, and adds the ability to incorporate gravity borrowing inspiration from the drainage.

# Conflicts:
#	porespy/beta/__init__.py
# Conflicts:
#	src/porespy/beta/_gdd.py
#	src/porespy/beta/_imbibition.py
#	src/porespy/simulations/_find_trapped_pixels.py
#	src/porespy/simulations/_ibip_w_gravity.py
# Conflicts:
#	src/porespy/beta/_generators.py
# Conflicts:
#	src/porespy/filters/_funcs.py
#	src/porespy/simulations/_drainage.py
#	src/porespy/simulations/_ibip.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants