Skip to content

Commit 57a93e7

Browse files
MAINT: removing duplicated cLift definition
Co-authored-by: Giovani Hidalgo Ceotto <ghceotto@gmail.com>
1 parent 024ea0f commit 57a93e7

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

rocketpy/Flight.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1413,7 +1413,6 @@ def uDot(self, t, u, postProcessing=False):
14131413
if -1 * compStreamVzBn < 1:
14141414
compAttackAngle = np.arccos(-compStreamVzBn)
14151415
cLift = aerodynamicSurface.cl(compAttackAngle, freestreamMach)
1416-
cLift = aerodynamicSurface.cl(compAttackAngle, freestreamMach)
14171416
# Component lift force magnitude
14181417
compLift = (
14191418
0.5 * rho * (compStreamSpeed**2) * self.rocket.area * cLift

0 commit comments

Comments
 (0)