diff --git a/rocketpy/motors/motor.py b/rocketpy/motors/motor.py index 1af08d7f1..b2e658881 100644 --- a/rocketpy/motors/motor.py +++ b/rocketpy/motors/motor.py @@ -1214,7 +1214,7 @@ def propellant_initial_mass(self): """ return self.propellant_initial_mass - @funcify_method("Time (s)", "Exhaust velocity (m/s)") + @cached_property def exhaust_velocity(self): """Exhaust velocity by assuming it as a constant. The formula used is total impulse/propellant initial mass.