Fluid Plots Class#

class rocketpy.plots.fluid_plots._FluidPlots[source]#

Class that holds plot methods for Fluid class.

Variables:

_FluidPlots.fluid (Fluid) – Fluid object that will be used for the plots.

__init__(fluid)[source]#

Initializes _MotorClass class.

Parameters:

fluid (Fluid) – Instance of the Fluid class

Return type:

None

all()[source]#

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

Return type:

None