We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2143ed3 commit 234e10dCopy full SHA for 234e10d
rocketpy/rocket/rocket.py
@@ -448,7 +448,6 @@ def evaluate_structural_mass_ratio(self):
448
Initial structural mass ratio dry mass (Rocket + Motor) (kg)
449
divided by total mass (Rocket + Motor + Propellant) (kg).
450
"""
451
- # Make sure there is a motor associated with the rocket
452
453
self.structural_mass_ratio = self.dry_mass / (
454
self.dry_mass + self.motor.propellant_initial_mass
0 commit comments