network#

Network#

Contains network generators and the basic Network class

Classes

BodyCenteredCubic

Body-Centered Cubic lattice which is a simple cubic lattice with additional pores located in the center of each cubic unit cell.

Cubic

Simple cubic lattice with connectivity from 6 to 26

CubicTemplate

Simple cubic lattice with arbitrary domain shape specified by a template image

Delaunay

Random network formed by Delaunay tessellation of arbitrary base points

DelaunayVoronoiDual

Combined and interconnected Voronoi and Delaunay tessellations

Demo

A shortcut for generating a cubic network with geometrical properties already added.

FaceCenteredCubic

Face-Centered Cubic lattice which is a simple cubic lattice with additional pores located on each face of the cubic unit cells.

Network

This class contains the main functionality used by all networks.

Voronoi

Random network formed by Voronoi tessellation of arbitrary base points.