This is a module
simulations¶
Collection of functions for performing numerical simulations on images¶
This module contains routines for performing simulations directly on images.
|
Simulate drainage using image-based sphere insertion, optionally including gravity |
|
Performs a distance transform based drainage simulation using direct sphere insertion to accomplish dilation and distance transform thresholding for erosion |
|
Performs a distance transform based drainage simulation using distance transform thresholding for the erosion step and a second distance transform for the dilation step. |
|
Performs a distance transform based drainage simulation using distance transform thresholding for the erosion step and fft-based convolution for the dilation step. |
|
Performs a distance transform based drainage simulation using fft-based convolution for both the erosion and dilation steps |
|
Simulates non-wetting fluid injection on an image using the IBIP algorithm [1]_ |
|
Performs an imbibition simulation using image-based sphere insertion |
|
Performs a distance transform based imbibition simulation using direct sphere insertion to accomplish dilation and distance transform thresholding for erosion |
|
Performs a distance transform based imbibition simulation using distance transform thresholding for the erosion step and a second distance transform for the dilation step. |
|
Performs a distance transform based imbibition simulation using distance transform thresholding for the erosion step and fft-based convolution for the dilation step. |
|
Performs a distance transform based imbibition simulation using fft-based convolution for both the erosion and dilation steps |
|
Performs injection of non-wetting fluid including the effect of gravity and trapping of wetting phase. |
|
Simulates non-wetting injection using a priority queue, optionally including the effect of gravity |
|
Calculates the tortuosity of image in the specified direction. |