aerosandbox.aerodynamics.aero_2D.airfoil_inviscid ================================================= .. py:module:: aerosandbox.aerodynamics.aero_2D.airfoil_inviscid Attributes ---------- .. autoapisummary:: aerosandbox.aerodynamics.aero_2D.airfoil_inviscid.a Classes ------- .. autoapisummary:: aerosandbox.aerodynamics.aero_2D.airfoil_inviscid.AirfoilInviscid Module Contents --------------- .. py:class:: AirfoilInviscid(airfoil, op_point, ground_effect = False) Bases: :py:obj:`aerosandbox.common.ImplicitAnalysis` An implicit analysis for inviscid analysis of an airfoil (or family of airfoils). Key outputs: * AirfoilInviscid.Cl .. py:attribute:: op_point .. py:attribute:: ground_effect :value: False .. py:method:: __repr__() .. py:method:: _setup_unknowns() .. py:method:: calculate_velocity(x_field, y_field) .. py:method:: _enforce_governing_equations() .. py:method:: _calculate_forces() .. py:method:: draw_streamlines(res=200, show=True) .. py:method:: draw_cp(show=True) .. py:data:: a