Skip to content

Commit

Permalink
MAINT: removing duplicated cLift definition
Browse files Browse the repository at this point in the history
Co-authored-by: Giovani Hidalgo Ceotto <[email protected]>
  • Loading branch information
Gui-FernandesBR and giovaniceotto authored Nov 1, 2022
1 parent 024ea0f commit 57a93e7
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rocketpy/Flight.py
Original file line number Diff line number Diff line change
Expand Up @@ -1413,7 +1413,6 @@ def uDot(self, t, u, postProcessing=False):
if -1 * compStreamVzBn < 1:
compAttackAngle = np.arccos(-compStreamVzBn)
cLift = aerodynamicSurface.cl(compAttackAngle, freestreamMach)
cLift = aerodynamicSurface.cl(compAttackAngle, freestreamMach)
# Component lift force magnitude
compLift = (
0.5 * rho * (compStreamSpeed**2) * self.rocket.area * cLift
Expand Down

0 comments on commit 57a93e7

Please sign in to comment.