@@ -36,8 +36,8 @@ topsides:
3636 nBlades : 3 # number of blades
3737 Zhub : 150.0 # hub height [m]
3838 Rhub : 3.97 # hub radius [m]
39- precone : 4.0 # [deg]
40- shaft_tilt : 6.0 # [deg]
39+ precone : - 4.0 # [deg]
40+ shaft_tilt : - 6.0 # [deg]
4141 overhang : -12.0313 # [m]
4242 aeroMod : 1 # 0 aerodynamics off; 1 aerodynamics on
4343
@@ -1059,7 +1059,7 @@ topsides:
10591059 dlsMax : 5.0 # maximum node splitting section amount; can't be 0
10601060
10611061 name : tower # [-] an identifier (no longer has to be number)
1062- type : 1 # [-]
1062+ type : rigid # [-]
10631063 rA : [ 0, 0, 15] # [m] end A coordinates
10641064 rB : [ 0, 0, 144.582] # [m] and B coordinates
10651065 shape : circ # [-] circular or rectangular
@@ -1085,12 +1085,12 @@ platform:
10851085 members : # list all members here
10861086
10871087 - name : center_column # [-] an identifier (no longer has to be number)
1088- type : 2 # [-]
1088+ type : rigid # [-]
10891089 rA : [ 0, 0, -20] # [m] end A coordinates
10901090 rB : [ 0, 0, 15] # [m] and B coordinates
10911091 shape : circ # [-] circular or rectangular
10921092 gamma : 0.0 # [deg] twist angle about the member's z-axis
1093- potMod : False # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory
1093+ potMod : True # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory
10941094 # --- outer shell including hydro---
10951095 stations : [0, 1] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB
10961096 d : 10.0 # [m] diameters if circular or side lengths if rectangular (can be pairs)
@@ -1107,13 +1107,13 @@ platform:
11071107
11081108
11091109 - name : outer_column # [-] an identifier (no longer has to be number)
1110- type : 2 # [-]
1110+ type : rigid # [-]
11111111 rA : [51.75, 0, -20] # [m] end A coordinates
11121112 rB : [51.75, 0, 15] # [m] and B coordinates
11131113 heading : [ 60, 180, 300] # [deg] heading rotation of column about z axis (for repeated members)
11141114 shape : circ # [-] circular or rectangular
11151115 gamma : 0.0 # [deg] twist angle about the member's z-axis
1116- potMod : False # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory
1116+ potMod : True # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory
11171117 # --- outer shell including hydro---
11181118 stations : [0, 35] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB
11191119 d : 12.5 # [m] diameters if circular or side lengths if rectangular (can be pairs)
@@ -1133,7 +1133,7 @@ platform:
11331133
11341134
11351135 - name : pontoon # [-] an identifier (no longer has to be number)
1136- type : 2 # [-]
1136+ type : rigid # [-]
11371137 rA : [ 5 , 0, -16.5] # [m] end A coordinates
11381138 rB : [ 45.5, 0, -16.5] # [m] and B coordinates
11391139 heading : [ 60, 180, 300] # [deg] heading rotation of column about z axis (for repeated members)
@@ -1154,7 +1154,7 @@ platform:
11541154
11551155
11561156 - name : upper_support # [-] an identifier (no longer has to be number)
1157- type : 2 # [-]
1157+ type : rigid # [-]
11581158 rA : [ 5 , 0, 14.545] # [m] end A coordinates
11591159 rB : [ 45.5, 0, 14.545] # [m] and B coordinates
11601160 heading : [ 60, 180, 300] # [deg] heading rotation of column about z axis (for repeated members)
0 commit comments