arch_dub_dlb

compas_tno.shapes.arch_dub_dlb(x, y, thk, t, H=1.0, L=2.0, x0=0.0)[source]

Computes the sensitivities of upper and lower bounds in the x, y coordinates and thickness specified.

Parameters
  • x (list) – x-coordinates of the points

  • y (list) – y-coordinates of the points

  • thk (float) – Thickness of the arch

  • t (float) – Parameter for lower bound in nodes in the boundary

  • H (float, optional) – Height of the arch, by default 1.00

  • L (float, optional) – Span of the arch, by default 2.0

  • x0 (float, optional) – Starting coordinate of the arch , by default 0.0

Returns

  • dub (array) – Values of the sensitivities for the upper bound in the points

  • dlb (array) – Values of the sensitivities for the lower bound in the points