airfoilprep.Polar.blend

Polar.blend(other, weight)[source]

Blend this polar with another one with the specified weighting

Parameters :

other : Polar

another Polar object to blend with

weight : float

blending parameter between 0 and 1. 0 returns self, whereas 1 returns other.

Returns :

polar : Polar

a blended Polar

This Page