pore_surface_area#

Pore Surface Area Models#

This model contains a selection of functions for Calculating pore surface area.

Functions

circle(network[, pore_diameter, ...])

Calculates internal surface area of pore bodies assuming they are circular then subtracts the area of the neighboring throats.

cube(network[, pore_diameter, ...])

Calculates internal surface area of pore bodies assuming they are cubes then subtracts the area of the neighboring throats.

sphere(network[, pore_diameter, ...])

Calculates internal surface area of pore bodies assuming they are spheres, then subtracts the areas of the neighboring throats

square(network[, pore_diameter, ...])

Calculates internal surface area of pore bodies assuming they are squares then subtracts the area of the neighboring throats.