diff --git a/rocketpy/motors/tank.py b/rocketpy/motors/tank.py index ff575afb4..6645e237b 100644 --- a/rocketpy/motors/tank.py +++ b/rocketpy/motors/tank.py @@ -414,6 +414,7 @@ def draw(self): """Draws the tank geometry.""" return self.plots.draw() + class MassFlowRateBasedTank(Tank): """Class to define a tank based on mass flow rates inputs. This class inherits from the Tank class. See the Tank class for more information