Skip to content

Commit

Permalink
[BugFix] AD15 nacelle reference position was set to hub position #2
Browse files Browse the repository at this point in the history
Forgot to remove an override of the position for the Nacelle mesh in PR OpenFAST#982.
  • Loading branch information
andrew-platt committed Feb 14, 2022
1 parent e1e4078 commit 3875993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/aerodyn/src/AeroDyn.f90
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ subroutine Init_u( u, p, p_AD, InputFileData, InitInp, errStat, errMsg )

! set node initial position/orientation
position = InitInp%NacellePosition
position(1:2) = 0

call MeshPositionNode(u%NacelleMotion, 1, position, errStat2, errMsg2, orient=InitInp%NacelleOrientation)
call SetErrStat( errStat2, errMsg2, errStat, errMsg, RoutineName )

Expand Down

0 comments on commit 3875993

Please sign in to comment.