Skip to content

Commit

Permalink
trigger build
Browse files Browse the repository at this point in the history
  • Loading branch information
sseraj committed Mar 25, 2022
1 parent 827bbce commit 2bd961c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions adflow/pyADflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -3595,6 +3595,7 @@ def _processAeroDerivatives(self, dIda, dIdBC):

elif key in self.possibleAeroDVs:
funcsSens[dvName] = dIda[self.possibleAeroDVs[key]]
# Convert angle derivatives from 1/rad to 1/deg
if key in ["alpha", "beta"]:
funcsSens[dvName] *= numpy.pi / 180.0

Expand Down

0 comments on commit 2bd961c

Please sign in to comment.