airfoilprep.Airfoil.getPolar

Airfoil.getPolar(Re)[source]

Gets a Polar object for this airfoil at the specified Reynolds number.

Parameters:
Re : float

Reynolds number

Returns:
obj : Polar

a Polar object

Notes

Interpolates as necessary. If Reynolds number is larger than or smaller than the stored Polars, it returns the Polar with the closest Reynolds number.