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 9c006af commit ebe283bCopy full SHA for ebe283b
rocketpy/motors/liquid_motor.py
@@ -307,8 +307,7 @@ def propellant_I_11(self):
307
Function
308
Total propellant inertia tensor 11 component at time t relative to total propellant CoM.
309
"""
310
- I_11_prop_relative_to_prop_com = self.propellant_I_11_from_propellant_CM
311
- return I_11_prop_relative_to_prop_com
+ return self.propellant_I_11_from_propellant_CM
312
313
@funcify_method("Time (s)", "Inertia I_22 (kg m²)")
314
def propellant_I_22(self):
0 commit comments