MeshDos.scale_normals_with_ub_lb

MeshDos.scale_normals_with_ub_lb(zub, zlb, tol=0.01)[source]

Scale the normals on the middle surface to match zub and zlb.

Parameters
  • zub (array (n x 1)) – Height of the nodes of extrados.

  • zlb (array (n x 1)) – Height of the nodes of intrados.

  • tol (float, optional) – The tolerance, by default 10e-3