From ddd05a289d85acd3e11dd4b035c5707a450fc583 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Mon, 15 Sep 2025 10:25:38 -0600 Subject: [PATCH 1/2] Add example WAMIT input files for hd_NBodyMod* r-tests --- .../hd_NBodyMod1/WAMIT_Input/fnames.wam | 3 + .../hd_NBodyMod1/WAMIT_Input/semi_4body.cfg | 18 + .../hd_NBodyMod1/WAMIT_Input/semi_4body.frc | 9 + .../hd_NBodyMod1/WAMIT_Input/semi_4body.pot | 60 ++ .../hd_NBodyMod1/WAMIT_Input/semi_center.gdf | 417 ++++++++++++ .../hd_NBodyMod1/WAMIT_Input/semi_col.gdf | 615 ++++++++++++++++++ .../WAMIT_Input/semi_center/fnames.wam | 3 + .../WAMIT_Input/semi_center/semi_center.cfg | 18 + .../WAMIT_Input/semi_center/semi_center.frc | 9 + .../WAMIT_Input/semi_center/semi_center.gdf | 417 ++++++++++++ .../WAMIT_Input/semi_center/semi_center.pot | 48 ++ .../WAMIT_Input/semi_col/fnames.wam | 3 + .../WAMIT_Input/semi_col/semi_col.cfg | 18 + .../WAMIT_Input/semi_col/semi_col.frc | 9 + .../WAMIT_Input/semi_col/semi_col.gdf | 615 ++++++++++++++++++ .../WAMIT_Input/semi_col/semi_col.pot | 48 ++ .../WAMIT_Input/semi_center/fnames.wam | 3 + .../WAMIT_Input/semi_center/semi_center.cfg | 18 + .../WAMIT_Input/semi_center/semi_center.frc | 9 + .../WAMIT_Input/semi_center/semi_center.gdf | 417 ++++++++++++ .../WAMIT_Input/semi_center/semi_center.pot | 48 ++ .../WAMIT_Input/semi_col1/fnames.wam | 3 + .../WAMIT_Input/semi_col1/semi_col.gdf | 615 ++++++++++++++++++ .../WAMIT_Input/semi_col1/semi_col1.cfg | 18 + .../WAMIT_Input/semi_col1/semi_col1.frc | 9 + .../WAMIT_Input/semi_col1/semi_col1.pot | 48 ++ .../WAMIT_Input/semi_col2/fnames.wam | 3 + .../WAMIT_Input/semi_col2/semi_col.gdf | 615 ++++++++++++++++++ .../WAMIT_Input/semi_col2/semi_col2.cfg | 18 + .../WAMIT_Input/semi_col2/semi_col2.frc | 9 + .../WAMIT_Input/semi_col2/semi_col2.pot | 48 ++ .../WAMIT_Input/semi_col3/fnames.wam | 3 + .../WAMIT_Input/semi_col3/semi_col.gdf | 615 ++++++++++++++++++ .../WAMIT_Input/semi_col3/semi_col3.cfg | 18 + .../WAMIT_Input/semi_col3/semi_col3.frc | 9 + .../WAMIT_Input/semi_col3/semi_col3.pot | 48 ++ 36 files changed, 4884 insertions(+) create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.frc create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.pot create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_center.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_col.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.frc create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.pot create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.frc create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.pot create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.frc create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.pot create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.frc create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.pot create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.frc create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.pot create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/fnames.wam create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col.gdf create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.cfg create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.frc create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.pot diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/fnames.wam b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/fnames.wam new file mode 100644 index 000000000..f9b6f06f4 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/fnames.wam @@ -0,0 +1,3 @@ +semi_4body.cfg +semi_4body.pot +semi_4body.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.cfg b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.frc b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.frc new file mode 100644 index 000000000..9194c75af --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.frc @@ -0,0 +1,9 @@ +semi_4body.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.pot b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.pot new file mode 100644 index 000000000..45898fb02 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_4body.pot @@ -0,0 +1,60 @@ +semi_4body.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 4 NBODY + semi_center.gdf GDF FILE NAME +0.0 0.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS + semi_col.gdf GDF FILE NAME + 14.433756729740645 25.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS + semi_col.gdf GDF FILE NAME +-28.867513459481287 0.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS + semi_col.gdf GDF FILE NAME + 14.433756729740645 -25.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_center.gdf b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_center.gdf new file mode 100644 index 000000000..feee86369 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_center.gdf @@ -0,0 +1,417 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +9 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 3.250000 0.000000 -20.000000 + 3.250000 0.000000 -13.333333 + 3.250000 0.000000 -6.666667 + 3.250000 0.000000 0.000000 + 3.250012 0.189078 -20.000000 + 3.250012 0.189078 -13.333333 + 3.250012 0.189078 -6.666667 + 3.250012 0.189078 0.000000 + 3.216910 0.567228 -20.000000 + 3.216910 0.567228 -13.333333 + 3.216910 0.567228 -6.666667 + 3.216910 0.567228 0.000000 + 3.069547 1.117223 -20.000000 + 3.069547 1.117223 -13.333333 + 3.069547 1.117223 -6.666667 + 3.069547 1.117223 0.000000 + 2.828908 1.633271 -20.000000 + 2.828908 1.633271 -13.333333 + 2.828908 1.633271 -6.666667 + 2.828908 1.633271 0.000000 + 2.502316 2.099693 -20.000000 + 2.502316 2.099693 -13.333333 + 2.502316 2.099693 -6.666667 + 2.502316 2.099693 0.000000 + 2.099693 2.502316 -20.000000 + 2.099693 2.502316 -13.333333 + 2.099693 2.502316 -6.666667 + 2.099693 2.502316 0.000000 + 1.633271 2.828908 -20.000000 + 1.633271 2.828908 -13.333333 + 1.633271 2.828908 -6.666667 + 1.633271 2.828908 0.000000 + 1.117223 3.069545 -20.000000 + 1.117223 3.069545 -13.333333 + 1.117223 3.069545 -6.666667 + 1.117223 3.069545 0.000000 + 0.567229 3.216916 -20.000000 + 0.567229 3.216916 -13.333333 + 0.567229 3.216916 -6.666667 + 0.567229 3.216916 0.000000 + 0.000000 3.266542 -20.000000 + 0.000000 3.266542 -13.333333 + 0.000000 3.266542 -6.666667 + 0.000000 3.266542 0.000000 + -0.567229 3.216916 -20.000000 + -0.567229 3.216916 -13.333333 + -0.567229 3.216916 -6.666667 + -0.567229 3.216916 0.000000 + -1.117223 3.069545 -20.000000 + -1.117223 3.069545 -13.333333 + -1.117223 3.069545 -6.666667 + -1.117223 3.069545 0.000000 + -1.633271 2.828908 -20.000000 + -1.633271 2.828908 -13.333333 + -1.633271 2.828908 -6.666667 + -1.633271 2.828908 0.000000 + -2.099693 2.502316 -20.000000 + -2.099693 2.502316 -13.333333 + -2.099693 2.502316 -6.666667 + -2.099693 2.502316 0.000000 + -2.502316 2.099693 -20.000000 + -2.502316 2.099693 -13.333333 + -2.502316 2.099693 -6.666667 + -2.502316 2.099693 0.000000 + -2.828908 1.633271 -20.000000 + -2.828908 1.633271 -13.333333 + -2.828908 1.633271 -6.666667 + -2.828908 1.633271 0.000000 + -3.069547 1.117223 -20.000000 + -3.069547 1.117223 -13.333333 + -3.069547 1.117223 -6.666667 + -3.069547 1.117223 0.000000 + -3.216910 0.567228 -20.000000 + -3.216910 0.567228 -13.333333 + -3.216910 0.567228 -6.666667 + -3.216910 0.567228 0.000000 + -3.250012 0.189078 -20.000000 + -3.250012 0.189078 -13.333333 + -3.250012 0.189078 -6.666667 + -3.250012 0.189078 0.000000 + -3.250000 0.000000 -20.000000 + -3.250000 0.000000 -13.333333 + -3.250000 0.000000 -6.666667 + -3.250000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.000000 1.732051 0.000000 + 1.333333 1.154701 0.000000 + 1.666667 0.577350 0.000000 + 2.000000 0.000000 0.000000 + -1.000000 1.732051 0.000000 + -1.333333 1.154701 0.000000 + -1.666667 0.577350 0.000000 + -2.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.625000 2.814583 0.000000 + 1.416667 2.453739 0.000000 + 1.208333 2.092895 0.000000 + 1.000000 1.732051 0.000000 + 1.461260 2.909132 0.000000 + 1.270470 2.516772 0.000000 + 1.079679 2.124411 0.000000 + 0.888889 1.732051 0.000000 + 1.117221 3.069540 0.000000 + 0.967036 2.623710 0.000000 + 0.816851 2.177881 0.000000 + 0.666667 1.732051 0.000000 + 0.567230 3.216917 0.000000 + 0.489264 2.721962 0.000000 + 0.411299 2.227006 0.000000 + 0.333333 1.732051 0.000000 + 0.000000 3.266541 0.000000 + 0.000000 2.755044 0.000000 + 0.000000 2.243548 0.000000 + 0.000000 1.732051 0.000000 + -0.567230 3.216917 0.000000 + -0.489264 2.721962 0.000000 + -0.411299 2.227006 0.000000 + -0.333333 1.732051 0.000000 + -1.117221 3.069540 0.000000 + -0.967036 2.623710 0.000000 + -0.816851 2.177881 0.000000 + -0.666667 1.732051 0.000000 + -1.461260 2.909132 0.000000 + -1.270470 2.516772 0.000000 + -1.079679 2.124411 0.000000 + -0.888889 1.732051 0.000000 + -1.625000 2.814583 0.000000 + -1.416667 2.453739 0.000000 + -1.208333 2.092895 0.000000 + -1.000000 1.732051 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -1.625000 2.814583 0.000000 + -1.416667 2.453739 0.000000 + -1.208333 2.092895 0.000000 + -1.000000 1.732051 0.000000 + -1.788752 2.720054 0.000000 + -1.544353 2.358645 0.000000 + -1.299954 1.997235 0.000000 + -1.055556 1.635826 0.000000 + -2.099689 2.502312 0.000000 + -1.788682 2.149333 0.000000 + -1.477674 1.796354 0.000000 + -1.166667 1.443376 0.000000 + -2.502317 2.099694 0.000000 + -2.112656 1.784696 0.000000 + -1.722995 1.469698 0.000000 + -1.333333 1.154701 0.000000 + -2.828908 1.633271 0.000000 + -2.385938 1.377522 0.000000 + -1.942969 1.121774 0.000000 + -1.500000 0.866025 0.000000 + -3.069547 1.117223 0.000000 + -2.601920 0.937266 0.000000 + -2.134293 0.757308 0.000000 + -1.666667 0.577350 0.000000 + -3.216910 0.567228 0.000000 + -2.755718 0.474377 0.000000 + -2.294526 0.381526 0.000000 + -1.833333 0.288675 0.000000 + -3.250012 0.189078 0.000000 + -2.814823 0.158127 0.000000 + -2.379634 0.127176 0.000000 + -1.944444 0.096225 0.000000 + -3.250000 0.000000 0.000000 + -2.833333 0.000000 0.000000 + -2.416667 0.000000 0.000000 + -2.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.250000 0.000000 0.000000 + 2.833333 0.000000 0.000000 + 2.416667 0.000000 0.000000 + 2.000000 0.000000 0.000000 + 3.250012 0.189078 0.000000 + 2.814823 0.158127 0.000000 + 2.379634 0.127176 0.000000 + 1.944444 0.096225 0.000000 + 3.216910 0.567228 0.000000 + 2.755718 0.474377 0.000000 + 2.294526 0.381526 0.000000 + 1.833333 0.288675 0.000000 + 3.069547 1.117223 0.000000 + 2.601920 0.937266 0.000000 + 2.134293 0.757308 0.000000 + 1.666667 0.577350 0.000000 + 2.828908 1.633271 0.000000 + 2.385938 1.377522 0.000000 + 1.942969 1.121774 0.000000 + 1.500000 0.866025 0.000000 + 2.502317 2.099694 0.000000 + 2.112656 1.784696 0.000000 + 1.722995 1.469698 0.000000 + 1.333333 1.154701 0.000000 + 2.099689 2.502312 0.000000 + 1.788682 2.149333 0.000000 + 1.477674 1.796354 0.000000 + 1.166667 1.443376 0.000000 + 1.788752 2.720054 0.000000 + 1.544353 2.358645 0.000000 + 1.299954 1.997235 0.000000 + 1.055556 1.635826 0.000000 + 1.625000 2.814583 0.000000 + 1.416667 2.453739 0.000000 + 1.208333 2.092895 0.000000 + 1.000000 1.732051 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 2.000000 -0.000000 -20.000000 + 1.666667 0.577350 -20.000000 + 1.333333 1.154701 -20.000000 + 1.000000 1.732051 -20.000000 + -2.000000 0.000000 -20.000000 + -1.666667 0.577350 -20.000000 + -1.333333 1.154701 -20.000000 + -1.000000 1.732051 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.000000 1.732051 -20.000000 + 1.208333 2.092895 -20.000000 + 1.416667 2.453739 -20.000000 + 1.625000 2.814583 -20.000000 + 0.888889 1.732051 -20.000000 + 1.079679 2.124411 -20.000000 + 1.270470 2.516772 -20.000000 + 1.461260 2.909132 -20.000000 + 0.666667 1.732051 -20.000000 + 0.816851 2.177881 -20.000000 + 0.967036 2.623710 -20.000000 + 1.117221 3.069540 -20.000000 + 0.333333 1.732051 -20.000000 + 0.411299 2.227006 -20.000000 + 0.489264 2.721962 -20.000000 + 0.567230 3.216917 -20.000000 + 0.000000 1.732051 -20.000000 + 0.000000 2.243548 -20.000000 + 0.000000 2.755044 -20.000000 + 0.000000 3.266541 -20.000000 + -0.333333 1.732051 -20.000000 + -0.411299 2.227006 -20.000000 + -0.489264 2.721962 -20.000000 + -0.567230 3.216917 -20.000000 + -0.666667 1.732051 -20.000000 + -0.816851 2.177881 -20.000000 + -0.967036 2.623710 -20.000000 + -1.117221 3.069540 -20.000000 + -0.888889 1.732051 -20.000000 + -1.079679 2.124411 -20.000000 + -1.270470 2.516772 -20.000000 + -1.461260 2.909132 -20.000000 + -1.000000 1.732051 -20.000000 + -1.208333 2.092895 -20.000000 + -1.416667 2.453739 -20.000000 + -1.625000 2.814583 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -1.000000 1.732051 -20.000000 + -1.208333 2.092895 -20.000000 + -1.416667 2.453739 -20.000000 + -1.625000 2.814583 -20.000000 + -1.055556 1.635826 -20.000000 + -1.299954 1.997235 -20.000000 + -1.544353 2.358645 -20.000000 + -1.788752 2.720054 -20.000000 + -1.166667 1.443376 -20.000000 + -1.477674 1.796354 -20.000000 + -1.788682 2.149333 -20.000000 + -2.099689 2.502312 -20.000000 + -1.333333 1.154701 -20.000000 + -1.722995 1.469698 -20.000000 + -2.112656 1.784696 -20.000000 + -2.502317 2.099694 -20.000000 + -1.500000 0.866025 -20.000000 + -1.942969 1.121774 -20.000000 + -2.385938 1.377522 -20.000000 + -2.828908 1.633271 -20.000000 + -1.666667 0.577350 -20.000000 + -2.134293 0.757308 -20.000000 + -2.601920 0.937266 -20.000000 + -3.069547 1.117223 -20.000000 + -1.833333 0.288675 -20.000000 + -2.294526 0.381526 -20.000000 + -2.755718 0.474377 -20.000000 + -3.216910 0.567228 -20.000000 + -1.944444 0.096225 -20.000000 + -2.379634 0.127176 -20.000000 + -2.814823 0.158127 -20.000000 + -3.250012 0.189078 -20.000000 + -2.000000 0.000000 -20.000000 + -2.416667 0.000000 -20.000000 + -2.833333 0.000000 -20.000000 + -3.250000 0.000000 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 2.000000 -0.000000 -20.000000 + 2.416667 -0.000000 -20.000000 + 2.833333 -0.000000 -20.000000 + 3.250000 -0.000000 -20.000000 + 1.944444 0.096225 -20.000000 + 2.379634 0.127176 -20.000000 + 2.814823 0.158127 -20.000000 + 3.250012 0.189078 -20.000000 + 1.833333 0.288675 -20.000000 + 2.294526 0.381526 -20.000000 + 2.755718 0.474377 -20.000000 + 3.216910 0.567228 -20.000000 + 1.666667 0.577350 -20.000000 + 2.134293 0.757308 -20.000000 + 2.601920 0.937266 -20.000000 + 3.069547 1.117223 -20.000000 + 1.500000 0.866025 -20.000000 + 1.942969 1.121774 -20.000000 + 2.385938 1.377522 -20.000000 + 2.828908 1.633271 -20.000000 + 1.333333 1.154701 -20.000000 + 1.722995 1.469698 -20.000000 + 2.112656 1.784696 -20.000000 + 2.502317 2.099694 -20.000000 + 1.166667 1.443376 -20.000000 + 1.477674 1.796354 -20.000000 + 1.788682 2.149333 -20.000000 + 2.099689 2.502312 -20.000000 + 1.055556 1.635826 -20.000000 + 1.299954 1.997235 -20.000000 + 1.544353 2.358645 -20.000000 + 1.788752 2.720054 -20.000000 + 1.000000 1.732051 -20.000000 + 1.208333 2.092895 -20.000000 + 1.416667 2.453739 -20.000000 + 1.625000 2.814583 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_col.gdf b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_col.gdf new file mode 100644 index 000000000..111e15429 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/semi_col.gdf @@ -0,0 +1,615 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +11 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 6.000000 0.000000 -14.000000 + 6.000000 0.000000 -9.333333 + 6.000000 0.000000 -4.666667 + 6.000000 0.000000 0.000000 + 6.000023 0.349067 -14.000000 + 6.000023 0.349067 -9.333333 + 6.000023 0.349067 -4.666667 + 6.000023 0.349067 0.000000 + 5.938911 1.047191 -14.000000 + 5.938911 1.047191 -9.333333 + 5.938911 1.047191 -4.666667 + 5.938911 1.047191 0.000000 + 5.666856 2.062566 -14.000000 + 5.666856 2.062566 -9.333333 + 5.666856 2.062566 -4.666667 + 5.666856 2.062566 0.000000 + 5.222599 3.015269 -14.000000 + 5.222599 3.015269 -9.333333 + 5.222599 3.015269 -4.666667 + 5.222599 3.015269 0.000000 + 4.619661 3.876356 -14.000000 + 4.619661 3.876356 -9.333333 + 4.619661 3.876356 -4.666667 + 4.619661 3.876356 0.000000 + 3.876356 4.619661 -14.000000 + 3.876356 4.619661 -9.333333 + 3.876356 4.619661 -4.666667 + 3.876356 4.619661 0.000000 + 3.015270 5.222600 -14.000000 + 3.015270 5.222600 -9.333333 + 3.015270 5.222600 -4.666667 + 3.015270 5.222600 0.000000 + 2.062566 5.666853 -14.000000 + 2.062566 5.666853 -9.333333 + 2.062566 5.666853 -4.666667 + 2.062566 5.666853 0.000000 + 1.047192 5.938922 -14.000000 + 1.047192 5.938922 -9.333333 + 1.047192 5.938922 -4.666667 + 1.047192 5.938922 0.000000 + 0.000000 6.030539 -14.000000 + 0.000000 6.030539 -9.333333 + 0.000000 6.030539 -4.666667 + 0.000000 6.030539 0.000000 + -1.047192 5.938922 -14.000000 + -1.047192 5.938922 -9.333333 + -1.047192 5.938922 -4.666667 + -1.047192 5.938922 0.000000 + -2.062566 5.666853 -14.000000 + -2.062566 5.666853 -9.333333 + -2.062566 5.666853 -4.666667 + -2.062566 5.666853 0.000000 + -3.015270 5.222600 -14.000000 + -3.015270 5.222600 -9.333333 + -3.015270 5.222600 -4.666667 + -3.015270 5.222600 0.000000 + -3.876356 4.619661 -14.000000 + -3.876356 4.619661 -9.333333 + -3.876356 4.619661 -4.666667 + -3.876356 4.619661 0.000000 + -4.619661 3.876356 -14.000000 + -4.619661 3.876356 -9.333333 + -4.619661 3.876356 -4.666667 + -4.619661 3.876356 0.000000 + -5.222599 3.015269 -14.000000 + -5.222599 3.015269 -9.333333 + -5.222599 3.015269 -4.666667 + -5.222599 3.015269 0.000000 + -5.666856 2.062566 -14.000000 + -5.666856 2.062566 -9.333333 + -5.666856 2.062566 -4.666667 + -5.666856 2.062566 0.000000 + -5.938911 1.047191 -14.000000 + -5.938911 1.047191 -9.333333 + -5.938911 1.047191 -4.666667 + -5.938911 1.047191 0.000000 + -6.000023 0.349066 -14.000000 + -6.000023 0.349066 -9.333333 + -6.000023 0.349066 -4.666667 + -6.000023 0.349066 0.000000 + -6.000000 0.000000 -14.000000 + -6.000000 0.000000 -9.333333 + -6.000000 0.000000 -4.666667 + -6.000000 0.000000 0.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -14.000000 + 10.000000 0.000000 -14.000000 + 8.000000 0.000000 -14.000000 + 6.000000 0.000000 -14.000000 + 12.000046 0.698133 -14.000000 + 10.000038 0.581778 -14.000000 + 8.000030 0.465422 -14.000000 + 6.000023 0.349067 -14.000000 + 11.877822 2.094381 -14.000000 + 9.898185 1.745318 -14.000000 + 7.918548 1.396254 -14.000000 + 5.938911 1.047191 -14.000000 + 11.333712 4.125132 -14.000000 + 9.444760 3.437610 -14.000000 + 7.555808 2.750088 -14.000000 + 5.666856 2.062566 -14.000000 + 10.445199 6.030539 -14.000000 + 8.704332 5.025449 -14.000000 + 6.963466 4.020359 -14.000000 + 5.222599 3.015269 -14.000000 + 9.239322 7.752712 -14.000000 + 7.699435 6.460593 -14.000000 + 6.159548 5.168475 -14.000000 + 4.619661 3.876356 -14.000000 + 7.752712 9.239322 -14.000000 + 6.460593 7.699435 -14.000000 + 5.168474 6.159548 -14.000000 + 3.876356 4.619661 -14.000000 + 6.030539 10.445200 -14.000000 + 5.025449 8.704334 -14.000000 + 4.020359 6.963467 -14.000000 + 3.015270 5.222600 -14.000000 + 4.125132 11.333706 -14.000000 + 3.437610 9.444755 -14.000000 + 2.750088 7.555804 -14.000000 + 2.062566 5.666853 -14.000000 + 2.094384 11.877844 -14.000000 + 1.745320 9.898203 -14.000000 + 1.396256 7.918562 -14.000000 + 1.047192 5.938922 -14.000000 + 0.000000 12.061078 -14.000000 + 0.000000 10.050899 -14.000000 + 0.000000 8.040719 -14.000000 + 0.000000 6.030539 -14.000000 + -2.094384 11.877843 -14.000000 + -1.745320 9.898203 -14.000000 + -1.396256 7.918562 -14.000000 + -1.047192 5.938922 -14.000000 + -4.125132 11.333706 -14.000000 + -3.437610 9.444755 -14.000000 + -2.750088 7.555804 -14.000000 + -2.062566 5.666853 -14.000000 + -6.030539 10.445200 -14.000000 + -5.025449 8.704334 -14.000000 + -4.020359 6.963467 -14.000000 + -3.015270 5.222600 -14.000000 + -7.752712 9.239322 -14.000000 + -6.460593 7.699435 -14.000000 + -5.168474 6.159548 -14.000000 + -3.876356 4.619661 -14.000000 + -9.239322 7.752712 -14.000000 + -7.699435 6.460593 -14.000000 + -6.159548 5.168474 -14.000000 + -4.619661 3.876356 -14.000000 + -10.445199 6.030539 -14.000000 + -8.704332 5.025449 -14.000000 + -6.963466 4.020359 -14.000000 + -5.222599 3.015269 -14.000000 + -11.333712 4.125132 -14.000000 + -9.444760 3.437610 -14.000000 + -7.555808 2.750088 -14.000000 + -5.666856 2.062566 -14.000000 + -11.877822 2.094381 -14.000000 + -9.898185 1.745318 -14.000000 + -7.918548 1.396254 -14.000000 + -5.938911 1.047191 -14.000000 + -12.000046 0.698133 -14.000000 + -10.000038 0.581777 -14.000000 + -8.000030 0.465422 -14.000000 + -6.000023 0.349066 -14.000000 + -12.000000 0.000000 -14.000000 + -10.000000 0.000000 -14.000000 + -8.000000 0.000000 -14.000000 + -6.000000 0.000000 -14.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -20.000000 + 12.000000 0.000000 -18.000000 + 12.000000 0.000000 -16.000000 + 12.000000 0.000000 -14.000000 + 12.000046 0.698133 -20.000000 + 12.000046 0.698133 -18.000000 + 12.000046 0.698133 -16.000000 + 12.000046 0.698133 -14.000000 + 11.877822 2.094381 -20.000000 + 11.877822 2.094381 -18.000000 + 11.877822 2.094381 -16.000000 + 11.877822 2.094381 -14.000000 + 11.333712 4.125132 -20.000000 + 11.333712 4.125132 -18.000000 + 11.333712 4.125132 -16.000000 + 11.333712 4.125132 -14.000000 + 10.445199 6.030539 -20.000000 + 10.445199 6.030539 -18.000000 + 10.445199 6.030539 -16.000000 + 10.445199 6.030539 -14.000000 + 9.239322 7.752712 -20.000000 + 9.239322 7.752712 -18.000000 + 9.239322 7.752712 -16.000000 + 9.239322 7.752712 -14.000000 + 7.752712 9.239322 -20.000000 + 7.752712 9.239322 -18.000000 + 7.752712 9.239322 -16.000000 + 7.752712 9.239322 -14.000000 + 6.030539 10.445200 -20.000000 + 6.030539 10.445200 -18.000000 + 6.030539 10.445200 -16.000000 + 6.030539 10.445200 -14.000000 + 4.125132 11.333706 -20.000000 + 4.125132 11.333706 -18.000000 + 4.125132 11.333706 -16.000000 + 4.125132 11.333706 -14.000000 + 2.094384 11.877844 -20.000000 + 2.094384 11.877844 -18.000000 + 2.094384 11.877844 -16.000000 + 2.094384 11.877844 -14.000000 + 0.000000 12.061078 -20.000000 + 0.000000 12.061078 -18.000000 + 0.000000 12.061078 -16.000000 + 0.000000 12.061078 -14.000000 + -2.094384 11.877843 -20.000000 + -2.094384 11.877843 -18.000000 + -2.094384 11.877843 -16.000000 + -2.094384 11.877843 -14.000000 + -4.125132 11.333706 -20.000000 + -4.125132 11.333706 -18.000000 + -4.125132 11.333706 -16.000000 + -4.125132 11.333706 -14.000000 + -6.030539 10.445200 -20.000000 + -6.030539 10.445200 -18.000000 + -6.030539 10.445200 -16.000000 + -6.030539 10.445200 -14.000000 + -7.752712 9.239322 -20.000000 + -7.752712 9.239322 -18.000000 + -7.752712 9.239322 -16.000000 + -7.752712 9.239322 -14.000000 + -9.239322 7.752712 -20.000000 + -9.239322 7.752712 -18.000000 + -9.239322 7.752712 -16.000000 + -9.239322 7.752712 -14.000000 + -10.445199 6.030539 -20.000000 + -10.445199 6.030539 -18.000000 + -10.445199 6.030539 -16.000000 + -10.445199 6.030539 -14.000000 + -11.333712 4.125132 -20.000000 + -11.333712 4.125132 -18.000000 + -11.333712 4.125132 -16.000000 + -11.333712 4.125132 -14.000000 + -11.877822 2.094381 -20.000000 + -11.877822 2.094381 -18.000000 + -11.877822 2.094381 -16.000000 + -11.877822 2.094381 -14.000000 + -12.000046 0.698133 -20.000000 + -12.000046 0.698133 -18.000000 + -12.000046 0.698133 -16.000000 + -12.000046 0.698133 -14.000000 + -12.000000 0.000000 -20.000000 + -12.000000 0.000000 -18.000000 + -12.000000 0.000000 -16.000000 + -12.000000 0.000000 -14.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 1.732051 0.000000 + 2.500000 0.866025 0.000000 + 3.000000 0.000000 0.000000 + -1.500000 2.598076 0.000000 + -2.000000 1.732051 0.000000 + -2.500000 0.866025 0.000000 + -3.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.000000 5.196152 0.000000 + 2.500000 4.330127 0.000000 + 2.000000 3.464102 0.000000 + 1.500000 2.598076 0.000000 + 2.697711 5.370705 0.000000 + 2.242918 4.446496 0.000000 + 1.788126 3.522286 0.000000 + 1.333333 2.598076 0.000000 + 2.062562 5.666843 0.000000 + 1.708374 4.643921 0.000000 + 1.354187 3.620999 0.000000 + 1.000000 2.598076 0.000000 + 1.047193 5.938925 0.000000 + 0.864795 4.825308 0.000000 + 0.682398 3.711692 0.000000 + 0.500000 2.598076 0.000000 + 0.000000 6.030538 0.000000 + 0.000000 4.886384 0.000000 + 0.000000 3.742230 0.000000 + 0.000000 2.598076 0.000000 + -1.047193 5.938925 0.000000 + -0.864795 4.825308 0.000000 + -0.682398 3.711692 0.000000 + -0.500000 2.598076 0.000000 + -2.062562 5.666843 0.000000 + -1.708374 4.643921 0.000000 + -1.354187 3.620999 0.000000 + -1.000000 2.598076 0.000000 + -2.697711 5.370706 0.000000 + -2.242918 4.446496 0.000000 + -1.788126 3.522286 0.000000 + -1.333333 2.598076 0.000000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 3.464102 0.000000 + 2.500000 4.330127 0.000000 + 3.000000 5.196152 0.000000 + 1.583333 2.453739 0.000000 + 2.156326 3.309705 0.000000 + 2.729319 4.165672 0.000000 + 3.302312 5.021639 0.000000 + 1.750000 2.165064 0.000000 + 2.458783 2.983260 0.000000 + 3.167566 3.801456 0.000000 + 3.876349 4.619652 0.000000 + 2.000000 1.732051 0.000000 + 2.873221 2.446820 0.000000 + 3.746442 3.161589 0.000000 + 4.619663 3.876358 0.000000 + 2.250000 1.299038 0.000000 + 3.240866 1.871115 0.000000 + 4.231733 2.443192 0.000000 + 5.222599 3.015269 0.000000 + 2.500000 0.866025 0.000000 + 3.555619 1.264872 0.000000 + 4.611237 1.663719 0.000000 + 5.666856 2.062566 0.000000 + 2.750000 0.433013 0.000000 + 3.812970 0.637739 0.000000 + 4.875941 0.842465 0.000000 + 5.938911 1.047191 0.000000 + 2.916667 0.144338 0.000000 + 3.944452 0.212581 0.000000 + 4.972237 0.280824 0.000000 + 6.000023 0.349067 0.000000 + 3.000000 0.000000 0.000000 + 4.000000 0.000000 0.000000 + 5.000000 0.000000 0.000000 + 6.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + -3.302312 5.021639 0.000000 + -2.729319 4.165672 0.000000 + -2.156326 3.309705 0.000000 + -1.583333 2.453739 0.000000 + -3.876349 4.619652 0.000000 + -3.167566 3.801456 0.000000 + -2.458783 2.983260 0.000000 + -1.750000 2.165064 0.000000 + -4.619663 3.876358 0.000000 + -3.746442 3.161589 0.000000 + -2.873221 2.446820 0.000000 + -2.000000 1.732051 0.000000 + -5.222599 3.015269 0.000000 + -4.231733 2.443192 0.000000 + -3.240866 1.871115 0.000000 + -2.250000 1.299038 0.000000 + -5.666856 2.062566 0.000000 + -4.611237 1.663719 0.000000 + -3.555619 1.264872 0.000000 + -2.500000 0.866025 0.000000 + -5.938911 1.047191 0.000000 + -4.875941 0.842465 0.000000 + -3.812970 0.637739 0.000000 + -2.750000 0.433013 0.000000 + -6.000023 0.349067 0.000000 + -4.972237 0.280824 0.000000 + -3.944452 0.212581 0.000000 + -2.916667 0.144338 0.000000 + -6.000000 0.000000 0.000000 + -5.000000 0.000000 0.000000 + -4.000000 0.000000 0.000000 + -3.000000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 5.833333 2.020726 -20.000000 + 4.666667 4.041452 -20.000000 + 3.500000 6.062178 -20.000000 + -7.000000 0.000000 -20.000000 + -5.833333 2.020726 -20.000000 + -4.666667 4.041452 -20.000000 + -3.500000 6.062178 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + 3.111111 6.062178 -20.000000 + 3.872548 7.621922 -20.000000 + 4.633985 9.181667 -20.000000 + 5.395422 10.741411 -20.000000 + 2.333333 6.062178 -20.000000 + 2.930597 7.819347 -20.000000 + 3.527860 9.576517 -20.000000 + 4.125123 11.333687 -20.000000 + 1.166667 6.062178 -20.000000 + 1.475907 8.000735 -20.000000 + 1.785147 9.939292 -20.000000 + 2.094386 11.877849 -20.000000 + 0.000000 6.062178 -20.000000 + 0.000000 8.061810 -20.000000 + 0.000000 10.061443 -20.000000 + 0.000000 12.061075 -20.000000 + -1.166667 6.062178 -20.000000 + -1.475907 8.000735 -20.000000 + -1.785147 9.939292 -20.000000 + -2.094386 11.877849 -20.000000 + -2.333333 6.062178 -20.000000 + -2.930597 7.819347 -20.000000 + -3.527860 9.576517 -20.000000 + -4.125123 11.333687 -20.000000 + -3.111111 6.062178 -20.000000 + -3.872548 7.621922 -20.000000 + -4.633985 9.181667 -20.000000 + -5.395422 10.741411 -20.000000 + -3.500000 6.062178 -20.000000 + -4.333333 7.505553 -20.000000 + -5.166667 8.948929 -20.000000 + -6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 8.666667 0.000000 -20.000000 + 10.333333 0.000000 -20.000000 + 12.000000 0.000000 -20.000000 + 6.805556 0.336788 -20.000000 + 8.537052 0.457236 -20.000000 + 10.268549 0.577685 -20.000000 + 12.000046 0.698133 -20.000000 + 6.416667 1.010363 -20.000000 + 8.237052 1.371703 -20.000000 + 10.057437 1.733042 -20.000000 + 11.877822 2.094382 -20.000000 + 5.833333 2.020726 -20.000000 + 7.666793 2.722195 -20.000000 + 9.500253 3.423664 -20.000000 + 11.333712 4.125133 -20.000000 + 5.250000 3.031089 -20.000000 + 6.981733 4.030905 -20.000000 + 8.713465 5.030721 -20.000000 + 10.445198 6.030538 -20.000000 + 4.666667 4.041452 -20.000000 + 6.190886 5.278540 -20.000000 + 7.715106 6.515628 -20.000000 + 9.239326 7.752716 -20.000000 + 4.083333 5.051815 -20.000000 + 5.306455 6.447645 -20.000000 + 6.529577 7.843475 -20.000000 + 7.752699 9.239305 -20.000000 + 3.694444 5.725390 -20.000000 + 4.664504 7.164686 -20.000000 + 5.634564 8.603982 -20.000000 + 6.604624 10.043278 -20.000000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -12.000000 0.000000 -20.000000 + -10.333333 0.000000 -20.000000 + -8.666667 0.000000 -20.000000 + -7.000000 0.000000 -20.000000 + -12.000046 0.698133 -20.000000 + -10.268549 0.577685 -20.000000 + -8.537052 0.457236 -20.000000 + -6.805556 0.336788 -20.000000 + -11.877822 2.094382 -20.000000 + -10.057437 1.733042 -20.000000 + -8.237052 1.371703 -20.000000 + -6.416667 1.010363 -20.000000 + -11.333712 4.125133 -20.000000 + -9.500253 3.423664 -20.000000 + -7.666793 2.722195 -20.000000 + -5.833333 2.020726 -20.000000 + -10.445198 6.030538 -20.000000 + -8.713465 5.030721 -20.000000 + -6.981733 4.030905 -20.000000 + -5.250000 3.031089 -20.000000 + -9.239326 7.752716 -20.000000 + -7.715106 6.515628 -20.000000 + -6.190886 5.278540 -20.000000 + -4.666667 4.041452 -20.000000 + -7.752699 9.239305 -20.000000 + -6.529577 7.843475 -20.000000 + -5.306455 6.447645 -20.000000 + -4.083333 5.051815 -20.000000 + -6.604624 10.043278 -20.000000 + -5.634564 8.603982 -20.000000 + -4.664504 7.164686 -20.000000 + -3.694444 5.725390 -20.000000 + -6.000000 10.392305 -20.000000 + -5.166667 8.948929 -20.000000 + -4.333333 7.505553 -20.000000 + -3.500000 6.062178 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/fnames.wam b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/fnames.wam new file mode 100644 index 000000000..8714a82e3 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/fnames.wam @@ -0,0 +1,3 @@ +semi_center.cfg +semi_center.pot +semi_center.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.cfg b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.frc b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.frc new file mode 100644 index 000000000..27bc8420c --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.frc @@ -0,0 +1,9 @@ +semi_center.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.gdf b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.gdf new file mode 100644 index 000000000..feee86369 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.gdf @@ -0,0 +1,417 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +9 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 3.250000 0.000000 -20.000000 + 3.250000 0.000000 -13.333333 + 3.250000 0.000000 -6.666667 + 3.250000 0.000000 0.000000 + 3.250012 0.189078 -20.000000 + 3.250012 0.189078 -13.333333 + 3.250012 0.189078 -6.666667 + 3.250012 0.189078 0.000000 + 3.216910 0.567228 -20.000000 + 3.216910 0.567228 -13.333333 + 3.216910 0.567228 -6.666667 + 3.216910 0.567228 0.000000 + 3.069547 1.117223 -20.000000 + 3.069547 1.117223 -13.333333 + 3.069547 1.117223 -6.666667 + 3.069547 1.117223 0.000000 + 2.828908 1.633271 -20.000000 + 2.828908 1.633271 -13.333333 + 2.828908 1.633271 -6.666667 + 2.828908 1.633271 0.000000 + 2.502316 2.099693 -20.000000 + 2.502316 2.099693 -13.333333 + 2.502316 2.099693 -6.666667 + 2.502316 2.099693 0.000000 + 2.099693 2.502316 -20.000000 + 2.099693 2.502316 -13.333333 + 2.099693 2.502316 -6.666667 + 2.099693 2.502316 0.000000 + 1.633271 2.828908 -20.000000 + 1.633271 2.828908 -13.333333 + 1.633271 2.828908 -6.666667 + 1.633271 2.828908 0.000000 + 1.117223 3.069545 -20.000000 + 1.117223 3.069545 -13.333333 + 1.117223 3.069545 -6.666667 + 1.117223 3.069545 0.000000 + 0.567229 3.216916 -20.000000 + 0.567229 3.216916 -13.333333 + 0.567229 3.216916 -6.666667 + 0.567229 3.216916 0.000000 + 0.000000 3.266542 -20.000000 + 0.000000 3.266542 -13.333333 + 0.000000 3.266542 -6.666667 + 0.000000 3.266542 0.000000 + -0.567229 3.216916 -20.000000 + -0.567229 3.216916 -13.333333 + -0.567229 3.216916 -6.666667 + -0.567229 3.216916 0.000000 + -1.117223 3.069545 -20.000000 + -1.117223 3.069545 -13.333333 + -1.117223 3.069545 -6.666667 + -1.117223 3.069545 0.000000 + -1.633271 2.828908 -20.000000 + -1.633271 2.828908 -13.333333 + -1.633271 2.828908 -6.666667 + -1.633271 2.828908 0.000000 + -2.099693 2.502316 -20.000000 + -2.099693 2.502316 -13.333333 + -2.099693 2.502316 -6.666667 + -2.099693 2.502316 0.000000 + -2.502316 2.099693 -20.000000 + -2.502316 2.099693 -13.333333 + -2.502316 2.099693 -6.666667 + -2.502316 2.099693 0.000000 + -2.828908 1.633271 -20.000000 + -2.828908 1.633271 -13.333333 + -2.828908 1.633271 -6.666667 + -2.828908 1.633271 0.000000 + -3.069547 1.117223 -20.000000 + -3.069547 1.117223 -13.333333 + -3.069547 1.117223 -6.666667 + -3.069547 1.117223 0.000000 + -3.216910 0.567228 -20.000000 + -3.216910 0.567228 -13.333333 + -3.216910 0.567228 -6.666667 + -3.216910 0.567228 0.000000 + -3.250012 0.189078 -20.000000 + -3.250012 0.189078 -13.333333 + -3.250012 0.189078 -6.666667 + -3.250012 0.189078 0.000000 + -3.250000 0.000000 -20.000000 + -3.250000 0.000000 -13.333333 + -3.250000 0.000000 -6.666667 + -3.250000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.000000 1.732051 0.000000 + 1.333333 1.154701 0.000000 + 1.666667 0.577350 0.000000 + 2.000000 0.000000 0.000000 + -1.000000 1.732051 0.000000 + -1.333333 1.154701 0.000000 + -1.666667 0.577350 0.000000 + -2.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.625000 2.814583 0.000000 + 1.416667 2.453739 0.000000 + 1.208333 2.092895 0.000000 + 1.000000 1.732051 0.000000 + 1.461260 2.909132 0.000000 + 1.270470 2.516772 0.000000 + 1.079679 2.124411 0.000000 + 0.888889 1.732051 0.000000 + 1.117221 3.069540 0.000000 + 0.967036 2.623710 0.000000 + 0.816851 2.177881 0.000000 + 0.666667 1.732051 0.000000 + 0.567230 3.216917 0.000000 + 0.489264 2.721962 0.000000 + 0.411299 2.227006 0.000000 + 0.333333 1.732051 0.000000 + 0.000000 3.266541 0.000000 + 0.000000 2.755044 0.000000 + 0.000000 2.243548 0.000000 + 0.000000 1.732051 0.000000 + -0.567230 3.216917 0.000000 + -0.489264 2.721962 0.000000 + -0.411299 2.227006 0.000000 + -0.333333 1.732051 0.000000 + -1.117221 3.069540 0.000000 + -0.967036 2.623710 0.000000 + -0.816851 2.177881 0.000000 + -0.666667 1.732051 0.000000 + -1.461260 2.909132 0.000000 + -1.270470 2.516772 0.000000 + -1.079679 2.124411 0.000000 + -0.888889 1.732051 0.000000 + -1.625000 2.814583 0.000000 + -1.416667 2.453739 0.000000 + -1.208333 2.092895 0.000000 + -1.000000 1.732051 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -1.625000 2.814583 0.000000 + -1.416667 2.453739 0.000000 + -1.208333 2.092895 0.000000 + -1.000000 1.732051 0.000000 + -1.788752 2.720054 0.000000 + -1.544353 2.358645 0.000000 + -1.299954 1.997235 0.000000 + -1.055556 1.635826 0.000000 + -2.099689 2.502312 0.000000 + -1.788682 2.149333 0.000000 + -1.477674 1.796354 0.000000 + -1.166667 1.443376 0.000000 + -2.502317 2.099694 0.000000 + -2.112656 1.784696 0.000000 + -1.722995 1.469698 0.000000 + -1.333333 1.154701 0.000000 + -2.828908 1.633271 0.000000 + -2.385938 1.377522 0.000000 + -1.942969 1.121774 0.000000 + -1.500000 0.866025 0.000000 + -3.069547 1.117223 0.000000 + -2.601920 0.937266 0.000000 + -2.134293 0.757308 0.000000 + -1.666667 0.577350 0.000000 + -3.216910 0.567228 0.000000 + -2.755718 0.474377 0.000000 + -2.294526 0.381526 0.000000 + -1.833333 0.288675 0.000000 + -3.250012 0.189078 0.000000 + -2.814823 0.158127 0.000000 + -2.379634 0.127176 0.000000 + -1.944444 0.096225 0.000000 + -3.250000 0.000000 0.000000 + -2.833333 0.000000 0.000000 + -2.416667 0.000000 0.000000 + -2.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.250000 0.000000 0.000000 + 2.833333 0.000000 0.000000 + 2.416667 0.000000 0.000000 + 2.000000 0.000000 0.000000 + 3.250012 0.189078 0.000000 + 2.814823 0.158127 0.000000 + 2.379634 0.127176 0.000000 + 1.944444 0.096225 0.000000 + 3.216910 0.567228 0.000000 + 2.755718 0.474377 0.000000 + 2.294526 0.381526 0.000000 + 1.833333 0.288675 0.000000 + 3.069547 1.117223 0.000000 + 2.601920 0.937266 0.000000 + 2.134293 0.757308 0.000000 + 1.666667 0.577350 0.000000 + 2.828908 1.633271 0.000000 + 2.385938 1.377522 0.000000 + 1.942969 1.121774 0.000000 + 1.500000 0.866025 0.000000 + 2.502317 2.099694 0.000000 + 2.112656 1.784696 0.000000 + 1.722995 1.469698 0.000000 + 1.333333 1.154701 0.000000 + 2.099689 2.502312 0.000000 + 1.788682 2.149333 0.000000 + 1.477674 1.796354 0.000000 + 1.166667 1.443376 0.000000 + 1.788752 2.720054 0.000000 + 1.544353 2.358645 0.000000 + 1.299954 1.997235 0.000000 + 1.055556 1.635826 0.000000 + 1.625000 2.814583 0.000000 + 1.416667 2.453739 0.000000 + 1.208333 2.092895 0.000000 + 1.000000 1.732051 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 2.000000 -0.000000 -20.000000 + 1.666667 0.577350 -20.000000 + 1.333333 1.154701 -20.000000 + 1.000000 1.732051 -20.000000 + -2.000000 0.000000 -20.000000 + -1.666667 0.577350 -20.000000 + -1.333333 1.154701 -20.000000 + -1.000000 1.732051 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.000000 1.732051 -20.000000 + 1.208333 2.092895 -20.000000 + 1.416667 2.453739 -20.000000 + 1.625000 2.814583 -20.000000 + 0.888889 1.732051 -20.000000 + 1.079679 2.124411 -20.000000 + 1.270470 2.516772 -20.000000 + 1.461260 2.909132 -20.000000 + 0.666667 1.732051 -20.000000 + 0.816851 2.177881 -20.000000 + 0.967036 2.623710 -20.000000 + 1.117221 3.069540 -20.000000 + 0.333333 1.732051 -20.000000 + 0.411299 2.227006 -20.000000 + 0.489264 2.721962 -20.000000 + 0.567230 3.216917 -20.000000 + 0.000000 1.732051 -20.000000 + 0.000000 2.243548 -20.000000 + 0.000000 2.755044 -20.000000 + 0.000000 3.266541 -20.000000 + -0.333333 1.732051 -20.000000 + -0.411299 2.227006 -20.000000 + -0.489264 2.721962 -20.000000 + -0.567230 3.216917 -20.000000 + -0.666667 1.732051 -20.000000 + -0.816851 2.177881 -20.000000 + -0.967036 2.623710 -20.000000 + -1.117221 3.069540 -20.000000 + -0.888889 1.732051 -20.000000 + -1.079679 2.124411 -20.000000 + -1.270470 2.516772 -20.000000 + -1.461260 2.909132 -20.000000 + -1.000000 1.732051 -20.000000 + -1.208333 2.092895 -20.000000 + -1.416667 2.453739 -20.000000 + -1.625000 2.814583 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -1.000000 1.732051 -20.000000 + -1.208333 2.092895 -20.000000 + -1.416667 2.453739 -20.000000 + -1.625000 2.814583 -20.000000 + -1.055556 1.635826 -20.000000 + -1.299954 1.997235 -20.000000 + -1.544353 2.358645 -20.000000 + -1.788752 2.720054 -20.000000 + -1.166667 1.443376 -20.000000 + -1.477674 1.796354 -20.000000 + -1.788682 2.149333 -20.000000 + -2.099689 2.502312 -20.000000 + -1.333333 1.154701 -20.000000 + -1.722995 1.469698 -20.000000 + -2.112656 1.784696 -20.000000 + -2.502317 2.099694 -20.000000 + -1.500000 0.866025 -20.000000 + -1.942969 1.121774 -20.000000 + -2.385938 1.377522 -20.000000 + -2.828908 1.633271 -20.000000 + -1.666667 0.577350 -20.000000 + -2.134293 0.757308 -20.000000 + -2.601920 0.937266 -20.000000 + -3.069547 1.117223 -20.000000 + -1.833333 0.288675 -20.000000 + -2.294526 0.381526 -20.000000 + -2.755718 0.474377 -20.000000 + -3.216910 0.567228 -20.000000 + -1.944444 0.096225 -20.000000 + -2.379634 0.127176 -20.000000 + -2.814823 0.158127 -20.000000 + -3.250012 0.189078 -20.000000 + -2.000000 0.000000 -20.000000 + -2.416667 0.000000 -20.000000 + -2.833333 0.000000 -20.000000 + -3.250000 0.000000 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 2.000000 -0.000000 -20.000000 + 2.416667 -0.000000 -20.000000 + 2.833333 -0.000000 -20.000000 + 3.250000 -0.000000 -20.000000 + 1.944444 0.096225 -20.000000 + 2.379634 0.127176 -20.000000 + 2.814823 0.158127 -20.000000 + 3.250012 0.189078 -20.000000 + 1.833333 0.288675 -20.000000 + 2.294526 0.381526 -20.000000 + 2.755718 0.474377 -20.000000 + 3.216910 0.567228 -20.000000 + 1.666667 0.577350 -20.000000 + 2.134293 0.757308 -20.000000 + 2.601920 0.937266 -20.000000 + 3.069547 1.117223 -20.000000 + 1.500000 0.866025 -20.000000 + 1.942969 1.121774 -20.000000 + 2.385938 1.377522 -20.000000 + 2.828908 1.633271 -20.000000 + 1.333333 1.154701 -20.000000 + 1.722995 1.469698 -20.000000 + 2.112656 1.784696 -20.000000 + 2.502317 2.099694 -20.000000 + 1.166667 1.443376 -20.000000 + 1.477674 1.796354 -20.000000 + 1.788682 2.149333 -20.000000 + 2.099689 2.502312 -20.000000 + 1.055556 1.635826 -20.000000 + 1.299954 1.997235 -20.000000 + 1.544353 2.358645 -20.000000 + 1.788752 2.720054 -20.000000 + 1.000000 1.732051 -20.000000 + 1.208333 2.092895 -20.000000 + 1.416667 2.453739 -20.000000 + 1.625000 2.814583 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.pot b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.pot new file mode 100644 index 000000000..1113ffac4 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_center/semi_center.pot @@ -0,0 +1,48 @@ +semi_center.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 4 NBODY + semi_center.gdf GDF FILE NAME +0.0 0.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/fnames.wam b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/fnames.wam new file mode 100644 index 000000000..e065194aa --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/fnames.wam @@ -0,0 +1,3 @@ +semi_col.cfg +semi_col.pot +semi_col.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.cfg b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.frc b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.frc new file mode 100644 index 000000000..29eb5ab4d --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.frc @@ -0,0 +1,9 @@ +semi_col.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.gdf b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.gdf new file mode 100644 index 000000000..111e15429 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.gdf @@ -0,0 +1,615 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +11 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 6.000000 0.000000 -14.000000 + 6.000000 0.000000 -9.333333 + 6.000000 0.000000 -4.666667 + 6.000000 0.000000 0.000000 + 6.000023 0.349067 -14.000000 + 6.000023 0.349067 -9.333333 + 6.000023 0.349067 -4.666667 + 6.000023 0.349067 0.000000 + 5.938911 1.047191 -14.000000 + 5.938911 1.047191 -9.333333 + 5.938911 1.047191 -4.666667 + 5.938911 1.047191 0.000000 + 5.666856 2.062566 -14.000000 + 5.666856 2.062566 -9.333333 + 5.666856 2.062566 -4.666667 + 5.666856 2.062566 0.000000 + 5.222599 3.015269 -14.000000 + 5.222599 3.015269 -9.333333 + 5.222599 3.015269 -4.666667 + 5.222599 3.015269 0.000000 + 4.619661 3.876356 -14.000000 + 4.619661 3.876356 -9.333333 + 4.619661 3.876356 -4.666667 + 4.619661 3.876356 0.000000 + 3.876356 4.619661 -14.000000 + 3.876356 4.619661 -9.333333 + 3.876356 4.619661 -4.666667 + 3.876356 4.619661 0.000000 + 3.015270 5.222600 -14.000000 + 3.015270 5.222600 -9.333333 + 3.015270 5.222600 -4.666667 + 3.015270 5.222600 0.000000 + 2.062566 5.666853 -14.000000 + 2.062566 5.666853 -9.333333 + 2.062566 5.666853 -4.666667 + 2.062566 5.666853 0.000000 + 1.047192 5.938922 -14.000000 + 1.047192 5.938922 -9.333333 + 1.047192 5.938922 -4.666667 + 1.047192 5.938922 0.000000 + 0.000000 6.030539 -14.000000 + 0.000000 6.030539 -9.333333 + 0.000000 6.030539 -4.666667 + 0.000000 6.030539 0.000000 + -1.047192 5.938922 -14.000000 + -1.047192 5.938922 -9.333333 + -1.047192 5.938922 -4.666667 + -1.047192 5.938922 0.000000 + -2.062566 5.666853 -14.000000 + -2.062566 5.666853 -9.333333 + -2.062566 5.666853 -4.666667 + -2.062566 5.666853 0.000000 + -3.015270 5.222600 -14.000000 + -3.015270 5.222600 -9.333333 + -3.015270 5.222600 -4.666667 + -3.015270 5.222600 0.000000 + -3.876356 4.619661 -14.000000 + -3.876356 4.619661 -9.333333 + -3.876356 4.619661 -4.666667 + -3.876356 4.619661 0.000000 + -4.619661 3.876356 -14.000000 + -4.619661 3.876356 -9.333333 + -4.619661 3.876356 -4.666667 + -4.619661 3.876356 0.000000 + -5.222599 3.015269 -14.000000 + -5.222599 3.015269 -9.333333 + -5.222599 3.015269 -4.666667 + -5.222599 3.015269 0.000000 + -5.666856 2.062566 -14.000000 + -5.666856 2.062566 -9.333333 + -5.666856 2.062566 -4.666667 + -5.666856 2.062566 0.000000 + -5.938911 1.047191 -14.000000 + -5.938911 1.047191 -9.333333 + -5.938911 1.047191 -4.666667 + -5.938911 1.047191 0.000000 + -6.000023 0.349066 -14.000000 + -6.000023 0.349066 -9.333333 + -6.000023 0.349066 -4.666667 + -6.000023 0.349066 0.000000 + -6.000000 0.000000 -14.000000 + -6.000000 0.000000 -9.333333 + -6.000000 0.000000 -4.666667 + -6.000000 0.000000 0.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -14.000000 + 10.000000 0.000000 -14.000000 + 8.000000 0.000000 -14.000000 + 6.000000 0.000000 -14.000000 + 12.000046 0.698133 -14.000000 + 10.000038 0.581778 -14.000000 + 8.000030 0.465422 -14.000000 + 6.000023 0.349067 -14.000000 + 11.877822 2.094381 -14.000000 + 9.898185 1.745318 -14.000000 + 7.918548 1.396254 -14.000000 + 5.938911 1.047191 -14.000000 + 11.333712 4.125132 -14.000000 + 9.444760 3.437610 -14.000000 + 7.555808 2.750088 -14.000000 + 5.666856 2.062566 -14.000000 + 10.445199 6.030539 -14.000000 + 8.704332 5.025449 -14.000000 + 6.963466 4.020359 -14.000000 + 5.222599 3.015269 -14.000000 + 9.239322 7.752712 -14.000000 + 7.699435 6.460593 -14.000000 + 6.159548 5.168475 -14.000000 + 4.619661 3.876356 -14.000000 + 7.752712 9.239322 -14.000000 + 6.460593 7.699435 -14.000000 + 5.168474 6.159548 -14.000000 + 3.876356 4.619661 -14.000000 + 6.030539 10.445200 -14.000000 + 5.025449 8.704334 -14.000000 + 4.020359 6.963467 -14.000000 + 3.015270 5.222600 -14.000000 + 4.125132 11.333706 -14.000000 + 3.437610 9.444755 -14.000000 + 2.750088 7.555804 -14.000000 + 2.062566 5.666853 -14.000000 + 2.094384 11.877844 -14.000000 + 1.745320 9.898203 -14.000000 + 1.396256 7.918562 -14.000000 + 1.047192 5.938922 -14.000000 + 0.000000 12.061078 -14.000000 + 0.000000 10.050899 -14.000000 + 0.000000 8.040719 -14.000000 + 0.000000 6.030539 -14.000000 + -2.094384 11.877843 -14.000000 + -1.745320 9.898203 -14.000000 + -1.396256 7.918562 -14.000000 + -1.047192 5.938922 -14.000000 + -4.125132 11.333706 -14.000000 + -3.437610 9.444755 -14.000000 + -2.750088 7.555804 -14.000000 + -2.062566 5.666853 -14.000000 + -6.030539 10.445200 -14.000000 + -5.025449 8.704334 -14.000000 + -4.020359 6.963467 -14.000000 + -3.015270 5.222600 -14.000000 + -7.752712 9.239322 -14.000000 + -6.460593 7.699435 -14.000000 + -5.168474 6.159548 -14.000000 + -3.876356 4.619661 -14.000000 + -9.239322 7.752712 -14.000000 + -7.699435 6.460593 -14.000000 + -6.159548 5.168474 -14.000000 + -4.619661 3.876356 -14.000000 + -10.445199 6.030539 -14.000000 + -8.704332 5.025449 -14.000000 + -6.963466 4.020359 -14.000000 + -5.222599 3.015269 -14.000000 + -11.333712 4.125132 -14.000000 + -9.444760 3.437610 -14.000000 + -7.555808 2.750088 -14.000000 + -5.666856 2.062566 -14.000000 + -11.877822 2.094381 -14.000000 + -9.898185 1.745318 -14.000000 + -7.918548 1.396254 -14.000000 + -5.938911 1.047191 -14.000000 + -12.000046 0.698133 -14.000000 + -10.000038 0.581777 -14.000000 + -8.000030 0.465422 -14.000000 + -6.000023 0.349066 -14.000000 + -12.000000 0.000000 -14.000000 + -10.000000 0.000000 -14.000000 + -8.000000 0.000000 -14.000000 + -6.000000 0.000000 -14.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -20.000000 + 12.000000 0.000000 -18.000000 + 12.000000 0.000000 -16.000000 + 12.000000 0.000000 -14.000000 + 12.000046 0.698133 -20.000000 + 12.000046 0.698133 -18.000000 + 12.000046 0.698133 -16.000000 + 12.000046 0.698133 -14.000000 + 11.877822 2.094381 -20.000000 + 11.877822 2.094381 -18.000000 + 11.877822 2.094381 -16.000000 + 11.877822 2.094381 -14.000000 + 11.333712 4.125132 -20.000000 + 11.333712 4.125132 -18.000000 + 11.333712 4.125132 -16.000000 + 11.333712 4.125132 -14.000000 + 10.445199 6.030539 -20.000000 + 10.445199 6.030539 -18.000000 + 10.445199 6.030539 -16.000000 + 10.445199 6.030539 -14.000000 + 9.239322 7.752712 -20.000000 + 9.239322 7.752712 -18.000000 + 9.239322 7.752712 -16.000000 + 9.239322 7.752712 -14.000000 + 7.752712 9.239322 -20.000000 + 7.752712 9.239322 -18.000000 + 7.752712 9.239322 -16.000000 + 7.752712 9.239322 -14.000000 + 6.030539 10.445200 -20.000000 + 6.030539 10.445200 -18.000000 + 6.030539 10.445200 -16.000000 + 6.030539 10.445200 -14.000000 + 4.125132 11.333706 -20.000000 + 4.125132 11.333706 -18.000000 + 4.125132 11.333706 -16.000000 + 4.125132 11.333706 -14.000000 + 2.094384 11.877844 -20.000000 + 2.094384 11.877844 -18.000000 + 2.094384 11.877844 -16.000000 + 2.094384 11.877844 -14.000000 + 0.000000 12.061078 -20.000000 + 0.000000 12.061078 -18.000000 + 0.000000 12.061078 -16.000000 + 0.000000 12.061078 -14.000000 + -2.094384 11.877843 -20.000000 + -2.094384 11.877843 -18.000000 + -2.094384 11.877843 -16.000000 + -2.094384 11.877843 -14.000000 + -4.125132 11.333706 -20.000000 + -4.125132 11.333706 -18.000000 + -4.125132 11.333706 -16.000000 + -4.125132 11.333706 -14.000000 + -6.030539 10.445200 -20.000000 + -6.030539 10.445200 -18.000000 + -6.030539 10.445200 -16.000000 + -6.030539 10.445200 -14.000000 + -7.752712 9.239322 -20.000000 + -7.752712 9.239322 -18.000000 + -7.752712 9.239322 -16.000000 + -7.752712 9.239322 -14.000000 + -9.239322 7.752712 -20.000000 + -9.239322 7.752712 -18.000000 + -9.239322 7.752712 -16.000000 + -9.239322 7.752712 -14.000000 + -10.445199 6.030539 -20.000000 + -10.445199 6.030539 -18.000000 + -10.445199 6.030539 -16.000000 + -10.445199 6.030539 -14.000000 + -11.333712 4.125132 -20.000000 + -11.333712 4.125132 -18.000000 + -11.333712 4.125132 -16.000000 + -11.333712 4.125132 -14.000000 + -11.877822 2.094381 -20.000000 + -11.877822 2.094381 -18.000000 + -11.877822 2.094381 -16.000000 + -11.877822 2.094381 -14.000000 + -12.000046 0.698133 -20.000000 + -12.000046 0.698133 -18.000000 + -12.000046 0.698133 -16.000000 + -12.000046 0.698133 -14.000000 + -12.000000 0.000000 -20.000000 + -12.000000 0.000000 -18.000000 + -12.000000 0.000000 -16.000000 + -12.000000 0.000000 -14.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 1.732051 0.000000 + 2.500000 0.866025 0.000000 + 3.000000 0.000000 0.000000 + -1.500000 2.598076 0.000000 + -2.000000 1.732051 0.000000 + -2.500000 0.866025 0.000000 + -3.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.000000 5.196152 0.000000 + 2.500000 4.330127 0.000000 + 2.000000 3.464102 0.000000 + 1.500000 2.598076 0.000000 + 2.697711 5.370705 0.000000 + 2.242918 4.446496 0.000000 + 1.788126 3.522286 0.000000 + 1.333333 2.598076 0.000000 + 2.062562 5.666843 0.000000 + 1.708374 4.643921 0.000000 + 1.354187 3.620999 0.000000 + 1.000000 2.598076 0.000000 + 1.047193 5.938925 0.000000 + 0.864795 4.825308 0.000000 + 0.682398 3.711692 0.000000 + 0.500000 2.598076 0.000000 + 0.000000 6.030538 0.000000 + 0.000000 4.886384 0.000000 + 0.000000 3.742230 0.000000 + 0.000000 2.598076 0.000000 + -1.047193 5.938925 0.000000 + -0.864795 4.825308 0.000000 + -0.682398 3.711692 0.000000 + -0.500000 2.598076 0.000000 + -2.062562 5.666843 0.000000 + -1.708374 4.643921 0.000000 + -1.354187 3.620999 0.000000 + -1.000000 2.598076 0.000000 + -2.697711 5.370706 0.000000 + -2.242918 4.446496 0.000000 + -1.788126 3.522286 0.000000 + -1.333333 2.598076 0.000000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 3.464102 0.000000 + 2.500000 4.330127 0.000000 + 3.000000 5.196152 0.000000 + 1.583333 2.453739 0.000000 + 2.156326 3.309705 0.000000 + 2.729319 4.165672 0.000000 + 3.302312 5.021639 0.000000 + 1.750000 2.165064 0.000000 + 2.458783 2.983260 0.000000 + 3.167566 3.801456 0.000000 + 3.876349 4.619652 0.000000 + 2.000000 1.732051 0.000000 + 2.873221 2.446820 0.000000 + 3.746442 3.161589 0.000000 + 4.619663 3.876358 0.000000 + 2.250000 1.299038 0.000000 + 3.240866 1.871115 0.000000 + 4.231733 2.443192 0.000000 + 5.222599 3.015269 0.000000 + 2.500000 0.866025 0.000000 + 3.555619 1.264872 0.000000 + 4.611237 1.663719 0.000000 + 5.666856 2.062566 0.000000 + 2.750000 0.433013 0.000000 + 3.812970 0.637739 0.000000 + 4.875941 0.842465 0.000000 + 5.938911 1.047191 0.000000 + 2.916667 0.144338 0.000000 + 3.944452 0.212581 0.000000 + 4.972237 0.280824 0.000000 + 6.000023 0.349067 0.000000 + 3.000000 0.000000 0.000000 + 4.000000 0.000000 0.000000 + 5.000000 0.000000 0.000000 + 6.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + -3.302312 5.021639 0.000000 + -2.729319 4.165672 0.000000 + -2.156326 3.309705 0.000000 + -1.583333 2.453739 0.000000 + -3.876349 4.619652 0.000000 + -3.167566 3.801456 0.000000 + -2.458783 2.983260 0.000000 + -1.750000 2.165064 0.000000 + -4.619663 3.876358 0.000000 + -3.746442 3.161589 0.000000 + -2.873221 2.446820 0.000000 + -2.000000 1.732051 0.000000 + -5.222599 3.015269 0.000000 + -4.231733 2.443192 0.000000 + -3.240866 1.871115 0.000000 + -2.250000 1.299038 0.000000 + -5.666856 2.062566 0.000000 + -4.611237 1.663719 0.000000 + -3.555619 1.264872 0.000000 + -2.500000 0.866025 0.000000 + -5.938911 1.047191 0.000000 + -4.875941 0.842465 0.000000 + -3.812970 0.637739 0.000000 + -2.750000 0.433013 0.000000 + -6.000023 0.349067 0.000000 + -4.972237 0.280824 0.000000 + -3.944452 0.212581 0.000000 + -2.916667 0.144338 0.000000 + -6.000000 0.000000 0.000000 + -5.000000 0.000000 0.000000 + -4.000000 0.000000 0.000000 + -3.000000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 5.833333 2.020726 -20.000000 + 4.666667 4.041452 -20.000000 + 3.500000 6.062178 -20.000000 + -7.000000 0.000000 -20.000000 + -5.833333 2.020726 -20.000000 + -4.666667 4.041452 -20.000000 + -3.500000 6.062178 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + 3.111111 6.062178 -20.000000 + 3.872548 7.621922 -20.000000 + 4.633985 9.181667 -20.000000 + 5.395422 10.741411 -20.000000 + 2.333333 6.062178 -20.000000 + 2.930597 7.819347 -20.000000 + 3.527860 9.576517 -20.000000 + 4.125123 11.333687 -20.000000 + 1.166667 6.062178 -20.000000 + 1.475907 8.000735 -20.000000 + 1.785147 9.939292 -20.000000 + 2.094386 11.877849 -20.000000 + 0.000000 6.062178 -20.000000 + 0.000000 8.061810 -20.000000 + 0.000000 10.061443 -20.000000 + 0.000000 12.061075 -20.000000 + -1.166667 6.062178 -20.000000 + -1.475907 8.000735 -20.000000 + -1.785147 9.939292 -20.000000 + -2.094386 11.877849 -20.000000 + -2.333333 6.062178 -20.000000 + -2.930597 7.819347 -20.000000 + -3.527860 9.576517 -20.000000 + -4.125123 11.333687 -20.000000 + -3.111111 6.062178 -20.000000 + -3.872548 7.621922 -20.000000 + -4.633985 9.181667 -20.000000 + -5.395422 10.741411 -20.000000 + -3.500000 6.062178 -20.000000 + -4.333333 7.505553 -20.000000 + -5.166667 8.948929 -20.000000 + -6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 8.666667 0.000000 -20.000000 + 10.333333 0.000000 -20.000000 + 12.000000 0.000000 -20.000000 + 6.805556 0.336788 -20.000000 + 8.537052 0.457236 -20.000000 + 10.268549 0.577685 -20.000000 + 12.000046 0.698133 -20.000000 + 6.416667 1.010363 -20.000000 + 8.237052 1.371703 -20.000000 + 10.057437 1.733042 -20.000000 + 11.877822 2.094382 -20.000000 + 5.833333 2.020726 -20.000000 + 7.666793 2.722195 -20.000000 + 9.500253 3.423664 -20.000000 + 11.333712 4.125133 -20.000000 + 5.250000 3.031089 -20.000000 + 6.981733 4.030905 -20.000000 + 8.713465 5.030721 -20.000000 + 10.445198 6.030538 -20.000000 + 4.666667 4.041452 -20.000000 + 6.190886 5.278540 -20.000000 + 7.715106 6.515628 -20.000000 + 9.239326 7.752716 -20.000000 + 4.083333 5.051815 -20.000000 + 5.306455 6.447645 -20.000000 + 6.529577 7.843475 -20.000000 + 7.752699 9.239305 -20.000000 + 3.694444 5.725390 -20.000000 + 4.664504 7.164686 -20.000000 + 5.634564 8.603982 -20.000000 + 6.604624 10.043278 -20.000000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -12.000000 0.000000 -20.000000 + -10.333333 0.000000 -20.000000 + -8.666667 0.000000 -20.000000 + -7.000000 0.000000 -20.000000 + -12.000046 0.698133 -20.000000 + -10.268549 0.577685 -20.000000 + -8.537052 0.457236 -20.000000 + -6.805556 0.336788 -20.000000 + -11.877822 2.094382 -20.000000 + -10.057437 1.733042 -20.000000 + -8.237052 1.371703 -20.000000 + -6.416667 1.010363 -20.000000 + -11.333712 4.125133 -20.000000 + -9.500253 3.423664 -20.000000 + -7.666793 2.722195 -20.000000 + -5.833333 2.020726 -20.000000 + -10.445198 6.030538 -20.000000 + -8.713465 5.030721 -20.000000 + -6.981733 4.030905 -20.000000 + -5.250000 3.031089 -20.000000 + -9.239326 7.752716 -20.000000 + -7.715106 6.515628 -20.000000 + -6.190886 5.278540 -20.000000 + -4.666667 4.041452 -20.000000 + -7.752699 9.239305 -20.000000 + -6.529577 7.843475 -20.000000 + -5.306455 6.447645 -20.000000 + -4.083333 5.051815 -20.000000 + -6.604624 10.043278 -20.000000 + -5.634564 8.603982 -20.000000 + -4.664504 7.164686 -20.000000 + -3.694444 5.725390 -20.000000 + -6.000000 10.392305 -20.000000 + -5.166667 8.948929 -20.000000 + -4.333333 7.505553 -20.000000 + -3.500000 6.062178 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.pot b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.pot new file mode 100644 index 000000000..b2b64591d --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/semi_col/semi_col.pot @@ -0,0 +1,48 @@ +semi_col.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 1 NBODY + semi_col.gdf GDF FILE NAME + 0.0 0.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/fnames.wam b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/fnames.wam new file mode 100644 index 000000000..8714a82e3 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/fnames.wam @@ -0,0 +1,3 @@ +semi_center.cfg +semi_center.pot +semi_center.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.cfg b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.frc b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.frc new file mode 100644 index 000000000..27bc8420c --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.frc @@ -0,0 +1,9 @@ +semi_center.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.gdf b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.gdf new file mode 100644 index 000000000..feee86369 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.gdf @@ -0,0 +1,417 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +9 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 3.250000 0.000000 -20.000000 + 3.250000 0.000000 -13.333333 + 3.250000 0.000000 -6.666667 + 3.250000 0.000000 0.000000 + 3.250012 0.189078 -20.000000 + 3.250012 0.189078 -13.333333 + 3.250012 0.189078 -6.666667 + 3.250012 0.189078 0.000000 + 3.216910 0.567228 -20.000000 + 3.216910 0.567228 -13.333333 + 3.216910 0.567228 -6.666667 + 3.216910 0.567228 0.000000 + 3.069547 1.117223 -20.000000 + 3.069547 1.117223 -13.333333 + 3.069547 1.117223 -6.666667 + 3.069547 1.117223 0.000000 + 2.828908 1.633271 -20.000000 + 2.828908 1.633271 -13.333333 + 2.828908 1.633271 -6.666667 + 2.828908 1.633271 0.000000 + 2.502316 2.099693 -20.000000 + 2.502316 2.099693 -13.333333 + 2.502316 2.099693 -6.666667 + 2.502316 2.099693 0.000000 + 2.099693 2.502316 -20.000000 + 2.099693 2.502316 -13.333333 + 2.099693 2.502316 -6.666667 + 2.099693 2.502316 0.000000 + 1.633271 2.828908 -20.000000 + 1.633271 2.828908 -13.333333 + 1.633271 2.828908 -6.666667 + 1.633271 2.828908 0.000000 + 1.117223 3.069545 -20.000000 + 1.117223 3.069545 -13.333333 + 1.117223 3.069545 -6.666667 + 1.117223 3.069545 0.000000 + 0.567229 3.216916 -20.000000 + 0.567229 3.216916 -13.333333 + 0.567229 3.216916 -6.666667 + 0.567229 3.216916 0.000000 + 0.000000 3.266542 -20.000000 + 0.000000 3.266542 -13.333333 + 0.000000 3.266542 -6.666667 + 0.000000 3.266542 0.000000 + -0.567229 3.216916 -20.000000 + -0.567229 3.216916 -13.333333 + -0.567229 3.216916 -6.666667 + -0.567229 3.216916 0.000000 + -1.117223 3.069545 -20.000000 + -1.117223 3.069545 -13.333333 + -1.117223 3.069545 -6.666667 + -1.117223 3.069545 0.000000 + -1.633271 2.828908 -20.000000 + -1.633271 2.828908 -13.333333 + -1.633271 2.828908 -6.666667 + -1.633271 2.828908 0.000000 + -2.099693 2.502316 -20.000000 + -2.099693 2.502316 -13.333333 + -2.099693 2.502316 -6.666667 + -2.099693 2.502316 0.000000 + -2.502316 2.099693 -20.000000 + -2.502316 2.099693 -13.333333 + -2.502316 2.099693 -6.666667 + -2.502316 2.099693 0.000000 + -2.828908 1.633271 -20.000000 + -2.828908 1.633271 -13.333333 + -2.828908 1.633271 -6.666667 + -2.828908 1.633271 0.000000 + -3.069547 1.117223 -20.000000 + -3.069547 1.117223 -13.333333 + -3.069547 1.117223 -6.666667 + -3.069547 1.117223 0.000000 + -3.216910 0.567228 -20.000000 + -3.216910 0.567228 -13.333333 + -3.216910 0.567228 -6.666667 + -3.216910 0.567228 0.000000 + -3.250012 0.189078 -20.000000 + -3.250012 0.189078 -13.333333 + -3.250012 0.189078 -6.666667 + -3.250012 0.189078 0.000000 + -3.250000 0.000000 -20.000000 + -3.250000 0.000000 -13.333333 + -3.250000 0.000000 -6.666667 + -3.250000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.000000 1.732051 0.000000 + 1.333333 1.154701 0.000000 + 1.666667 0.577350 0.000000 + 2.000000 0.000000 0.000000 + -1.000000 1.732051 0.000000 + -1.333333 1.154701 0.000000 + -1.666667 0.577350 0.000000 + -2.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.625000 2.814583 0.000000 + 1.416667 2.453739 0.000000 + 1.208333 2.092895 0.000000 + 1.000000 1.732051 0.000000 + 1.461260 2.909132 0.000000 + 1.270470 2.516772 0.000000 + 1.079679 2.124411 0.000000 + 0.888889 1.732051 0.000000 + 1.117221 3.069540 0.000000 + 0.967036 2.623710 0.000000 + 0.816851 2.177881 0.000000 + 0.666667 1.732051 0.000000 + 0.567230 3.216917 0.000000 + 0.489264 2.721962 0.000000 + 0.411299 2.227006 0.000000 + 0.333333 1.732051 0.000000 + 0.000000 3.266541 0.000000 + 0.000000 2.755044 0.000000 + 0.000000 2.243548 0.000000 + 0.000000 1.732051 0.000000 + -0.567230 3.216917 0.000000 + -0.489264 2.721962 0.000000 + -0.411299 2.227006 0.000000 + -0.333333 1.732051 0.000000 + -1.117221 3.069540 0.000000 + -0.967036 2.623710 0.000000 + -0.816851 2.177881 0.000000 + -0.666667 1.732051 0.000000 + -1.461260 2.909132 0.000000 + -1.270470 2.516772 0.000000 + -1.079679 2.124411 0.000000 + -0.888889 1.732051 0.000000 + -1.625000 2.814583 0.000000 + -1.416667 2.453739 0.000000 + -1.208333 2.092895 0.000000 + -1.000000 1.732051 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -1.625000 2.814583 0.000000 + -1.416667 2.453739 0.000000 + -1.208333 2.092895 0.000000 + -1.000000 1.732051 0.000000 + -1.788752 2.720054 0.000000 + -1.544353 2.358645 0.000000 + -1.299954 1.997235 0.000000 + -1.055556 1.635826 0.000000 + -2.099689 2.502312 0.000000 + -1.788682 2.149333 0.000000 + -1.477674 1.796354 0.000000 + -1.166667 1.443376 0.000000 + -2.502317 2.099694 0.000000 + -2.112656 1.784696 0.000000 + -1.722995 1.469698 0.000000 + -1.333333 1.154701 0.000000 + -2.828908 1.633271 0.000000 + -2.385938 1.377522 0.000000 + -1.942969 1.121774 0.000000 + -1.500000 0.866025 0.000000 + -3.069547 1.117223 0.000000 + -2.601920 0.937266 0.000000 + -2.134293 0.757308 0.000000 + -1.666667 0.577350 0.000000 + -3.216910 0.567228 0.000000 + -2.755718 0.474377 0.000000 + -2.294526 0.381526 0.000000 + -1.833333 0.288675 0.000000 + -3.250012 0.189078 0.000000 + -2.814823 0.158127 0.000000 + -2.379634 0.127176 0.000000 + -1.944444 0.096225 0.000000 + -3.250000 0.000000 0.000000 + -2.833333 0.000000 0.000000 + -2.416667 0.000000 0.000000 + -2.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.250000 0.000000 0.000000 + 2.833333 0.000000 0.000000 + 2.416667 0.000000 0.000000 + 2.000000 0.000000 0.000000 + 3.250012 0.189078 0.000000 + 2.814823 0.158127 0.000000 + 2.379634 0.127176 0.000000 + 1.944444 0.096225 0.000000 + 3.216910 0.567228 0.000000 + 2.755718 0.474377 0.000000 + 2.294526 0.381526 0.000000 + 1.833333 0.288675 0.000000 + 3.069547 1.117223 0.000000 + 2.601920 0.937266 0.000000 + 2.134293 0.757308 0.000000 + 1.666667 0.577350 0.000000 + 2.828908 1.633271 0.000000 + 2.385938 1.377522 0.000000 + 1.942969 1.121774 0.000000 + 1.500000 0.866025 0.000000 + 2.502317 2.099694 0.000000 + 2.112656 1.784696 0.000000 + 1.722995 1.469698 0.000000 + 1.333333 1.154701 0.000000 + 2.099689 2.502312 0.000000 + 1.788682 2.149333 0.000000 + 1.477674 1.796354 0.000000 + 1.166667 1.443376 0.000000 + 1.788752 2.720054 0.000000 + 1.544353 2.358645 0.000000 + 1.299954 1.997235 0.000000 + 1.055556 1.635826 0.000000 + 1.625000 2.814583 0.000000 + 1.416667 2.453739 0.000000 + 1.208333 2.092895 0.000000 + 1.000000 1.732051 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 2.000000 -0.000000 -20.000000 + 1.666667 0.577350 -20.000000 + 1.333333 1.154701 -20.000000 + 1.000000 1.732051 -20.000000 + -2.000000 0.000000 -20.000000 + -1.666667 0.577350 -20.000000 + -1.333333 1.154701 -20.000000 + -1.000000 1.732051 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.000000 1.732051 -20.000000 + 1.208333 2.092895 -20.000000 + 1.416667 2.453739 -20.000000 + 1.625000 2.814583 -20.000000 + 0.888889 1.732051 -20.000000 + 1.079679 2.124411 -20.000000 + 1.270470 2.516772 -20.000000 + 1.461260 2.909132 -20.000000 + 0.666667 1.732051 -20.000000 + 0.816851 2.177881 -20.000000 + 0.967036 2.623710 -20.000000 + 1.117221 3.069540 -20.000000 + 0.333333 1.732051 -20.000000 + 0.411299 2.227006 -20.000000 + 0.489264 2.721962 -20.000000 + 0.567230 3.216917 -20.000000 + 0.000000 1.732051 -20.000000 + 0.000000 2.243548 -20.000000 + 0.000000 2.755044 -20.000000 + 0.000000 3.266541 -20.000000 + -0.333333 1.732051 -20.000000 + -0.411299 2.227006 -20.000000 + -0.489264 2.721962 -20.000000 + -0.567230 3.216917 -20.000000 + -0.666667 1.732051 -20.000000 + -0.816851 2.177881 -20.000000 + -0.967036 2.623710 -20.000000 + -1.117221 3.069540 -20.000000 + -0.888889 1.732051 -20.000000 + -1.079679 2.124411 -20.000000 + -1.270470 2.516772 -20.000000 + -1.461260 2.909132 -20.000000 + -1.000000 1.732051 -20.000000 + -1.208333 2.092895 -20.000000 + -1.416667 2.453739 -20.000000 + -1.625000 2.814583 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -1.000000 1.732051 -20.000000 + -1.208333 2.092895 -20.000000 + -1.416667 2.453739 -20.000000 + -1.625000 2.814583 -20.000000 + -1.055556 1.635826 -20.000000 + -1.299954 1.997235 -20.000000 + -1.544353 2.358645 -20.000000 + -1.788752 2.720054 -20.000000 + -1.166667 1.443376 -20.000000 + -1.477674 1.796354 -20.000000 + -1.788682 2.149333 -20.000000 + -2.099689 2.502312 -20.000000 + -1.333333 1.154701 -20.000000 + -1.722995 1.469698 -20.000000 + -2.112656 1.784696 -20.000000 + -2.502317 2.099694 -20.000000 + -1.500000 0.866025 -20.000000 + -1.942969 1.121774 -20.000000 + -2.385938 1.377522 -20.000000 + -2.828908 1.633271 -20.000000 + -1.666667 0.577350 -20.000000 + -2.134293 0.757308 -20.000000 + -2.601920 0.937266 -20.000000 + -3.069547 1.117223 -20.000000 + -1.833333 0.288675 -20.000000 + -2.294526 0.381526 -20.000000 + -2.755718 0.474377 -20.000000 + -3.216910 0.567228 -20.000000 + -1.944444 0.096225 -20.000000 + -2.379634 0.127176 -20.000000 + -2.814823 0.158127 -20.000000 + -3.250012 0.189078 -20.000000 + -2.000000 0.000000 -20.000000 + -2.416667 0.000000 -20.000000 + -2.833333 0.000000 -20.000000 + -3.250000 0.000000 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 2.000000 -0.000000 -20.000000 + 2.416667 -0.000000 -20.000000 + 2.833333 -0.000000 -20.000000 + 3.250000 -0.000000 -20.000000 + 1.944444 0.096225 -20.000000 + 2.379634 0.127176 -20.000000 + 2.814823 0.158127 -20.000000 + 3.250012 0.189078 -20.000000 + 1.833333 0.288675 -20.000000 + 2.294526 0.381526 -20.000000 + 2.755718 0.474377 -20.000000 + 3.216910 0.567228 -20.000000 + 1.666667 0.577350 -20.000000 + 2.134293 0.757308 -20.000000 + 2.601920 0.937266 -20.000000 + 3.069547 1.117223 -20.000000 + 1.500000 0.866025 -20.000000 + 1.942969 1.121774 -20.000000 + 2.385938 1.377522 -20.000000 + 2.828908 1.633271 -20.000000 + 1.333333 1.154701 -20.000000 + 1.722995 1.469698 -20.000000 + 2.112656 1.784696 -20.000000 + 2.502317 2.099694 -20.000000 + 1.166667 1.443376 -20.000000 + 1.477674 1.796354 -20.000000 + 1.788682 2.149333 -20.000000 + 2.099689 2.502312 -20.000000 + 1.055556 1.635826 -20.000000 + 1.299954 1.997235 -20.000000 + 1.544353 2.358645 -20.000000 + 1.788752 2.720054 -20.000000 + 1.000000 1.732051 -20.000000 + 1.208333 2.092895 -20.000000 + 1.416667 2.453739 -20.000000 + 1.625000 2.814583 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.pot b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.pot new file mode 100644 index 000000000..1113ffac4 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_center/semi_center.pot @@ -0,0 +1,48 @@ +semi_center.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 4 NBODY + semi_center.gdf GDF FILE NAME +0.0 0.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/fnames.wam b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/fnames.wam new file mode 100644 index 000000000..d1e9a29dd --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/fnames.wam @@ -0,0 +1,3 @@ +semi_col1.cfg +semi_col1.pot +semi_col1.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col.gdf b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col.gdf new file mode 100644 index 000000000..111e15429 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col.gdf @@ -0,0 +1,615 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +11 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 6.000000 0.000000 -14.000000 + 6.000000 0.000000 -9.333333 + 6.000000 0.000000 -4.666667 + 6.000000 0.000000 0.000000 + 6.000023 0.349067 -14.000000 + 6.000023 0.349067 -9.333333 + 6.000023 0.349067 -4.666667 + 6.000023 0.349067 0.000000 + 5.938911 1.047191 -14.000000 + 5.938911 1.047191 -9.333333 + 5.938911 1.047191 -4.666667 + 5.938911 1.047191 0.000000 + 5.666856 2.062566 -14.000000 + 5.666856 2.062566 -9.333333 + 5.666856 2.062566 -4.666667 + 5.666856 2.062566 0.000000 + 5.222599 3.015269 -14.000000 + 5.222599 3.015269 -9.333333 + 5.222599 3.015269 -4.666667 + 5.222599 3.015269 0.000000 + 4.619661 3.876356 -14.000000 + 4.619661 3.876356 -9.333333 + 4.619661 3.876356 -4.666667 + 4.619661 3.876356 0.000000 + 3.876356 4.619661 -14.000000 + 3.876356 4.619661 -9.333333 + 3.876356 4.619661 -4.666667 + 3.876356 4.619661 0.000000 + 3.015270 5.222600 -14.000000 + 3.015270 5.222600 -9.333333 + 3.015270 5.222600 -4.666667 + 3.015270 5.222600 0.000000 + 2.062566 5.666853 -14.000000 + 2.062566 5.666853 -9.333333 + 2.062566 5.666853 -4.666667 + 2.062566 5.666853 0.000000 + 1.047192 5.938922 -14.000000 + 1.047192 5.938922 -9.333333 + 1.047192 5.938922 -4.666667 + 1.047192 5.938922 0.000000 + 0.000000 6.030539 -14.000000 + 0.000000 6.030539 -9.333333 + 0.000000 6.030539 -4.666667 + 0.000000 6.030539 0.000000 + -1.047192 5.938922 -14.000000 + -1.047192 5.938922 -9.333333 + -1.047192 5.938922 -4.666667 + -1.047192 5.938922 0.000000 + -2.062566 5.666853 -14.000000 + -2.062566 5.666853 -9.333333 + -2.062566 5.666853 -4.666667 + -2.062566 5.666853 0.000000 + -3.015270 5.222600 -14.000000 + -3.015270 5.222600 -9.333333 + -3.015270 5.222600 -4.666667 + -3.015270 5.222600 0.000000 + -3.876356 4.619661 -14.000000 + -3.876356 4.619661 -9.333333 + -3.876356 4.619661 -4.666667 + -3.876356 4.619661 0.000000 + -4.619661 3.876356 -14.000000 + -4.619661 3.876356 -9.333333 + -4.619661 3.876356 -4.666667 + -4.619661 3.876356 0.000000 + -5.222599 3.015269 -14.000000 + -5.222599 3.015269 -9.333333 + -5.222599 3.015269 -4.666667 + -5.222599 3.015269 0.000000 + -5.666856 2.062566 -14.000000 + -5.666856 2.062566 -9.333333 + -5.666856 2.062566 -4.666667 + -5.666856 2.062566 0.000000 + -5.938911 1.047191 -14.000000 + -5.938911 1.047191 -9.333333 + -5.938911 1.047191 -4.666667 + -5.938911 1.047191 0.000000 + -6.000023 0.349066 -14.000000 + -6.000023 0.349066 -9.333333 + -6.000023 0.349066 -4.666667 + -6.000023 0.349066 0.000000 + -6.000000 0.000000 -14.000000 + -6.000000 0.000000 -9.333333 + -6.000000 0.000000 -4.666667 + -6.000000 0.000000 0.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -14.000000 + 10.000000 0.000000 -14.000000 + 8.000000 0.000000 -14.000000 + 6.000000 0.000000 -14.000000 + 12.000046 0.698133 -14.000000 + 10.000038 0.581778 -14.000000 + 8.000030 0.465422 -14.000000 + 6.000023 0.349067 -14.000000 + 11.877822 2.094381 -14.000000 + 9.898185 1.745318 -14.000000 + 7.918548 1.396254 -14.000000 + 5.938911 1.047191 -14.000000 + 11.333712 4.125132 -14.000000 + 9.444760 3.437610 -14.000000 + 7.555808 2.750088 -14.000000 + 5.666856 2.062566 -14.000000 + 10.445199 6.030539 -14.000000 + 8.704332 5.025449 -14.000000 + 6.963466 4.020359 -14.000000 + 5.222599 3.015269 -14.000000 + 9.239322 7.752712 -14.000000 + 7.699435 6.460593 -14.000000 + 6.159548 5.168475 -14.000000 + 4.619661 3.876356 -14.000000 + 7.752712 9.239322 -14.000000 + 6.460593 7.699435 -14.000000 + 5.168474 6.159548 -14.000000 + 3.876356 4.619661 -14.000000 + 6.030539 10.445200 -14.000000 + 5.025449 8.704334 -14.000000 + 4.020359 6.963467 -14.000000 + 3.015270 5.222600 -14.000000 + 4.125132 11.333706 -14.000000 + 3.437610 9.444755 -14.000000 + 2.750088 7.555804 -14.000000 + 2.062566 5.666853 -14.000000 + 2.094384 11.877844 -14.000000 + 1.745320 9.898203 -14.000000 + 1.396256 7.918562 -14.000000 + 1.047192 5.938922 -14.000000 + 0.000000 12.061078 -14.000000 + 0.000000 10.050899 -14.000000 + 0.000000 8.040719 -14.000000 + 0.000000 6.030539 -14.000000 + -2.094384 11.877843 -14.000000 + -1.745320 9.898203 -14.000000 + -1.396256 7.918562 -14.000000 + -1.047192 5.938922 -14.000000 + -4.125132 11.333706 -14.000000 + -3.437610 9.444755 -14.000000 + -2.750088 7.555804 -14.000000 + -2.062566 5.666853 -14.000000 + -6.030539 10.445200 -14.000000 + -5.025449 8.704334 -14.000000 + -4.020359 6.963467 -14.000000 + -3.015270 5.222600 -14.000000 + -7.752712 9.239322 -14.000000 + -6.460593 7.699435 -14.000000 + -5.168474 6.159548 -14.000000 + -3.876356 4.619661 -14.000000 + -9.239322 7.752712 -14.000000 + -7.699435 6.460593 -14.000000 + -6.159548 5.168474 -14.000000 + -4.619661 3.876356 -14.000000 + -10.445199 6.030539 -14.000000 + -8.704332 5.025449 -14.000000 + -6.963466 4.020359 -14.000000 + -5.222599 3.015269 -14.000000 + -11.333712 4.125132 -14.000000 + -9.444760 3.437610 -14.000000 + -7.555808 2.750088 -14.000000 + -5.666856 2.062566 -14.000000 + -11.877822 2.094381 -14.000000 + -9.898185 1.745318 -14.000000 + -7.918548 1.396254 -14.000000 + -5.938911 1.047191 -14.000000 + -12.000046 0.698133 -14.000000 + -10.000038 0.581777 -14.000000 + -8.000030 0.465422 -14.000000 + -6.000023 0.349066 -14.000000 + -12.000000 0.000000 -14.000000 + -10.000000 0.000000 -14.000000 + -8.000000 0.000000 -14.000000 + -6.000000 0.000000 -14.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -20.000000 + 12.000000 0.000000 -18.000000 + 12.000000 0.000000 -16.000000 + 12.000000 0.000000 -14.000000 + 12.000046 0.698133 -20.000000 + 12.000046 0.698133 -18.000000 + 12.000046 0.698133 -16.000000 + 12.000046 0.698133 -14.000000 + 11.877822 2.094381 -20.000000 + 11.877822 2.094381 -18.000000 + 11.877822 2.094381 -16.000000 + 11.877822 2.094381 -14.000000 + 11.333712 4.125132 -20.000000 + 11.333712 4.125132 -18.000000 + 11.333712 4.125132 -16.000000 + 11.333712 4.125132 -14.000000 + 10.445199 6.030539 -20.000000 + 10.445199 6.030539 -18.000000 + 10.445199 6.030539 -16.000000 + 10.445199 6.030539 -14.000000 + 9.239322 7.752712 -20.000000 + 9.239322 7.752712 -18.000000 + 9.239322 7.752712 -16.000000 + 9.239322 7.752712 -14.000000 + 7.752712 9.239322 -20.000000 + 7.752712 9.239322 -18.000000 + 7.752712 9.239322 -16.000000 + 7.752712 9.239322 -14.000000 + 6.030539 10.445200 -20.000000 + 6.030539 10.445200 -18.000000 + 6.030539 10.445200 -16.000000 + 6.030539 10.445200 -14.000000 + 4.125132 11.333706 -20.000000 + 4.125132 11.333706 -18.000000 + 4.125132 11.333706 -16.000000 + 4.125132 11.333706 -14.000000 + 2.094384 11.877844 -20.000000 + 2.094384 11.877844 -18.000000 + 2.094384 11.877844 -16.000000 + 2.094384 11.877844 -14.000000 + 0.000000 12.061078 -20.000000 + 0.000000 12.061078 -18.000000 + 0.000000 12.061078 -16.000000 + 0.000000 12.061078 -14.000000 + -2.094384 11.877843 -20.000000 + -2.094384 11.877843 -18.000000 + -2.094384 11.877843 -16.000000 + -2.094384 11.877843 -14.000000 + -4.125132 11.333706 -20.000000 + -4.125132 11.333706 -18.000000 + -4.125132 11.333706 -16.000000 + -4.125132 11.333706 -14.000000 + -6.030539 10.445200 -20.000000 + -6.030539 10.445200 -18.000000 + -6.030539 10.445200 -16.000000 + -6.030539 10.445200 -14.000000 + -7.752712 9.239322 -20.000000 + -7.752712 9.239322 -18.000000 + -7.752712 9.239322 -16.000000 + -7.752712 9.239322 -14.000000 + -9.239322 7.752712 -20.000000 + -9.239322 7.752712 -18.000000 + -9.239322 7.752712 -16.000000 + -9.239322 7.752712 -14.000000 + -10.445199 6.030539 -20.000000 + -10.445199 6.030539 -18.000000 + -10.445199 6.030539 -16.000000 + -10.445199 6.030539 -14.000000 + -11.333712 4.125132 -20.000000 + -11.333712 4.125132 -18.000000 + -11.333712 4.125132 -16.000000 + -11.333712 4.125132 -14.000000 + -11.877822 2.094381 -20.000000 + -11.877822 2.094381 -18.000000 + -11.877822 2.094381 -16.000000 + -11.877822 2.094381 -14.000000 + -12.000046 0.698133 -20.000000 + -12.000046 0.698133 -18.000000 + -12.000046 0.698133 -16.000000 + -12.000046 0.698133 -14.000000 + -12.000000 0.000000 -20.000000 + -12.000000 0.000000 -18.000000 + -12.000000 0.000000 -16.000000 + -12.000000 0.000000 -14.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 1.732051 0.000000 + 2.500000 0.866025 0.000000 + 3.000000 0.000000 0.000000 + -1.500000 2.598076 0.000000 + -2.000000 1.732051 0.000000 + -2.500000 0.866025 0.000000 + -3.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.000000 5.196152 0.000000 + 2.500000 4.330127 0.000000 + 2.000000 3.464102 0.000000 + 1.500000 2.598076 0.000000 + 2.697711 5.370705 0.000000 + 2.242918 4.446496 0.000000 + 1.788126 3.522286 0.000000 + 1.333333 2.598076 0.000000 + 2.062562 5.666843 0.000000 + 1.708374 4.643921 0.000000 + 1.354187 3.620999 0.000000 + 1.000000 2.598076 0.000000 + 1.047193 5.938925 0.000000 + 0.864795 4.825308 0.000000 + 0.682398 3.711692 0.000000 + 0.500000 2.598076 0.000000 + 0.000000 6.030538 0.000000 + 0.000000 4.886384 0.000000 + 0.000000 3.742230 0.000000 + 0.000000 2.598076 0.000000 + -1.047193 5.938925 0.000000 + -0.864795 4.825308 0.000000 + -0.682398 3.711692 0.000000 + -0.500000 2.598076 0.000000 + -2.062562 5.666843 0.000000 + -1.708374 4.643921 0.000000 + -1.354187 3.620999 0.000000 + -1.000000 2.598076 0.000000 + -2.697711 5.370706 0.000000 + -2.242918 4.446496 0.000000 + -1.788126 3.522286 0.000000 + -1.333333 2.598076 0.000000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 3.464102 0.000000 + 2.500000 4.330127 0.000000 + 3.000000 5.196152 0.000000 + 1.583333 2.453739 0.000000 + 2.156326 3.309705 0.000000 + 2.729319 4.165672 0.000000 + 3.302312 5.021639 0.000000 + 1.750000 2.165064 0.000000 + 2.458783 2.983260 0.000000 + 3.167566 3.801456 0.000000 + 3.876349 4.619652 0.000000 + 2.000000 1.732051 0.000000 + 2.873221 2.446820 0.000000 + 3.746442 3.161589 0.000000 + 4.619663 3.876358 0.000000 + 2.250000 1.299038 0.000000 + 3.240866 1.871115 0.000000 + 4.231733 2.443192 0.000000 + 5.222599 3.015269 0.000000 + 2.500000 0.866025 0.000000 + 3.555619 1.264872 0.000000 + 4.611237 1.663719 0.000000 + 5.666856 2.062566 0.000000 + 2.750000 0.433013 0.000000 + 3.812970 0.637739 0.000000 + 4.875941 0.842465 0.000000 + 5.938911 1.047191 0.000000 + 2.916667 0.144338 0.000000 + 3.944452 0.212581 0.000000 + 4.972237 0.280824 0.000000 + 6.000023 0.349067 0.000000 + 3.000000 0.000000 0.000000 + 4.000000 0.000000 0.000000 + 5.000000 0.000000 0.000000 + 6.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + -3.302312 5.021639 0.000000 + -2.729319 4.165672 0.000000 + -2.156326 3.309705 0.000000 + -1.583333 2.453739 0.000000 + -3.876349 4.619652 0.000000 + -3.167566 3.801456 0.000000 + -2.458783 2.983260 0.000000 + -1.750000 2.165064 0.000000 + -4.619663 3.876358 0.000000 + -3.746442 3.161589 0.000000 + -2.873221 2.446820 0.000000 + -2.000000 1.732051 0.000000 + -5.222599 3.015269 0.000000 + -4.231733 2.443192 0.000000 + -3.240866 1.871115 0.000000 + -2.250000 1.299038 0.000000 + -5.666856 2.062566 0.000000 + -4.611237 1.663719 0.000000 + -3.555619 1.264872 0.000000 + -2.500000 0.866025 0.000000 + -5.938911 1.047191 0.000000 + -4.875941 0.842465 0.000000 + -3.812970 0.637739 0.000000 + -2.750000 0.433013 0.000000 + -6.000023 0.349067 0.000000 + -4.972237 0.280824 0.000000 + -3.944452 0.212581 0.000000 + -2.916667 0.144338 0.000000 + -6.000000 0.000000 0.000000 + -5.000000 0.000000 0.000000 + -4.000000 0.000000 0.000000 + -3.000000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 5.833333 2.020726 -20.000000 + 4.666667 4.041452 -20.000000 + 3.500000 6.062178 -20.000000 + -7.000000 0.000000 -20.000000 + -5.833333 2.020726 -20.000000 + -4.666667 4.041452 -20.000000 + -3.500000 6.062178 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + 3.111111 6.062178 -20.000000 + 3.872548 7.621922 -20.000000 + 4.633985 9.181667 -20.000000 + 5.395422 10.741411 -20.000000 + 2.333333 6.062178 -20.000000 + 2.930597 7.819347 -20.000000 + 3.527860 9.576517 -20.000000 + 4.125123 11.333687 -20.000000 + 1.166667 6.062178 -20.000000 + 1.475907 8.000735 -20.000000 + 1.785147 9.939292 -20.000000 + 2.094386 11.877849 -20.000000 + 0.000000 6.062178 -20.000000 + 0.000000 8.061810 -20.000000 + 0.000000 10.061443 -20.000000 + 0.000000 12.061075 -20.000000 + -1.166667 6.062178 -20.000000 + -1.475907 8.000735 -20.000000 + -1.785147 9.939292 -20.000000 + -2.094386 11.877849 -20.000000 + -2.333333 6.062178 -20.000000 + -2.930597 7.819347 -20.000000 + -3.527860 9.576517 -20.000000 + -4.125123 11.333687 -20.000000 + -3.111111 6.062178 -20.000000 + -3.872548 7.621922 -20.000000 + -4.633985 9.181667 -20.000000 + -5.395422 10.741411 -20.000000 + -3.500000 6.062178 -20.000000 + -4.333333 7.505553 -20.000000 + -5.166667 8.948929 -20.000000 + -6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 8.666667 0.000000 -20.000000 + 10.333333 0.000000 -20.000000 + 12.000000 0.000000 -20.000000 + 6.805556 0.336788 -20.000000 + 8.537052 0.457236 -20.000000 + 10.268549 0.577685 -20.000000 + 12.000046 0.698133 -20.000000 + 6.416667 1.010363 -20.000000 + 8.237052 1.371703 -20.000000 + 10.057437 1.733042 -20.000000 + 11.877822 2.094382 -20.000000 + 5.833333 2.020726 -20.000000 + 7.666793 2.722195 -20.000000 + 9.500253 3.423664 -20.000000 + 11.333712 4.125133 -20.000000 + 5.250000 3.031089 -20.000000 + 6.981733 4.030905 -20.000000 + 8.713465 5.030721 -20.000000 + 10.445198 6.030538 -20.000000 + 4.666667 4.041452 -20.000000 + 6.190886 5.278540 -20.000000 + 7.715106 6.515628 -20.000000 + 9.239326 7.752716 -20.000000 + 4.083333 5.051815 -20.000000 + 5.306455 6.447645 -20.000000 + 6.529577 7.843475 -20.000000 + 7.752699 9.239305 -20.000000 + 3.694444 5.725390 -20.000000 + 4.664504 7.164686 -20.000000 + 5.634564 8.603982 -20.000000 + 6.604624 10.043278 -20.000000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -12.000000 0.000000 -20.000000 + -10.333333 0.000000 -20.000000 + -8.666667 0.000000 -20.000000 + -7.000000 0.000000 -20.000000 + -12.000046 0.698133 -20.000000 + -10.268549 0.577685 -20.000000 + -8.537052 0.457236 -20.000000 + -6.805556 0.336788 -20.000000 + -11.877822 2.094382 -20.000000 + -10.057437 1.733042 -20.000000 + -8.237052 1.371703 -20.000000 + -6.416667 1.010363 -20.000000 + -11.333712 4.125133 -20.000000 + -9.500253 3.423664 -20.000000 + -7.666793 2.722195 -20.000000 + -5.833333 2.020726 -20.000000 + -10.445198 6.030538 -20.000000 + -8.713465 5.030721 -20.000000 + -6.981733 4.030905 -20.000000 + -5.250000 3.031089 -20.000000 + -9.239326 7.752716 -20.000000 + -7.715106 6.515628 -20.000000 + -6.190886 5.278540 -20.000000 + -4.666667 4.041452 -20.000000 + -7.752699 9.239305 -20.000000 + -6.529577 7.843475 -20.000000 + -5.306455 6.447645 -20.000000 + -4.083333 5.051815 -20.000000 + -6.604624 10.043278 -20.000000 + -5.634564 8.603982 -20.000000 + -4.664504 7.164686 -20.000000 + -3.694444 5.725390 -20.000000 + -6.000000 10.392305 -20.000000 + -5.166667 8.948929 -20.000000 + -4.333333 7.505553 -20.000000 + -3.500000 6.062178 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.cfg b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.frc b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.frc new file mode 100644 index 000000000..d48426cfc --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.frc @@ -0,0 +1,9 @@ +semi_col1.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.pot b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.pot new file mode 100644 index 000000000..22c205538 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col1/semi_col1.pot @@ -0,0 +1,48 @@ +semi_col1.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 1 NBODY + semi_col.gdf GDF FILE NAME + 14.433756729740645 25.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/fnames.wam b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/fnames.wam new file mode 100644 index 000000000..123344b88 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/fnames.wam @@ -0,0 +1,3 @@ +semi_col2.cfg +semi_col2.pot +semi_col2.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col.gdf b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col.gdf new file mode 100644 index 000000000..111e15429 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col.gdf @@ -0,0 +1,615 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +11 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 6.000000 0.000000 -14.000000 + 6.000000 0.000000 -9.333333 + 6.000000 0.000000 -4.666667 + 6.000000 0.000000 0.000000 + 6.000023 0.349067 -14.000000 + 6.000023 0.349067 -9.333333 + 6.000023 0.349067 -4.666667 + 6.000023 0.349067 0.000000 + 5.938911 1.047191 -14.000000 + 5.938911 1.047191 -9.333333 + 5.938911 1.047191 -4.666667 + 5.938911 1.047191 0.000000 + 5.666856 2.062566 -14.000000 + 5.666856 2.062566 -9.333333 + 5.666856 2.062566 -4.666667 + 5.666856 2.062566 0.000000 + 5.222599 3.015269 -14.000000 + 5.222599 3.015269 -9.333333 + 5.222599 3.015269 -4.666667 + 5.222599 3.015269 0.000000 + 4.619661 3.876356 -14.000000 + 4.619661 3.876356 -9.333333 + 4.619661 3.876356 -4.666667 + 4.619661 3.876356 0.000000 + 3.876356 4.619661 -14.000000 + 3.876356 4.619661 -9.333333 + 3.876356 4.619661 -4.666667 + 3.876356 4.619661 0.000000 + 3.015270 5.222600 -14.000000 + 3.015270 5.222600 -9.333333 + 3.015270 5.222600 -4.666667 + 3.015270 5.222600 0.000000 + 2.062566 5.666853 -14.000000 + 2.062566 5.666853 -9.333333 + 2.062566 5.666853 -4.666667 + 2.062566 5.666853 0.000000 + 1.047192 5.938922 -14.000000 + 1.047192 5.938922 -9.333333 + 1.047192 5.938922 -4.666667 + 1.047192 5.938922 0.000000 + 0.000000 6.030539 -14.000000 + 0.000000 6.030539 -9.333333 + 0.000000 6.030539 -4.666667 + 0.000000 6.030539 0.000000 + -1.047192 5.938922 -14.000000 + -1.047192 5.938922 -9.333333 + -1.047192 5.938922 -4.666667 + -1.047192 5.938922 0.000000 + -2.062566 5.666853 -14.000000 + -2.062566 5.666853 -9.333333 + -2.062566 5.666853 -4.666667 + -2.062566 5.666853 0.000000 + -3.015270 5.222600 -14.000000 + -3.015270 5.222600 -9.333333 + -3.015270 5.222600 -4.666667 + -3.015270 5.222600 0.000000 + -3.876356 4.619661 -14.000000 + -3.876356 4.619661 -9.333333 + -3.876356 4.619661 -4.666667 + -3.876356 4.619661 0.000000 + -4.619661 3.876356 -14.000000 + -4.619661 3.876356 -9.333333 + -4.619661 3.876356 -4.666667 + -4.619661 3.876356 0.000000 + -5.222599 3.015269 -14.000000 + -5.222599 3.015269 -9.333333 + -5.222599 3.015269 -4.666667 + -5.222599 3.015269 0.000000 + -5.666856 2.062566 -14.000000 + -5.666856 2.062566 -9.333333 + -5.666856 2.062566 -4.666667 + -5.666856 2.062566 0.000000 + -5.938911 1.047191 -14.000000 + -5.938911 1.047191 -9.333333 + -5.938911 1.047191 -4.666667 + -5.938911 1.047191 0.000000 + -6.000023 0.349066 -14.000000 + -6.000023 0.349066 -9.333333 + -6.000023 0.349066 -4.666667 + -6.000023 0.349066 0.000000 + -6.000000 0.000000 -14.000000 + -6.000000 0.000000 -9.333333 + -6.000000 0.000000 -4.666667 + -6.000000 0.000000 0.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -14.000000 + 10.000000 0.000000 -14.000000 + 8.000000 0.000000 -14.000000 + 6.000000 0.000000 -14.000000 + 12.000046 0.698133 -14.000000 + 10.000038 0.581778 -14.000000 + 8.000030 0.465422 -14.000000 + 6.000023 0.349067 -14.000000 + 11.877822 2.094381 -14.000000 + 9.898185 1.745318 -14.000000 + 7.918548 1.396254 -14.000000 + 5.938911 1.047191 -14.000000 + 11.333712 4.125132 -14.000000 + 9.444760 3.437610 -14.000000 + 7.555808 2.750088 -14.000000 + 5.666856 2.062566 -14.000000 + 10.445199 6.030539 -14.000000 + 8.704332 5.025449 -14.000000 + 6.963466 4.020359 -14.000000 + 5.222599 3.015269 -14.000000 + 9.239322 7.752712 -14.000000 + 7.699435 6.460593 -14.000000 + 6.159548 5.168475 -14.000000 + 4.619661 3.876356 -14.000000 + 7.752712 9.239322 -14.000000 + 6.460593 7.699435 -14.000000 + 5.168474 6.159548 -14.000000 + 3.876356 4.619661 -14.000000 + 6.030539 10.445200 -14.000000 + 5.025449 8.704334 -14.000000 + 4.020359 6.963467 -14.000000 + 3.015270 5.222600 -14.000000 + 4.125132 11.333706 -14.000000 + 3.437610 9.444755 -14.000000 + 2.750088 7.555804 -14.000000 + 2.062566 5.666853 -14.000000 + 2.094384 11.877844 -14.000000 + 1.745320 9.898203 -14.000000 + 1.396256 7.918562 -14.000000 + 1.047192 5.938922 -14.000000 + 0.000000 12.061078 -14.000000 + 0.000000 10.050899 -14.000000 + 0.000000 8.040719 -14.000000 + 0.000000 6.030539 -14.000000 + -2.094384 11.877843 -14.000000 + -1.745320 9.898203 -14.000000 + -1.396256 7.918562 -14.000000 + -1.047192 5.938922 -14.000000 + -4.125132 11.333706 -14.000000 + -3.437610 9.444755 -14.000000 + -2.750088 7.555804 -14.000000 + -2.062566 5.666853 -14.000000 + -6.030539 10.445200 -14.000000 + -5.025449 8.704334 -14.000000 + -4.020359 6.963467 -14.000000 + -3.015270 5.222600 -14.000000 + -7.752712 9.239322 -14.000000 + -6.460593 7.699435 -14.000000 + -5.168474 6.159548 -14.000000 + -3.876356 4.619661 -14.000000 + -9.239322 7.752712 -14.000000 + -7.699435 6.460593 -14.000000 + -6.159548 5.168474 -14.000000 + -4.619661 3.876356 -14.000000 + -10.445199 6.030539 -14.000000 + -8.704332 5.025449 -14.000000 + -6.963466 4.020359 -14.000000 + -5.222599 3.015269 -14.000000 + -11.333712 4.125132 -14.000000 + -9.444760 3.437610 -14.000000 + -7.555808 2.750088 -14.000000 + -5.666856 2.062566 -14.000000 + -11.877822 2.094381 -14.000000 + -9.898185 1.745318 -14.000000 + -7.918548 1.396254 -14.000000 + -5.938911 1.047191 -14.000000 + -12.000046 0.698133 -14.000000 + -10.000038 0.581777 -14.000000 + -8.000030 0.465422 -14.000000 + -6.000023 0.349066 -14.000000 + -12.000000 0.000000 -14.000000 + -10.000000 0.000000 -14.000000 + -8.000000 0.000000 -14.000000 + -6.000000 0.000000 -14.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -20.000000 + 12.000000 0.000000 -18.000000 + 12.000000 0.000000 -16.000000 + 12.000000 0.000000 -14.000000 + 12.000046 0.698133 -20.000000 + 12.000046 0.698133 -18.000000 + 12.000046 0.698133 -16.000000 + 12.000046 0.698133 -14.000000 + 11.877822 2.094381 -20.000000 + 11.877822 2.094381 -18.000000 + 11.877822 2.094381 -16.000000 + 11.877822 2.094381 -14.000000 + 11.333712 4.125132 -20.000000 + 11.333712 4.125132 -18.000000 + 11.333712 4.125132 -16.000000 + 11.333712 4.125132 -14.000000 + 10.445199 6.030539 -20.000000 + 10.445199 6.030539 -18.000000 + 10.445199 6.030539 -16.000000 + 10.445199 6.030539 -14.000000 + 9.239322 7.752712 -20.000000 + 9.239322 7.752712 -18.000000 + 9.239322 7.752712 -16.000000 + 9.239322 7.752712 -14.000000 + 7.752712 9.239322 -20.000000 + 7.752712 9.239322 -18.000000 + 7.752712 9.239322 -16.000000 + 7.752712 9.239322 -14.000000 + 6.030539 10.445200 -20.000000 + 6.030539 10.445200 -18.000000 + 6.030539 10.445200 -16.000000 + 6.030539 10.445200 -14.000000 + 4.125132 11.333706 -20.000000 + 4.125132 11.333706 -18.000000 + 4.125132 11.333706 -16.000000 + 4.125132 11.333706 -14.000000 + 2.094384 11.877844 -20.000000 + 2.094384 11.877844 -18.000000 + 2.094384 11.877844 -16.000000 + 2.094384 11.877844 -14.000000 + 0.000000 12.061078 -20.000000 + 0.000000 12.061078 -18.000000 + 0.000000 12.061078 -16.000000 + 0.000000 12.061078 -14.000000 + -2.094384 11.877843 -20.000000 + -2.094384 11.877843 -18.000000 + -2.094384 11.877843 -16.000000 + -2.094384 11.877843 -14.000000 + -4.125132 11.333706 -20.000000 + -4.125132 11.333706 -18.000000 + -4.125132 11.333706 -16.000000 + -4.125132 11.333706 -14.000000 + -6.030539 10.445200 -20.000000 + -6.030539 10.445200 -18.000000 + -6.030539 10.445200 -16.000000 + -6.030539 10.445200 -14.000000 + -7.752712 9.239322 -20.000000 + -7.752712 9.239322 -18.000000 + -7.752712 9.239322 -16.000000 + -7.752712 9.239322 -14.000000 + -9.239322 7.752712 -20.000000 + -9.239322 7.752712 -18.000000 + -9.239322 7.752712 -16.000000 + -9.239322 7.752712 -14.000000 + -10.445199 6.030539 -20.000000 + -10.445199 6.030539 -18.000000 + -10.445199 6.030539 -16.000000 + -10.445199 6.030539 -14.000000 + -11.333712 4.125132 -20.000000 + -11.333712 4.125132 -18.000000 + -11.333712 4.125132 -16.000000 + -11.333712 4.125132 -14.000000 + -11.877822 2.094381 -20.000000 + -11.877822 2.094381 -18.000000 + -11.877822 2.094381 -16.000000 + -11.877822 2.094381 -14.000000 + -12.000046 0.698133 -20.000000 + -12.000046 0.698133 -18.000000 + -12.000046 0.698133 -16.000000 + -12.000046 0.698133 -14.000000 + -12.000000 0.000000 -20.000000 + -12.000000 0.000000 -18.000000 + -12.000000 0.000000 -16.000000 + -12.000000 0.000000 -14.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 1.732051 0.000000 + 2.500000 0.866025 0.000000 + 3.000000 0.000000 0.000000 + -1.500000 2.598076 0.000000 + -2.000000 1.732051 0.000000 + -2.500000 0.866025 0.000000 + -3.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.000000 5.196152 0.000000 + 2.500000 4.330127 0.000000 + 2.000000 3.464102 0.000000 + 1.500000 2.598076 0.000000 + 2.697711 5.370705 0.000000 + 2.242918 4.446496 0.000000 + 1.788126 3.522286 0.000000 + 1.333333 2.598076 0.000000 + 2.062562 5.666843 0.000000 + 1.708374 4.643921 0.000000 + 1.354187 3.620999 0.000000 + 1.000000 2.598076 0.000000 + 1.047193 5.938925 0.000000 + 0.864795 4.825308 0.000000 + 0.682398 3.711692 0.000000 + 0.500000 2.598076 0.000000 + 0.000000 6.030538 0.000000 + 0.000000 4.886384 0.000000 + 0.000000 3.742230 0.000000 + 0.000000 2.598076 0.000000 + -1.047193 5.938925 0.000000 + -0.864795 4.825308 0.000000 + -0.682398 3.711692 0.000000 + -0.500000 2.598076 0.000000 + -2.062562 5.666843 0.000000 + -1.708374 4.643921 0.000000 + -1.354187 3.620999 0.000000 + -1.000000 2.598076 0.000000 + -2.697711 5.370706 0.000000 + -2.242918 4.446496 0.000000 + -1.788126 3.522286 0.000000 + -1.333333 2.598076 0.000000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 3.464102 0.000000 + 2.500000 4.330127 0.000000 + 3.000000 5.196152 0.000000 + 1.583333 2.453739 0.000000 + 2.156326 3.309705 0.000000 + 2.729319 4.165672 0.000000 + 3.302312 5.021639 0.000000 + 1.750000 2.165064 0.000000 + 2.458783 2.983260 0.000000 + 3.167566 3.801456 0.000000 + 3.876349 4.619652 0.000000 + 2.000000 1.732051 0.000000 + 2.873221 2.446820 0.000000 + 3.746442 3.161589 0.000000 + 4.619663 3.876358 0.000000 + 2.250000 1.299038 0.000000 + 3.240866 1.871115 0.000000 + 4.231733 2.443192 0.000000 + 5.222599 3.015269 0.000000 + 2.500000 0.866025 0.000000 + 3.555619 1.264872 0.000000 + 4.611237 1.663719 0.000000 + 5.666856 2.062566 0.000000 + 2.750000 0.433013 0.000000 + 3.812970 0.637739 0.000000 + 4.875941 0.842465 0.000000 + 5.938911 1.047191 0.000000 + 2.916667 0.144338 0.000000 + 3.944452 0.212581 0.000000 + 4.972237 0.280824 0.000000 + 6.000023 0.349067 0.000000 + 3.000000 0.000000 0.000000 + 4.000000 0.000000 0.000000 + 5.000000 0.000000 0.000000 + 6.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + -3.302312 5.021639 0.000000 + -2.729319 4.165672 0.000000 + -2.156326 3.309705 0.000000 + -1.583333 2.453739 0.000000 + -3.876349 4.619652 0.000000 + -3.167566 3.801456 0.000000 + -2.458783 2.983260 0.000000 + -1.750000 2.165064 0.000000 + -4.619663 3.876358 0.000000 + -3.746442 3.161589 0.000000 + -2.873221 2.446820 0.000000 + -2.000000 1.732051 0.000000 + -5.222599 3.015269 0.000000 + -4.231733 2.443192 0.000000 + -3.240866 1.871115 0.000000 + -2.250000 1.299038 0.000000 + -5.666856 2.062566 0.000000 + -4.611237 1.663719 0.000000 + -3.555619 1.264872 0.000000 + -2.500000 0.866025 0.000000 + -5.938911 1.047191 0.000000 + -4.875941 0.842465 0.000000 + -3.812970 0.637739 0.000000 + -2.750000 0.433013 0.000000 + -6.000023 0.349067 0.000000 + -4.972237 0.280824 0.000000 + -3.944452 0.212581 0.000000 + -2.916667 0.144338 0.000000 + -6.000000 0.000000 0.000000 + -5.000000 0.000000 0.000000 + -4.000000 0.000000 0.000000 + -3.000000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 5.833333 2.020726 -20.000000 + 4.666667 4.041452 -20.000000 + 3.500000 6.062178 -20.000000 + -7.000000 0.000000 -20.000000 + -5.833333 2.020726 -20.000000 + -4.666667 4.041452 -20.000000 + -3.500000 6.062178 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + 3.111111 6.062178 -20.000000 + 3.872548 7.621922 -20.000000 + 4.633985 9.181667 -20.000000 + 5.395422 10.741411 -20.000000 + 2.333333 6.062178 -20.000000 + 2.930597 7.819347 -20.000000 + 3.527860 9.576517 -20.000000 + 4.125123 11.333687 -20.000000 + 1.166667 6.062178 -20.000000 + 1.475907 8.000735 -20.000000 + 1.785147 9.939292 -20.000000 + 2.094386 11.877849 -20.000000 + 0.000000 6.062178 -20.000000 + 0.000000 8.061810 -20.000000 + 0.000000 10.061443 -20.000000 + 0.000000 12.061075 -20.000000 + -1.166667 6.062178 -20.000000 + -1.475907 8.000735 -20.000000 + -1.785147 9.939292 -20.000000 + -2.094386 11.877849 -20.000000 + -2.333333 6.062178 -20.000000 + -2.930597 7.819347 -20.000000 + -3.527860 9.576517 -20.000000 + -4.125123 11.333687 -20.000000 + -3.111111 6.062178 -20.000000 + -3.872548 7.621922 -20.000000 + -4.633985 9.181667 -20.000000 + -5.395422 10.741411 -20.000000 + -3.500000 6.062178 -20.000000 + -4.333333 7.505553 -20.000000 + -5.166667 8.948929 -20.000000 + -6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 8.666667 0.000000 -20.000000 + 10.333333 0.000000 -20.000000 + 12.000000 0.000000 -20.000000 + 6.805556 0.336788 -20.000000 + 8.537052 0.457236 -20.000000 + 10.268549 0.577685 -20.000000 + 12.000046 0.698133 -20.000000 + 6.416667 1.010363 -20.000000 + 8.237052 1.371703 -20.000000 + 10.057437 1.733042 -20.000000 + 11.877822 2.094382 -20.000000 + 5.833333 2.020726 -20.000000 + 7.666793 2.722195 -20.000000 + 9.500253 3.423664 -20.000000 + 11.333712 4.125133 -20.000000 + 5.250000 3.031089 -20.000000 + 6.981733 4.030905 -20.000000 + 8.713465 5.030721 -20.000000 + 10.445198 6.030538 -20.000000 + 4.666667 4.041452 -20.000000 + 6.190886 5.278540 -20.000000 + 7.715106 6.515628 -20.000000 + 9.239326 7.752716 -20.000000 + 4.083333 5.051815 -20.000000 + 5.306455 6.447645 -20.000000 + 6.529577 7.843475 -20.000000 + 7.752699 9.239305 -20.000000 + 3.694444 5.725390 -20.000000 + 4.664504 7.164686 -20.000000 + 5.634564 8.603982 -20.000000 + 6.604624 10.043278 -20.000000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -12.000000 0.000000 -20.000000 + -10.333333 0.000000 -20.000000 + -8.666667 0.000000 -20.000000 + -7.000000 0.000000 -20.000000 + -12.000046 0.698133 -20.000000 + -10.268549 0.577685 -20.000000 + -8.537052 0.457236 -20.000000 + -6.805556 0.336788 -20.000000 + -11.877822 2.094382 -20.000000 + -10.057437 1.733042 -20.000000 + -8.237052 1.371703 -20.000000 + -6.416667 1.010363 -20.000000 + -11.333712 4.125133 -20.000000 + -9.500253 3.423664 -20.000000 + -7.666793 2.722195 -20.000000 + -5.833333 2.020726 -20.000000 + -10.445198 6.030538 -20.000000 + -8.713465 5.030721 -20.000000 + -6.981733 4.030905 -20.000000 + -5.250000 3.031089 -20.000000 + -9.239326 7.752716 -20.000000 + -7.715106 6.515628 -20.000000 + -6.190886 5.278540 -20.000000 + -4.666667 4.041452 -20.000000 + -7.752699 9.239305 -20.000000 + -6.529577 7.843475 -20.000000 + -5.306455 6.447645 -20.000000 + -4.083333 5.051815 -20.000000 + -6.604624 10.043278 -20.000000 + -5.634564 8.603982 -20.000000 + -4.664504 7.164686 -20.000000 + -3.694444 5.725390 -20.000000 + -6.000000 10.392305 -20.000000 + -5.166667 8.948929 -20.000000 + -4.333333 7.505553 -20.000000 + -3.500000 6.062178 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.cfg b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.frc b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.frc new file mode 100644 index 000000000..a808ab7a6 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.frc @@ -0,0 +1,9 @@ +semi_col2.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.pot b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.pot new file mode 100644 index 000000000..4cc6e406e --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col2/semi_col2.pot @@ -0,0 +1,48 @@ +semi_col2.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 1 NBODY + semi_col.gdf GDF FILE NAME +-28.867513459481287 0.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/fnames.wam b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/fnames.wam new file mode 100644 index 000000000..b3ec68c04 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/fnames.wam @@ -0,0 +1,3 @@ +semi_col3.cfg +semi_col3.pot +semi_col3.frc \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col.gdf b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col.gdf new file mode 100644 index 000000000..111e15429 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col.gdf @@ -0,0 +1,615 @@ +Rhino->WAMIT file export (IGDEF=1) + 1.000000 9.806650 ULEN GRAV +0 1 ISX ISY +11 1 NPATCH IGDEF + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 6.000000 0.000000 -14.000000 + 6.000000 0.000000 -9.333333 + 6.000000 0.000000 -4.666667 + 6.000000 0.000000 0.000000 + 6.000023 0.349067 -14.000000 + 6.000023 0.349067 -9.333333 + 6.000023 0.349067 -4.666667 + 6.000023 0.349067 0.000000 + 5.938911 1.047191 -14.000000 + 5.938911 1.047191 -9.333333 + 5.938911 1.047191 -4.666667 + 5.938911 1.047191 0.000000 + 5.666856 2.062566 -14.000000 + 5.666856 2.062566 -9.333333 + 5.666856 2.062566 -4.666667 + 5.666856 2.062566 0.000000 + 5.222599 3.015269 -14.000000 + 5.222599 3.015269 -9.333333 + 5.222599 3.015269 -4.666667 + 5.222599 3.015269 0.000000 + 4.619661 3.876356 -14.000000 + 4.619661 3.876356 -9.333333 + 4.619661 3.876356 -4.666667 + 4.619661 3.876356 0.000000 + 3.876356 4.619661 -14.000000 + 3.876356 4.619661 -9.333333 + 3.876356 4.619661 -4.666667 + 3.876356 4.619661 0.000000 + 3.015270 5.222600 -14.000000 + 3.015270 5.222600 -9.333333 + 3.015270 5.222600 -4.666667 + 3.015270 5.222600 0.000000 + 2.062566 5.666853 -14.000000 + 2.062566 5.666853 -9.333333 + 2.062566 5.666853 -4.666667 + 2.062566 5.666853 0.000000 + 1.047192 5.938922 -14.000000 + 1.047192 5.938922 -9.333333 + 1.047192 5.938922 -4.666667 + 1.047192 5.938922 0.000000 + 0.000000 6.030539 -14.000000 + 0.000000 6.030539 -9.333333 + 0.000000 6.030539 -4.666667 + 0.000000 6.030539 0.000000 + -1.047192 5.938922 -14.000000 + -1.047192 5.938922 -9.333333 + -1.047192 5.938922 -4.666667 + -1.047192 5.938922 0.000000 + -2.062566 5.666853 -14.000000 + -2.062566 5.666853 -9.333333 + -2.062566 5.666853 -4.666667 + -2.062566 5.666853 0.000000 + -3.015270 5.222600 -14.000000 + -3.015270 5.222600 -9.333333 + -3.015270 5.222600 -4.666667 + -3.015270 5.222600 0.000000 + -3.876356 4.619661 -14.000000 + -3.876356 4.619661 -9.333333 + -3.876356 4.619661 -4.666667 + -3.876356 4.619661 0.000000 + -4.619661 3.876356 -14.000000 + -4.619661 3.876356 -9.333333 + -4.619661 3.876356 -4.666667 + -4.619661 3.876356 0.000000 + -5.222599 3.015269 -14.000000 + -5.222599 3.015269 -9.333333 + -5.222599 3.015269 -4.666667 + -5.222599 3.015269 0.000000 + -5.666856 2.062566 -14.000000 + -5.666856 2.062566 -9.333333 + -5.666856 2.062566 -4.666667 + -5.666856 2.062566 0.000000 + -5.938911 1.047191 -14.000000 + -5.938911 1.047191 -9.333333 + -5.938911 1.047191 -4.666667 + -5.938911 1.047191 0.000000 + -6.000023 0.349066 -14.000000 + -6.000023 0.349066 -9.333333 + -6.000023 0.349066 -4.666667 + -6.000023 0.349066 0.000000 + -6.000000 0.000000 -14.000000 + -6.000000 0.000000 -9.333333 + -6.000000 0.000000 -4.666667 + -6.000000 0.000000 0.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -14.000000 + 10.000000 0.000000 -14.000000 + 8.000000 0.000000 -14.000000 + 6.000000 0.000000 -14.000000 + 12.000046 0.698133 -14.000000 + 10.000038 0.581778 -14.000000 + 8.000030 0.465422 -14.000000 + 6.000023 0.349067 -14.000000 + 11.877822 2.094381 -14.000000 + 9.898185 1.745318 -14.000000 + 7.918548 1.396254 -14.000000 + 5.938911 1.047191 -14.000000 + 11.333712 4.125132 -14.000000 + 9.444760 3.437610 -14.000000 + 7.555808 2.750088 -14.000000 + 5.666856 2.062566 -14.000000 + 10.445199 6.030539 -14.000000 + 8.704332 5.025449 -14.000000 + 6.963466 4.020359 -14.000000 + 5.222599 3.015269 -14.000000 + 9.239322 7.752712 -14.000000 + 7.699435 6.460593 -14.000000 + 6.159548 5.168475 -14.000000 + 4.619661 3.876356 -14.000000 + 7.752712 9.239322 -14.000000 + 6.460593 7.699435 -14.000000 + 5.168474 6.159548 -14.000000 + 3.876356 4.619661 -14.000000 + 6.030539 10.445200 -14.000000 + 5.025449 8.704334 -14.000000 + 4.020359 6.963467 -14.000000 + 3.015270 5.222600 -14.000000 + 4.125132 11.333706 -14.000000 + 3.437610 9.444755 -14.000000 + 2.750088 7.555804 -14.000000 + 2.062566 5.666853 -14.000000 + 2.094384 11.877844 -14.000000 + 1.745320 9.898203 -14.000000 + 1.396256 7.918562 -14.000000 + 1.047192 5.938922 -14.000000 + 0.000000 12.061078 -14.000000 + 0.000000 10.050899 -14.000000 + 0.000000 8.040719 -14.000000 + 0.000000 6.030539 -14.000000 + -2.094384 11.877843 -14.000000 + -1.745320 9.898203 -14.000000 + -1.396256 7.918562 -14.000000 + -1.047192 5.938922 -14.000000 + -4.125132 11.333706 -14.000000 + -3.437610 9.444755 -14.000000 + -2.750088 7.555804 -14.000000 + -2.062566 5.666853 -14.000000 + -6.030539 10.445200 -14.000000 + -5.025449 8.704334 -14.000000 + -4.020359 6.963467 -14.000000 + -3.015270 5.222600 -14.000000 + -7.752712 9.239322 -14.000000 + -6.460593 7.699435 -14.000000 + -5.168474 6.159548 -14.000000 + -3.876356 4.619661 -14.000000 + -9.239322 7.752712 -14.000000 + -7.699435 6.460593 -14.000000 + -6.159548 5.168474 -14.000000 + -4.619661 3.876356 -14.000000 + -10.445199 6.030539 -14.000000 + -8.704332 5.025449 -14.000000 + -6.963466 4.020359 -14.000000 + -5.222599 3.015269 -14.000000 + -11.333712 4.125132 -14.000000 + -9.444760 3.437610 -14.000000 + -7.555808 2.750088 -14.000000 + -5.666856 2.062566 -14.000000 + -11.877822 2.094381 -14.000000 + -9.898185 1.745318 -14.000000 + -7.918548 1.396254 -14.000000 + -5.938911 1.047191 -14.000000 + -12.000046 0.698133 -14.000000 + -10.000038 0.581777 -14.000000 + -8.000030 0.465422 -14.000000 + -6.000023 0.349066 -14.000000 + -12.000000 0.000000 -14.000000 + -10.000000 0.000000 -14.000000 + -8.000000 0.000000 -14.000000 + -6.000000 0.000000 -14.000000 + +1 18 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.88889 -0.77778 +-0.66667 -0.55556 -0.44444 +-0.33333 -0.22222 -0.11111 + 0.00000 0.11111 0.22222 + 0.33333 0.44444 0.55556 + 0.66667 0.77778 0.88889 + 1.00000 1.00000 1.00000 + 1.00000 + 12.000000 0.000000 -20.000000 + 12.000000 0.000000 -18.000000 + 12.000000 0.000000 -16.000000 + 12.000000 0.000000 -14.000000 + 12.000046 0.698133 -20.000000 + 12.000046 0.698133 -18.000000 + 12.000046 0.698133 -16.000000 + 12.000046 0.698133 -14.000000 + 11.877822 2.094381 -20.000000 + 11.877822 2.094381 -18.000000 + 11.877822 2.094381 -16.000000 + 11.877822 2.094381 -14.000000 + 11.333712 4.125132 -20.000000 + 11.333712 4.125132 -18.000000 + 11.333712 4.125132 -16.000000 + 11.333712 4.125132 -14.000000 + 10.445199 6.030539 -20.000000 + 10.445199 6.030539 -18.000000 + 10.445199 6.030539 -16.000000 + 10.445199 6.030539 -14.000000 + 9.239322 7.752712 -20.000000 + 9.239322 7.752712 -18.000000 + 9.239322 7.752712 -16.000000 + 9.239322 7.752712 -14.000000 + 7.752712 9.239322 -20.000000 + 7.752712 9.239322 -18.000000 + 7.752712 9.239322 -16.000000 + 7.752712 9.239322 -14.000000 + 6.030539 10.445200 -20.000000 + 6.030539 10.445200 -18.000000 + 6.030539 10.445200 -16.000000 + 6.030539 10.445200 -14.000000 + 4.125132 11.333706 -20.000000 + 4.125132 11.333706 -18.000000 + 4.125132 11.333706 -16.000000 + 4.125132 11.333706 -14.000000 + 2.094384 11.877844 -20.000000 + 2.094384 11.877844 -18.000000 + 2.094384 11.877844 -16.000000 + 2.094384 11.877844 -14.000000 + 0.000000 12.061078 -20.000000 + 0.000000 12.061078 -18.000000 + 0.000000 12.061078 -16.000000 + 0.000000 12.061078 -14.000000 + -2.094384 11.877843 -20.000000 + -2.094384 11.877843 -18.000000 + -2.094384 11.877843 -16.000000 + -2.094384 11.877843 -14.000000 + -4.125132 11.333706 -20.000000 + -4.125132 11.333706 -18.000000 + -4.125132 11.333706 -16.000000 + -4.125132 11.333706 -14.000000 + -6.030539 10.445200 -20.000000 + -6.030539 10.445200 -18.000000 + -6.030539 10.445200 -16.000000 + -6.030539 10.445200 -14.000000 + -7.752712 9.239322 -20.000000 + -7.752712 9.239322 -18.000000 + -7.752712 9.239322 -16.000000 + -7.752712 9.239322 -14.000000 + -9.239322 7.752712 -20.000000 + -9.239322 7.752712 -18.000000 + -9.239322 7.752712 -16.000000 + -9.239322 7.752712 -14.000000 + -10.445199 6.030539 -20.000000 + -10.445199 6.030539 -18.000000 + -10.445199 6.030539 -16.000000 + -10.445199 6.030539 -14.000000 + -11.333712 4.125132 -20.000000 + -11.333712 4.125132 -18.000000 + -11.333712 4.125132 -16.000000 + -11.333712 4.125132 -14.000000 + -11.877822 2.094381 -20.000000 + -11.877822 2.094381 -18.000000 + -11.877822 2.094381 -16.000000 + -11.877822 2.094381 -14.000000 + -12.000046 0.698133 -20.000000 + -12.000046 0.698133 -18.000000 + -12.000046 0.698133 -16.000000 + -12.000046 0.698133 -14.000000 + -12.000000 0.000000 -20.000000 + -12.000000 0.000000 -18.000000 + -12.000000 0.000000 -16.000000 + -12.000000 0.000000 -14.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 1.732051 0.000000 + 2.500000 0.866025 0.000000 + 3.000000 0.000000 0.000000 + -1.500000 2.598076 0.000000 + -2.000000 1.732051 0.000000 + -2.500000 0.866025 0.000000 + -3.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.000000 5.196152 0.000000 + 2.500000 4.330127 0.000000 + 2.000000 3.464102 0.000000 + 1.500000 2.598076 0.000000 + 2.697711 5.370705 0.000000 + 2.242918 4.446496 0.000000 + 1.788126 3.522286 0.000000 + 1.333333 2.598076 0.000000 + 2.062562 5.666843 0.000000 + 1.708374 4.643921 0.000000 + 1.354187 3.620999 0.000000 + 1.000000 2.598076 0.000000 + 1.047193 5.938925 0.000000 + 0.864795 4.825308 0.000000 + 0.682398 3.711692 0.000000 + 0.500000 2.598076 0.000000 + 0.000000 6.030538 0.000000 + 0.000000 4.886384 0.000000 + 0.000000 3.742230 0.000000 + 0.000000 2.598076 0.000000 + -1.047193 5.938925 0.000000 + -0.864795 4.825308 0.000000 + -0.682398 3.711692 0.000000 + -0.500000 2.598076 0.000000 + -2.062562 5.666843 0.000000 + -1.708374 4.643921 0.000000 + -1.354187 3.620999 0.000000 + -1.000000 2.598076 0.000000 + -2.697711 5.370706 0.000000 + -2.242918 4.446496 0.000000 + -1.788126 3.522286 0.000000 + -1.333333 2.598076 0.000000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 1.500000 2.598076 0.000000 + 2.000000 3.464102 0.000000 + 2.500000 4.330127 0.000000 + 3.000000 5.196152 0.000000 + 1.583333 2.453739 0.000000 + 2.156326 3.309705 0.000000 + 2.729319 4.165672 0.000000 + 3.302312 5.021639 0.000000 + 1.750000 2.165064 0.000000 + 2.458783 2.983260 0.000000 + 3.167566 3.801456 0.000000 + 3.876349 4.619652 0.000000 + 2.000000 1.732051 0.000000 + 2.873221 2.446820 0.000000 + 3.746442 3.161589 0.000000 + 4.619663 3.876358 0.000000 + 2.250000 1.299038 0.000000 + 3.240866 1.871115 0.000000 + 4.231733 2.443192 0.000000 + 5.222599 3.015269 0.000000 + 2.500000 0.866025 0.000000 + 3.555619 1.264872 0.000000 + 4.611237 1.663719 0.000000 + 5.666856 2.062566 0.000000 + 2.750000 0.433013 0.000000 + 3.812970 0.637739 0.000000 + 4.875941 0.842465 0.000000 + 5.938911 1.047191 0.000000 + 2.916667 0.144338 0.000000 + 3.944452 0.212581 0.000000 + 4.972237 0.280824 0.000000 + 6.000023 0.349067 0.000000 + 3.000000 0.000000 0.000000 + 4.000000 0.000000 0.000000 + 5.000000 0.000000 0.000000 + 6.000000 0.000000 0.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 +-0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -3.000000 5.196152 0.000000 + -2.500000 4.330127 0.000000 + -2.000000 3.464102 0.000000 + -1.500000 2.598076 0.000000 + -3.302312 5.021639 0.000000 + -2.729319 4.165672 0.000000 + -2.156326 3.309705 0.000000 + -1.583333 2.453739 0.000000 + -3.876349 4.619652 0.000000 + -3.167566 3.801456 0.000000 + -2.458783 2.983260 0.000000 + -1.750000 2.165064 0.000000 + -4.619663 3.876358 0.000000 + -3.746442 3.161589 0.000000 + -2.873221 2.446820 0.000000 + -2.000000 1.732051 0.000000 + -5.222599 3.015269 0.000000 + -4.231733 2.443192 0.000000 + -3.240866 1.871115 0.000000 + -2.250000 1.299038 0.000000 + -5.666856 2.062566 0.000000 + -4.611237 1.663719 0.000000 + -3.555619 1.264872 0.000000 + -2.500000 0.866025 0.000000 + -5.938911 1.047191 0.000000 + -4.875941 0.842465 0.000000 + -3.812970 0.637739 0.000000 + -2.750000 0.433013 0.000000 + -6.000023 0.349067 0.000000 + -4.972237 0.280824 0.000000 + -3.944452 0.212581 0.000000 + -2.916667 0.144338 0.000000 + -6.000000 0.000000 0.000000 + -5.000000 0.000000 0.000000 + -4.000000 0.000000 0.000000 + -3.000000 0.000000 0.000000 + +1 1 +4 2 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 5.833333 2.020726 -20.000000 + 4.666667 4.041452 -20.000000 + 3.500000 6.062178 -20.000000 + -7.000000 0.000000 -20.000000 + -5.833333 2.020726 -20.000000 + -4.666667 4.041452 -20.000000 + -3.500000 6.062178 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + 3.111111 6.062178 -20.000000 + 3.872548 7.621922 -20.000000 + 4.633985 9.181667 -20.000000 + 5.395422 10.741411 -20.000000 + 2.333333 6.062178 -20.000000 + 2.930597 7.819347 -20.000000 + 3.527860 9.576517 -20.000000 + 4.125123 11.333687 -20.000000 + 1.166667 6.062178 -20.000000 + 1.475907 8.000735 -20.000000 + 1.785147 9.939292 -20.000000 + 2.094386 11.877849 -20.000000 + 0.000000 6.062178 -20.000000 + 0.000000 8.061810 -20.000000 + 0.000000 10.061443 -20.000000 + 0.000000 12.061075 -20.000000 + -1.166667 6.062178 -20.000000 + -1.475907 8.000735 -20.000000 + -1.785147 9.939292 -20.000000 + -2.094386 11.877849 -20.000000 + -2.333333 6.062178 -20.000000 + -2.930597 7.819347 -20.000000 + -3.527860 9.576517 -20.000000 + -4.125123 11.333687 -20.000000 + -3.111111 6.062178 -20.000000 + -3.872548 7.621922 -20.000000 + -4.633985 9.181667 -20.000000 + -5.395422 10.741411 -20.000000 + -3.500000 6.062178 -20.000000 + -4.333333 7.505553 -20.000000 + -5.166667 8.948929 -20.000000 + -6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + 7.000000 0.000000 -20.000000 + 8.666667 0.000000 -20.000000 + 10.333333 0.000000 -20.000000 + 12.000000 0.000000 -20.000000 + 6.805556 0.336788 -20.000000 + 8.537052 0.457236 -20.000000 + 10.268549 0.577685 -20.000000 + 12.000046 0.698133 -20.000000 + 6.416667 1.010363 -20.000000 + 8.237052 1.371703 -20.000000 + 10.057437 1.733042 -20.000000 + 11.877822 2.094382 -20.000000 + 5.833333 2.020726 -20.000000 + 7.666793 2.722195 -20.000000 + 9.500253 3.423664 -20.000000 + 11.333712 4.125133 -20.000000 + 5.250000 3.031089 -20.000000 + 6.981733 4.030905 -20.000000 + 8.713465 5.030721 -20.000000 + 10.445198 6.030538 -20.000000 + 4.666667 4.041452 -20.000000 + 6.190886 5.278540 -20.000000 + 7.715106 6.515628 -20.000000 + 9.239326 7.752716 -20.000000 + 4.083333 5.051815 -20.000000 + 5.306455 6.447645 -20.000000 + 6.529577 7.843475 -20.000000 + 7.752699 9.239305 -20.000000 + 3.694444 5.725390 -20.000000 + 4.664504 7.164686 -20.000000 + 5.634564 8.603982 -20.000000 + 6.604624 10.043278 -20.000000 + 3.500000 6.062178 -20.000000 + 4.333333 7.505553 -20.000000 + 5.166667 8.948929 -20.000000 + 6.000000 10.392305 -20.000000 + +1 6 +4 4 +-1.00000 -1.00000 -1.00000 +-1.00000 1.00000 1.00000 + 1.00000 1.00000 +-1.00000 -1.00000 -1.00000 +-1.00000 -0.66667 -0.33333 + 0.00000 0.33333 0.66667 + 1.00000 1.00000 1.00000 + 1.00000 + -12.000000 0.000000 -20.000000 + -10.333333 0.000000 -20.000000 + -8.666667 0.000000 -20.000000 + -7.000000 0.000000 -20.000000 + -12.000046 0.698133 -20.000000 + -10.268549 0.577685 -20.000000 + -8.537052 0.457236 -20.000000 + -6.805556 0.336788 -20.000000 + -11.877822 2.094382 -20.000000 + -10.057437 1.733042 -20.000000 + -8.237052 1.371703 -20.000000 + -6.416667 1.010363 -20.000000 + -11.333712 4.125133 -20.000000 + -9.500253 3.423664 -20.000000 + -7.666793 2.722195 -20.000000 + -5.833333 2.020726 -20.000000 + -10.445198 6.030538 -20.000000 + -8.713465 5.030721 -20.000000 + -6.981733 4.030905 -20.000000 + -5.250000 3.031089 -20.000000 + -9.239326 7.752716 -20.000000 + -7.715106 6.515628 -20.000000 + -6.190886 5.278540 -20.000000 + -4.666667 4.041452 -20.000000 + -7.752699 9.239305 -20.000000 + -6.529577 7.843475 -20.000000 + -5.306455 6.447645 -20.000000 + -4.083333 5.051815 -20.000000 + -6.604624 10.043278 -20.000000 + -5.634564 8.603982 -20.000000 + -4.664504 7.164686 -20.000000 + -3.694444 5.725390 -20.000000 + -6.000000 10.392305 -20.000000 + -5.166667 8.948929 -20.000000 + -4.333333 7.505553 -20.000000 + -3.500000 6.062178 -20.000000 diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.cfg b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.cfg new file mode 100644 index 000000000..de951351a --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.cfg @@ -0,0 +1,18 @@ + ipltdat=5 + maxscr=1024 (assign a maximum block of 1024*1024 RAM for scratch LHS) + I2ND=0 (second-order) + IALTPOT=2 (use the second form of the .pot file) + IALTFRC=2 (use the second form of the .frc file) + ISOR=0 (evaluate source strength, required for 2nd order) + ISOLVE=1 (use direct solver) + ISCATT=0 (solve for total diffraction potential, not scattering) + IQUAD=0 (omit IQUAD in POT file, use single-node quadrature) + ILOG=1 (omit ILOG in POT file, integrate log singularity) + IDIAG=0 (omit IDIAG in POT file, panel length based on area) + IRR=1 (omit IRR in POT file, irregular-frequency removal) + IPERIO=2 (input frequencies in radians per second) + ILOWHI=1 (use low-order panel method) + ILOWGDF=1 (write low order gdf) + PANEL_SIZE=2.0 (average length of panel) + MONITR=0 (do not write FORCE output data to monitor) + NUMHDR=0 (write headers to numeric output files) \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.frc b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.frc new file mode 100644 index 000000000..1c97bece4 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.frc @@ -0,0 +1,9 @@ +semi_col3.frc + 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 IOPTN(1-16) + 1025 RHO + 0 0 0 XCG + 0 IMASS + 0 IDAMP + 0 ISTIF + 0 NBETAH + 0 NFIELD \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.pot b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.pot new file mode 100644 index 000000000..9f8850466 --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/semi_col3/semi_col3.pot @@ -0,0 +1,48 @@ +semi_col3.pot +200.0 (HBOT) + 1 1 (IRAD, IDIFF) + -202 (NPER - Number of wave periods to be analyzed {0: evaluate hydrostatics only, >0: evaluate for NPER wave periods where PER is a list, <0: evaluate for ABS(NPER) wave periods where PER(1) is the first value and PER(2) is the uniform increment} (-)) + -0.02 0.02 (PER - List of wave periods [IPERIN = 1] or wave frequencies [IPERIN = 2] or infinite-depth wavenumber [IPERIN = 3] or finite-depth wavenumber [IPERIN = 4] {0.0: infinite frequency, <0.0: infinite period} [1 to NPER when NPER>0 or 1 to 2 when NPER<0] (sec when IPERIN = 1, rad/s when IPERIN = 2, - when IPERIN = 3, or - when IPERIN = 4) [this line must be deleted when NPER=0]) + 37 (NBETA - Number of wave heading angles to be analyzed {0: do not solve the diffraction problem [this is the same as IDIFF=-1], >0: evaluate for NBETA wave angles where BETA is a list, <0: evaluate for ABS(NBETA) wave angles where BETA(1) is the first value and BETA(2) is the uniform increment} (-)) +-180.0 +-170.0 +-160.0 +-150.0 +-140.0 +-130.0 +-120.0 +-110.0 +-100.0 + -90.0 + -80.0 + -70.0 + -60.0 + -50.0 + -40.0 + -30.0 + -20.0 + -10.0 + 0.0 + 10.0 + 20.0 + 30.0 + 40.0 + 50.0 + 60.0 + 70.0 + 80.0 + 90.0 + 100.0 + 110.0 + 120.0 + 130.0 + 140.0 + 150.0 + 160.0 + 170.0 + 180.0 (BETA - List of wave heading angles relative to the global coordinate system [1 to NBETA when NBETA>0 or 1 to 2 when NBETA<0] (degrees)) + 1 NBODY + semi_col.gdf GDF FILE NAME + 14.433756729740645 -25.0 0.0 0.0 XBODY(1-4) + 1 1 1 1 1 1 IMODE(1-6) + 0 NEWMDS \ No newline at end of file From 293519333a35d8b417ee618e36368bed443c4142 Mon Sep 17 00:00:00 2001 From: Lu Wang Date: Thu, 25 Sep 2025 09:51:49 -0600 Subject: [PATCH 2/2] Added a brief readme file for the WAMIT inputs attached to the NBodyMod r-tests --- modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/README.md | 3 +++ modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/README.md | 3 +++ modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/README.md | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/README.md create mode 100644 modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/README.md create mode 100644 modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/README.md diff --git a/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/README.md b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/README.md new file mode 100644 index 000000000..91428fc8b --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod1/WAMIT_Input/README.md @@ -0,0 +1,3 @@ +The example WAMIT input files provided here are compatible with Version 6.1. + +Note that these are not the original WAMIT input files used to generate the hydrodynamic coefficients included with the r-test, but they should be equivalent. \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/README.md b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/README.md new file mode 100644 index 000000000..91428fc8b --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod2/WAMIT_Input/README.md @@ -0,0 +1,3 @@ +The example WAMIT input files provided here are compatible with Version 6.1. + +Note that these are not the original WAMIT input files used to generate the hydrodynamic coefficients included with the r-test, but they should be equivalent. \ No newline at end of file diff --git a/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/README.md b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/README.md new file mode 100644 index 000000000..91428fc8b --- /dev/null +++ b/modules/hydrodyn/hd_NBodyMod3/WAMIT_Input/README.md @@ -0,0 +1,3 @@ +The example WAMIT input files provided here are compatible with Version 6.1. + +Note that these are not the original WAMIT input files used to generate the hydrodynamic coefficients included with the r-test, but they should be equivalent. \ No newline at end of file