-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
prevent body drag coeffs from being negative
- Loading branch information
1 parent
99cd2b6
commit 15bfc34
Showing
3 changed files
with
95 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,30 @@ | ||
A simple test to ensure that body drag coefficients don't go negative in certain orientations | ||
------------------------- LINE TYPES -------------------------------------------------- | ||
LineType Diam MassDenInAir EA BA/-zeta EI tbd Can Cat Cdn Cdt | ||
(-) (m) (kg/m) (N) (Pa-s/-) (n-m^2) (-) (-) (-) (-) (-) | ||
spring 0.1 10.0 500.0 -0.4 0.0 0.0 0.0 0.0 0.0 0.00 | ||
---------------------------- BODIES ----------------------------------------------------- | ||
ID Attachment X0 Y0 Z0 r0 p0 y0 Mass CG* I* Volume CdA* Ca | ||
(#) (-) (m) (m) (m) (deg) (deg) (deg) (kg) (m) (kg-m^2) (m^3) (m^2) (-) | ||
1 free 0 0 0 0 -90 0 1e1 0 5 0 0.1 0 | ||
----------------------- POINTS ---------------------------------------------- | ||
Node Type X Y Z M V CdA CA | ||
(-) (-) (m) (m) (m) (kg) (m^3) (m^2) (-) | ||
1 Body1 0.0 0 0 0 0 0 0 | ||
2 Fixed 0.0 0 -5 0 0 0 0 | ||
-------------------------- LINES ------------------------------------------------- | ||
Line LineType NodeA NodeB UnstrLen NumSegs Flags/Outputs | ||
(-) (-) (-) (-) (m) (-) (-) | ||
1 spring 1 2 4.5 1 - | ||
-------------------------- SOLVER OPTIONS--------------------------------------------------- | ||
2 writeLog - Write a log file | ||
9.81 g - No gravity | ||
0.002 dtM - time step to use in mooring integration | ||
3.0e6 kb - bottom stiffness | ||
3.0e5 cb - bottom damping | ||
70 WtrDpth - water depth | ||
3.0 ICDfac - factor by which to scale drag coefficients during dynamic relaxation IC gen | ||
0.015 threshIC - threshold for IC convergence | ||
0.0 TmaxIC - threshold for IC convergence | ||
0.01 dtIC - Time lapse between convergence tests (s) | ||
--------------------------- need this line ------------------------------------------------- |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters