Skip to content

Commit

Permalink
Drag coefficient and cost updates to wire and HMPE in MoorProps_default
Browse files Browse the repository at this point in the history
- Note that I do also have a small update for polyester cost, but won't change it yet until we know when we can produce another release of MoorPy
  • Loading branch information
shousner committed Aug 26, 2024
1 parent 43b8145 commit ad36c9b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion moorpy/MoorProps_default.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,9 @@ lineProps:
mass_d2 : 5293 # linear mass density per diameter^2 [kg/m/m^2]
dvol_dnom : 1.18 # volume-equivalent diameter per nominal diameter [-] (assumes 4,875.5 kg/m^3 material density)
MBL_d2 : 1022e6 # minimum breaking load per diameter^2 [N/m^2]
EA_d2 : 97.1e9 # stiffness per diameter^2 [N/m^2]
EA_d2 : 97.1e9 # stiffness per diameter^2 [N/m^2]
Cd : 1.021 # drag coefficient (transverse) based on DNV-OS-E301 adjusted for volumetric diameter; longitudinal (Cd_ax) is neglected
cost_MBL : 1.2e-05 # cost per N of MBL

polyester : # polyester synthetic rope
mass_d2 : 679 # linear mass density per diameter^2 [kg/m/m^2]
Expand Down Expand Up @@ -116,6 +118,7 @@ lineProps:
Cd : 1.988 # drag coefficient based on DNV-OS-E301 adjusted for use with volumetric diameter
Ca : 1.1 # added mass coefficient based on Bureau Veritas 493-NR_2021-07
Ca_ax : 0.15 # axial added mass coefficient based on Bureau Veritas 493-NR_2021-07
cost_MBL : 1.4e-04 # cost per N of MBL [$/m/N]



Expand Down

0 comments on commit ad36c9b

Please sign in to comment.