pymead.core.transformation.AirfoilTransformation#
- class AirfoilTransformation(dx, dy, alf, c)[source]#
Bases:
objectConvenience class for computing transformations of coordinate pairs \((x,y)\) to and from the airfoil-relative coordinate system.
Methods
transform_abs(coordinates)Computes the transformation of the coordinates from the airfoil-relative coordinate system to the absolute coordinate system.
transform_rel(coordinates)Computes the transformation of the coordinates from the absolute coordinate system to the airfoil-relative coordinate system.