Skip to content

Commit

Permalink
Add message
Browse files Browse the repository at this point in the history
  • Loading branch information
psakievich committed Aug 25, 2022
1 parent 9b02c0b commit 858125c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions modules/openfast-library/src/FAST_Solver.f90
Original file line number Diff line number Diff line change
Expand Up @@ -607,6 +607,7 @@ SUBROUTINE AD_InputSolve_IfW( p_FAST, u_AD, y_IfW, y_OpFM, ErrStat, ErrMsg )
end if

if (u_AD%rotors(1)%NacelleMotion%NNodes > 0) then
! for cfd we will lump the hub and nacelle together
u_AD%rotors(1)%InflowOnNacelle(1) = y_OpFM%u(1)
u_AD%rotors(1)%InflowOnNacelle(2) = y_OpFM%v(1)
u_AD%rotors(1)%InflowOnNacelle(3) = y_OpFM%w(1)
Expand Down

0 comments on commit 858125c

Please sign in to comment.