Skip to content

Tortuosity Distribution Calculation of 3D Materials Datasets

License

Notifications You must be signed in to change notification settings

hssharadga/Tortuosity-MATLAB

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tortuosity Distribution Calculation of 3D Materials Datasets

Below should be concise enough legend of the calculation assumptions. The tortuosity is defined as the ratio of the actual (red) path to macroscale (black) path, calculated as a distribution by considering every entry point available in the entry surface. The connectivity neighborhood is assumed to be 6 nearest neighbors, as most FEM or FVM simulations will have the same connectivity.

[TD]=Tort3D(Alpha) finds the tortuosity distribution of a properly weighted 3D dataset Alpha. Every voxel in the dataset Alpha must have a value representing the tortuosity of the phase that the voxel represents. TD is a list of calculated tortuosity values.

[TD Tormap]=Tort3D(Alpha) will also generate a non-unique visualization of the calculated paths.

About

Tortuosity Distribution Calculation of 3D Materials Datasets

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 91.4%
  • MATLAB 8.6%