AeroSurface Plots Class#

class rocketpy.plots.aero_surface_plots._AeroSurfacePlots[source]#

Abstract class that contains all aero surface plots.

__init__(aero_surface)[source]#

Initialize the class

Parameters:

aero_surface (rocketpy.AeroSurface) – AeroSurface object to be plotted

Return type:

None

lift()[source]#

Plots the lift coefficient of the aero surface as a function of Mach and the angle of attack. A 3D plot is expected. See the rocketpy.Function class for more information on how this plot is made.

Return type:

None

all()[source]#

Plots all aero surface plots.

Return type:

None