timflow.steady.linesink.RadialCollectorWell.compute_xy ====================================================== .. py:method:: timflow.steady.linesink.RadialCollectorWell.compute_xy(x, y, rcaisson, narms, nls, L, angle, layer_arms) Compute the x,y-coordinates array for the radial collector well. :param x: x-coordinate of the center of the collector well :type x: float :param y: y-coordinate of the center of the collector well :type y: float :param narms: number of arms :type narms: int :param nls: number of line sinks per arm :type nls: int or array :param L: length of each arm :type L: float or array :param angle: angle of first arm or of each arm :type angle: float or array :param rcaisson: radius of the caisson :type rcaisson: float :returns: **xy** -- array of shape (N, 4) with start and end coordinates of the line sinks on each row: [(x1, y1, x2, y2), ...] :rtype: np.array .. !! processed by numpydoc !!