-
Notifications
You must be signed in to change notification settings - Fork 6
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
Negative values for tortuosity #92
Comments
Hi Isaac, Thanks for raising an issue! Our next release should solve this issue, and return a "not converged" message for the 2nd and 3rd dimensions. Thanks, |
There are my results, can anyone tell me is this is right or wrong? |
Hi @renxiaosa00, this depends on your microstructure, does it have percolating paths in the phase you're calculating tau for? |
Solved by #97 |
Description
I am running the taufactor solver for a large number of tif images using a loop. For the majority of the images it appears to work fine, but sometimes it returns a negative value for tortuosity. In these cases, I believe that the structure is actually impermeable (has an infinite tortuosity), but for some reason the solver converges to a negative value instead.
I have attached an example of a tif image which returns a negative tortuosity value for directions 2 and 3 (tau_yy and tau_zz).
I am calling the solver as follows:
I then rotate the image and repeat. For the image attached, I get the following output:
converged to: 1.3490620851516724 after: 201 iterations in: 0.123 seconds at a rate of 0.0006 s/iter
converged to: -14.758493423461914 after: 101 iterations in: 0.0612 seconds at a rate of 0.0006 s/iter
converged to: -161.89920043945312 after: 101 iterations in: 0.0622 seconds at a rate of 0.0006 s/iter
patch_1_1_2.zip
I should also mention that I am running Taufactor using cpu rather than cuda.
Thanks,
Isaac
The text was updated successfully, but these errors were encountered: