SolidMotor Prints Class#

class rocketpy.prints.solid_motor_prints._SolidMotorPrints[source]#

Class that holds prints methods for SolidMotor class.

Variables:

_SolidMotorPrints.solid_motor (solid_motor) – SolidMotor object that will be used for the prints.

__init__(solid_motor)[source]#

Initializes _SolidMotorPrints class

Parameters:

solid_motor (SolidMotor) – Instance of the SolidMotor class.

Return type:

None

nozzle_details()[source]#

Prints out all data available about the SolidMotor nozzle.

Return type:

None

grain_details()[source]#

Prints out all data available about the SolidMotor grain.

Return type:

None

motor_details()[source]#

Prints out all data available about the SolidMotor.

Return type:

None

all()[source]#

Prints out all data available about the SolidMotor.

Return type:

None