pymead.utils.geometry.check_airfoil_self_intersection#

check_airfoil_self_intersection(coords: Tuple[tuple])[source]#

Determines whether the airfoil intersects itself using the is_simple() function of the shapely library.

Parameters:

coords (Tuple[tuple]) – Set of \(x\)-\(y\) coordinates representing the airfoil shape, where each inner tuple is an \(x\)-\(y\) pair.

Returns:

Describes whether the airfoil intersects itself

Return type:

bool