TankGeometry Plots Class#

class rocketpy.plots.tank_geometry_plots._TankGeometryPlots[source]#

Class that holds plot methods for TankGeometry class.

Variables:

_TankGeometryPlots.tank_geometry (TankGeometry) – TankGeometry object that will be used for the plots.

__init__(tank_geometry)[source]#

Initializes _MotorClass class.

Parameters:

tank_geometry (TankGeometry) – Instance of the TankGeometry class

Return type:

None

all()[source]#

Prints out all graphs available about the TankGeometry. It simply calls all the other plotter methods in this class.

Return type:

None