lstein.lstein.LSteinPanel.get_rbounds¶
- LSteinPanel.get_rbounds() Tuple[float, float][source]¶
returns panel bounds in radial direction
method to compute bounds of the panel in radial direction
Parameters
Raises
- Returns
- r_lb
float
lower bound of the panel in x-direction (radially)
located at self.xlimdeadzone*self.LSC.xlimrange_plot
corresponds to self.xlims[0]
- r_ub
float
upper bound of the panel in x-direction (radially)
located at self.LSC.xlimrange_plot
corresponds to self.xlims[1]
Comments