Rocket Prints Class#

class rocketpy.prints.rocket_prints._RocketPrints[source]#

Class that holds prints methods for Rocket class.

Variables:

_RocketPrints.rocket (rocket) – Rocket object that will be used for the prints.

__init__(rocket)[source]#

Initializes _EnvironmentPrints class

Parameters:

rocket (rocketpy.rocket) – Instance of the rocket class.

Return type:

None

inertia_details()[source]#

Print inertia details.

Return type:

None

rocket_geometrical_parameters()[source]#

Print rocket geometrical parameters.

Return type:

None

rocket_aerodynamics_quantities()[source]#

Print rocket aerodynamics quantities.

Return type:

None

parachute_data()[source]#

Print parachute data.

Return type:

None

all()[source]#

Prints all print methods about the Environment.

Return type:

None