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 292ab84 commit b99afb1Copy full SHA for b99afb1
1 file changed
rocketpy/motors/solid_motor.py
@@ -417,9 +417,9 @@ def exhaust_velocity(self):
417
self.total_impulse / self.propellant_initial_mass
418
).set_discrete_based_on_model(self.thrust)
419
420
- @property
421
- def only_radial_burn(self):
422
- return self._only_radial_burn
+ # @property
+ # def only_radial_burn(self):
+ # return self._only_radial_burn
423
424
@property
425
def propellant_initial_mass(self):
0 commit comments