bladex.deform.Deformation.compute_deformed_parameters

Deformation.compute_deformed_parameters(param, tol=0.001)[source]

This method uses the spline npoints interpolation of the parametric curve to extract the parameters corresponding to the radial distribution of the original undeformed array. Therefore the resulting deformed parameters should be arrays of same length like that of the original parameters.

Parameters:
  • param (str) – parameter corresponding to the parametric curve. possible values are chord, pitch, rake, skew, camber
  • tol (float) – tolerance required to find the B-spline estimation within the neighborhood of each of the radii sections. It is important to specify the value carefully as it depends on the order of the original array values, as well as the number of points for the spline interpolations. Default value is 1e-3