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

Commit

Permalink
fix aother tiny comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrbortolotti committed Oct 17, 2023
1 parent 83c84c5 commit 18de6e1
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 @@ -122,7 +122,7 @@ def beamDynToHawc2(BD_mainfile, BD_bladefile, H2_htcfile=None, H2_stfile=None, b
c2BD_y = np.sqrt( (c2_y - kp_y)**2 + (c2_x - kp_x)**2 )
c2BD_x = np.zeros_like(c2BD_y) # no x translation, we should be translating along the twisted chord

# Translate matrices to from BD to c2 axis (translate along chord, x and twist are 0)
# Translate matrices from BD to c2 axis (translate along chord, x and twist are 0)
transform = TransformCrossSectionMatrix()
for iSpan in np.arange(len(K[0,0])):
K_bd_temp = np.zeros((6,6))
Expand Down

0 comments on commit 18de6e1

Please sign in to comment.