linedoublet#

Line-doublet elements for transient flow.

Implements line doublets used to model barriers in transient simulations.

Example:

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

Classes#

LineDoubletHoBase

Higher Order LineDoublet Base Class.

LeakyWall

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

LeakyWallString

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

LeakyLineDoublet

Deprecated alias for LeakyWall.

LeakyLineDoubletString

Deprecated alias for LeakyWallString.