aerosandbox.aerodynamics.aero_2D.airfoil_inviscid#

Module Contents#

Classes#

AirfoilInviscid

An implicit analysis for inviscid analysis of an airfoil (or family of airfoils).

Attributes#

a

class aerosandbox.aerodynamics.aero_2D.airfoil_inviscid.AirfoilInviscid(airfoil, op_point, ground_effect=False)[source]#

Bases: aerosandbox.common.ImplicitAnalysis

An implicit analysis for inviscid analysis of an airfoil (or family of airfoils).

Key outputs:

  • AirfoilInviscid.Cl

Parameters:
__repr__()[source]#

Return repr(self).

_setup_unknowns()[source]#
calculate_velocity(x_field, y_field)[source]#
Return type:

[aerosandbox.numpy.ndarray, aerosandbox.numpy.ndarray]

_enforce_governing_equations()[source]#
_calculate_forces()[source]#
draw_streamlines(res=200, show=True)[source]#
draw_cp(show=True)[source]#
aerosandbox.aerodynamics.aero_2D.airfoil_inviscid.a[source]#