LeakyLineDoubletString#
- class timflow.steady.linedoublet.LeakyLineDoubletString(*args, **kwargs)#
Bases:
LeakyWallStringDeprecated alias for
LeakyWallString.Deprecated since version Use:
LeakyWallStringinstead. This alias will be removed in a future version.- potinf(x, y, aq=None)#
Returns array of size (nparam, naq).
- disvecinf(x, y, aq=None)#
Returns array of size (2, nparam, naq).
- potinflayers(x, y, layers, aq=None)#
Returns array of size (len(layers),nparam).
Only used in building equations.
- potentiallayers(x, y, layers, aq=None)#
Returns array of size len(layers) only used in building equations.
- disvec(x, y, aq=None)#
Returns array of size (2, nparam, naq).
- disvecinflayers(x, y, layers, aq=None)#
Returns two arrays of size (len(layers),nparam).
Only used in building equations.
- disveclayers(x, y, layers, aq=None)#
Returns two arrays of size len(layers) only used in building equations.
- equation()#
Mix-in class that returns matrix rows for leaky wall condition.
Qnormal = resfac * (headin - headout)
- Returns:
matrix – (nunknowns,neq)
rhs – (nunknowns)