Exemplo n.º 1
0
 def get_airfoil(self, obj):
     return Airfoil.compute_trefftz_kutta(
         obj.real_part + 1j * obj.imag_part, obj.tau, obj.numpoints * 2 + 1)