Skip to content

Commit

Permalink
HD: Fix HD added mass on member end (scaling factor) (Close OpenFAST#992
Browse files Browse the repository at this point in the history
)
  • Loading branch information
ebranlard committed Mar 11, 2022
1 parent 104f8fc commit 81df672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/hydrodyn/src/Morison.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2105,6 +2105,8 @@ SUBROUTINE Morison_Init( InitInp, u, p, x, xd, z, OtherState, y, m, Interval, In
END IF

END DO !J = 1, InitInp%InpJoints(I)%NConnections

Vn = Vn*TwoPi/3.0_ReKi ! Semisphere volume is Vn = 2/3 pi \sum (r_MG^3 k)

p%An_End(:,i) = An_drag
Amag_drag = Dot_Product(An_drag ,An_drag)
Expand Down

0 comments on commit 81df672

Please sign in to comment.