LiquidMotor Prints Class#

class rocketpy.prints.liquid_motor_prints._LiquidMotorPrints[source]#

Class that holds prints methods for LiquidMotor class.

Variables:

_LiquidMotorPrints.liquid_motor (liquid_motor) – LiquidMotor object that will be used for the prints.

__init__(liquid_motor)[source]#

Initializes _LiquidMotorPrints class

Parameters:

liquid_motor (LiquidMotor) – Instance of the LiquidMotor class.

Return type:

None

nozzle_details()[source]#

Prints out all data available about the Nozzle.

Return type:

None

motor_details()[source]#

Prints out all data available about the motor.

Return type:

None

all()[source]#

Prints out all data available about the LiquidMotor.

Return type:

None