conduit_lengths#

Conduit Lengths Models#

This model contains a selection of functions for Calculating conduit lengths in the network assuming pores and throats have different shapes.

Functions

circles_and_rectangles(network[, ...])

Calculates conduit lengths in the network assuming pores are circles and throats are rectangles.

cones_and_cylinders(network[, ...])

Calculates conduit lengths in the network assuming pores are cones and throats are cylinders.

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

Calculates conduit lengths in the network assuming pores are cubes and throats are cuboids.

hybrid_cones_and_cylinders(network[, ...])

Calculates conduit lengths in the network assuming pores are cones and throats are cylinders.

hybrid_pyramids_and_cuboids(network[, ...])

Calculates conduit lengths in the network assuming pores are truncated pyramids that intersect.

hybrid_trapezoids_and_rectangles(network[, ...])

Calculates conduit lengths in the network assuming pores are trapezoids and throats are rectangles.

intersecting_cones(network[, pore_coords, ...])

Calculates conduit lengths in the network assuming pores are cones that intersect.

intersecting_pyramids(network[, ...])

Calculates conduit lengths in the network assuming pores are intersecting pyramids.

intersecting_trapezoids(network[, ...])

Calculates conduit lengths in the network assuming pores are intersecting trapezoids.

pyramids_and_cuboids(network[, ...])

Calculates conduit lengths in the network assuming pores are truncated pyramids and throats are cuboids.

spheres_and_cylinders(network[, ...])

Calculates conduit lengths in the network assuming pores are spheres and throats are cylinders.

squares_and_rectangles(network[, ...])

Calculates conduit lengths in the network assuming pores are squares and throats are rectangles.

trapezoids_and_rectangles(network[, ...])

Calculates conduit lengths in the network assuming pores are trapezoids and throats are rectangles.