LiquidMotor Plots Class#

class rocketpy.plots.liquid_motor_plots._LiquidMotorPlots[source]#

Class that holds plot methods for LiquidMotor class.

Variables:

_LiquidMotorPlots.liquid_motor (LiquidMotor) – LiquidMotor object that will be used for the plots.

__init__(liquid_motor)[source]#

Initializes _MotorClass class.

Parameters:

liquid_motor (LiquidMotor) – Instance of the LiquidMotor class

Return type:

None

draw()[source]#

Draw a representation of the LiquidMotor.

Return type:

None

all()[source]#

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

Return type:

None