Skip to content

Commit

Permalink
Modified the HD linearization input translation perturbation to 0.02*D2R
Browse files Browse the repository at this point in the history
  • Loading branch information
HaymanConsulting committed Jan 3, 2019
1 parent 46a62eb commit 5195b97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules-local/hydrodyn/src/HydroDyn.f90
Original file line number Diff line number Diff line change
Expand Up @@ -2959,7 +2959,7 @@ SUBROUTINE HD_Init_Jacobian( p, u, y, InitOut, ErrStat, ErrMsg)

end if

perturb_t = 0.2_ReKi*D2R * max(p%WtrDpth,1.0_ReKi) ! translation input scaling ! LIN-TODO What about MSL offset?
perturb_t = 0.02_ReKi*D2R * max(p%WtrDpth,1.0_ReKi) ! translation input scaling ! LIN-TODO What about MSL offset?
perturb = 2*D2R ! rotational input scaling

index = 0
Expand Down

0 comments on commit 5195b97

Please sign in to comment.