aerosandbox.aerodynamics.aero_2D.airfoil_inviscid

Attributes

a

Classes

AirfoilInviscid

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

Module Contents

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:
op_point[source]
ground_effect = False[source]
__repr__()[source]
_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]