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 541df1f commit 899292fCopy full SHA for 899292f
rocketpy/motors/empty_motor.py
@@ -72,3 +72,7 @@ def propellant_I_23(self):
72
@property
73
def propellant_I_33(self):
74
return Function(0, "Time (s)", "Propellant I_33 (kg m²)")
75
+
76
+ @property
77
+ def structural_mass_ratio(self):
78
+ return 0
rocketpy/motors/motor.py
@@ -1162,6 +1162,7 @@ def all_info(self):
1162
self.prints.all()
1163
self.plots.all()
1164
1165
1166
# TODO: move this class to a separate file, needs a breaking change warning
1167
class GenericMotor(Motor):
1168
"""Class that represents a simple motor defined mainly by its thrust curve.
0 commit comments