Skip to content
This repository has been archived by the owner on Nov 27, 2023. It is now read-only.

Commit

Permalink
fix comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrbortolotti committed Oct 17, 2023
1 parent 6462749 commit 38c04ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyFAST/converters/beamDynToHawc2.py
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ def beamDynToHawc2(BD_mainfile, BD_bladefile, H2_htcfile=None, H2_stfile=None, b
ac2c2 = (0.5 - ac) * chord
c2_x = ac_x + ac2c2 * np.sin(twist)
c2_y = ac_y + ac2c2 * np.cos(twist)
# # Get offsets from BD axis to c2 axis along the twisted frame of reference
# Get offsets from BD axis to c2 axis along the twisted frame of reference
c2BD_y = (c2_y - kp_y) / np.cos(twist)
c2BD_x = np.zeros_like(c2BD_y) # no x translation, we should be translating along the twisted chord

Expand Down

0 comments on commit 38c04ee

Please sign in to comment.