linedoublet#

Line-doublet elements.

Implements line doublets used to model barriers.

Example:

ImpLineDoublet(ml, x1=-10, y1=0, x2=10, y2=0, layers=0)

Classes#

ImpermeableWall

Create a segment of an impermeable wall, which is simulated with a line-doublet.

LeakyWall

Create a segment of a leaky wall, which is simulated with a line-doublet.

ImpermeableWallString

Create a string of impermeable wall segments consisting of line-doublets.

LeakyWallString

Create a string of leaky wall segments consisting of line-doublets.

ImpLineDoublet

Deprecated alias for ImpermeableWall.

ImpLineDoubletString

Deprecated alias for ImpermeableWallString.

LeakyLineDoublet

Deprecated alias for LeakyWall.

LeakyLineDoubletString

Deprecated alias for LeakyWallString.