You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -257,7 +257,6 @@ SUBROUTINE WAMIT_Init( InitInp, u, p, x, xd, z, OtherState, y, m, Interval, ErrS
257
257
p%ExctnGridParams%pZero(4) =-Pi
258
258
end if
259
259
p%ExctnGridParams%n(4) = p%NExctnHdg+1
260
-
p%ExctnGridParams%Z_depth =-1.0! Set to Z_depth to a negative value to indicate uniform "z" grid for platform heading
261
260
262
261
! This module's implementation requires that if NBodyMod = 2 or 3, then there is one instance of a WAMIT module for each body, therefore, HydroDyn may have NBody > 1, but this WAMIT module will have NBody = 1
Copy file name to clipboardExpand all lines: modules/hydrodyn/src/WAMIT.txt
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,7 @@ usefrom Conv_Radiation.txt
17
17
usefrom SS_Radiation.txt
18
18
usefrom SS_Excitation.txt
19
19
usefrom SeaSt_WaveField.txt
20
+
usefrom GridInterp.txt
20
21
21
22
typedef WAMIT/WAMIT InitInputType INTEGER NBody - - - "[>=1; only used when PotMod=1. If NBodyMod=1, the WAMIT data contains a vector of size 6*NBody x 1 and matrices of size 6*NBody x 6*NBody; if NBodyMod>1, there are NBody sets of WAMIT data each with a vector of size 6 x 1 and matrices of size 6 x 6]" -
22
23
typedef ^ ^ INTEGER NBodyMod - - - "Body coupling model {1: include coupling terms between each body and NBody in HydroDyn equals NBODY in WAMIT, 2: neglect coupling terms between each body and NBODY=1 with XBODY=0 in WAMIT, 3: Neglect coupling terms between each body and NBODY=1 with XBODY=/0 in WAMIT} (switch) [only used when PotMod=1]" -
0 commit comments