Skip to content

Commit

Permalink
Merge pull request #24 from RyanDavies19/MD_rampInertialLoads
Browse files Browse the repository at this point in the history
Add intertialF_rampT as input option
  • Loading branch information
andrew-platt authored Jun 27, 2024
2 parents c0b1cf6 + f96db0b commit 4728181
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/moordyn/src/MoorDyn.f90
Original file line number Diff line number Diff line change
Expand Up @@ -461,6 +461,8 @@ SUBROUTINE MD_Init(InitInp, u, p, x, xd, z, other, y, m, DTcoupling, InitOut, Er
read (OptValue,*) p%cv
else if ( OptString == 'INERTIALF') then
read (OptValue,*) p%inertialF
else if ( OptString == 'INERTIALF_RAMPT') then
read (OptValue,*) p%inertialF_rampT
else
CALL SetErrStat( ErrID_Warn, 'Unable to interpret input '//trim(OptString)//' in OPTIONS section.', ErrStat, ErrMsg, RoutineName )
end if
Expand Down

0 comments on commit 4728181

Please sign in to comment.