|
| 1 | + |
| 2 | +# Site inputs |
| 3 | +site: |
| 4 | + general: |
| 5 | + water_depth: 200 |
| 6 | + |
| 7 | + |
| 8 | +# ----- Array-level inputs ----- |
| 9 | + |
| 10 | +# Wind turbine array layout |
| 11 | +array: |
| 12 | + keys : [ID, topsideID, platformID, mooringID, x_location, y_location, heading_adjust] |
| 13 | + data : # ID# ID# ID# [m] [m] [deg] |
| 14 | + - [fowt0, 0, 1, 0, -1600, -1600, 180 ] |
| 15 | + - [fowt1, 0, 1, 0, 0, -1600, 0 ] # 2 array, shared moorings |
| 16 | + - [fowt2, 0, 1, 0, 1600, -1600, 0 ] |
| 17 | + - [fowt3, 0, 1, 0, -1600, 0, 0 ] |
| 18 | + - [fowt4, 0, 1, 0, 0, 0, 45 ] |
| 19 | + - [fowt5, 0, 1, 0, 1600, 0, 0 ] |
| 20 | + - [fowt6, 0, 1, 0, -1600, 1600, 0 ] |
| 21 | + - [fowt7, 0, 1, 0, 0, 1600, 0 ] |
| 22 | + - [fowt8, 0, 1, 0, 1600, 1600, 0 ] |
| 23 | + |
| 24 | +platform: |
| 25 | + # RAFT platform description needed for 3d visual of platform |
| 26 | + potModMaster : 1 # [int] master switch for potMod variables; 0=keeps all member potMod vars the same, 1=turns all potMod vars to False (no HAMS), 2=turns all potMod vars to True (no strip) |
| 27 | + dlsMax : 5.0 # maximum node splitting section amount for platform members; can't be 0 |
| 28 | + qtfPath : 'IEA-15-240-RWT-UMaineSemi.12d' # path to the qtf file for the platform |
| 29 | + rFair : 58 |
| 30 | + zFair : -14 |
| 31 | + type : FOWT |
| 32 | + z_location : 0 # optional to put the depth of this platform type |
| 33 | + |
| 34 | + members: # list all members here |
| 35 | + |
| 36 | + - name : center_column # [-] an identifier (no longer has to be number) |
| 37 | + type : 2 # [-] |
| 38 | + rA : [ 0, 0, -20] # [m] end A coordinates |
| 39 | + rB : [ 0, 0, 15] # [m] and B coordinates |
| 40 | + shape : circ # [-] circular or rectangular |
| 41 | + gamma : 0.0 # [deg] twist angle about the member's z-axis |
| 42 | + potMod : True # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory |
| 43 | + # --- outer shell including hydro--- |
| 44 | + stations : [0, 1] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB |
| 45 | + d : 10.0 # [m] diameters if circular or side lengths if rectangular (can be pairs) |
| 46 | + t : 0.05 # [m] wall thicknesses (scalar or list of same length as stations) |
| 47 | + Cd : 0.6 # [-] transverse drag coefficient (optional, scalar or list of same length as stations) |
| 48 | + Ca : 0.93 # [-] transverse added mass coefficient (optional, scalar or list of same length as stations) |
| 49 | + CdEnd : 0.6 # [-] end axial drag coefficient (optional, scalar or list of same length as stations) |
| 50 | + CaEnd : 1.0 # [-] end axial added mass coefficient (optional, scalar or list of same length as stations) |
| 51 | + rho_shell : 7850 # [kg/m3] |
| 52 | + # --- handling of end caps or any internal structures if we need them --- |
| 53 | + cap_stations : [ 0 ] # [m] location along member of any inner structures (in same scaling as set by 'stations') |
| 54 | + cap_t : [ 0.001 ] # [m] thickness of any internal structures |
| 55 | + cap_d_in : [ 0 ] # [m] inner diameter of internal structures (0 for full cap/bulkhead, >0 for a ring shape) |
| 56 | + |
| 57 | + |
| 58 | + - name : outer_column # [-] an identifier (no longer has to be number) |
| 59 | + type : 2 # [-] |
| 60 | + rA : [51.75, 0, -20] # [m] end A coordinates |
| 61 | + rB : [51.75, 0, 15] # [m] and B coordinates |
| 62 | + heading : [ 60, 180, 300] # [deg] heading rotation of column about z axis (for repeated members) |
| 63 | + shape : circ # [-] circular or rectangular |
| 64 | + gamma : 0.0 # [deg] twist angle about the member's z-axis |
| 65 | + potMod : True # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory |
| 66 | + # --- outer shell including hydro--- |
| 67 | + stations : [0, 35] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB |
| 68 | + d : 12.5 # [m] diameters if circular or side lengths if rectangular (can be pairs) |
| 69 | + t : 0.05 # [m] wall thicknesses (scalar or list of same length as stations) |
| 70 | + Cd : 0.6 # [-] transverse drag coefficient (optional, scalar or list of same length as stations) |
| 71 | + Ca : 0.93 # [-] transverse added mass coefficient (optional, scalar or list of same length as stations) |
| 72 | + CdEnd : 1.0 # [-] end axial drag coefficient (optional, scalar or list of same length as stations) |
| 73 | + CaEnd : 0.7 # value of 3.0 gives more heave response # [-] end axial added mass coefficient (optional, scalar or list of same length as stations) |
| 74 | + rho_shell : 7850 # [kg/m3] |
| 75 | + # --- ballast --- |
| 76 | + l_fill : 1.4 # [m] |
| 77 | + rho_fill : 5000 # [kg/m3] |
| 78 | + # --- handling of end caps or any internal structures if we need them --- |
| 79 | + cap_stations : [ 0 ] # [m] location along member of any inner structures (in same scaling as set by 'stations') |
| 80 | + cap_t : [ 0.001 ] # [m] thickness of any internal structures |
| 81 | + cap_d_in : [ 0 ] # [m] inner diameter of internal structures (0 for full cap/bulkhead, >0 for a ring shape) |
| 82 | + |
| 83 | + |
| 84 | + - name : pontoon # [-] an identifier (no longer has to be number) |
| 85 | + type : 2 # [-] |
| 86 | + rA : [ 5 , 0, -16.5] # [m] end A coordinates |
| 87 | + rB : [ 45.5, 0, -16.5] # [m] and B coordinates |
| 88 | + heading : [ 60, 180, 300] # [deg] heading rotation of column about z axis (for repeated members) |
| 89 | + shape : rect # [-] circular or rectangular |
| 90 | + gamma : 0.0 # [deg] twist angle about the member's z-axis |
| 91 | + potMod : False # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory |
| 92 | + # --- outer shell including hydro--- |
| 93 | + stations : [0, 40.5] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB |
| 94 | + d : [12.4, 7.0] # [m] diameters if circular or side lengths if rectangular (can be pairs) |
| 95 | + t : 0.05 # [m] wall thicknesses (scalar or list of same length as stations) |
| 96 | + Cd : [1.5, 2.2 ] # [-] transverse drag coefficient (optional, scalar or list of same length as stations) |
| 97 | + Ca : [2.2, 0.2 ] # [-] transverse added mass coefficient (optional, scalar or list of same length as stations) |
| 98 | + CdEnd : 0.0 # [-] end axial drag coefficient (optional, scalar or list of same length as stations) |
| 99 | + CaEnd : 0.0 # [-] end axial added mass coefficient (optional, scalar or list of same length as stations) |
| 100 | + rho_shell : 7850 # [kg/m3] |
| 101 | + l_fill : 40.5 # [m] |
| 102 | + rho_fill : 1025.0 # [kg/m3] |
| 103 | + |
| 104 | + |
| 105 | + - name : upper_support # [-] an identifier (no longer has to be number) |
| 106 | + type : 2 # [-] |
| 107 | + rA : [ 5 , 0, 14.545] # [m] end A coordinates |
| 108 | + rB : [ 45.5, 0, 14.545] # [m] and B coordinates |
| 109 | + heading : [ 60, 180, 300] # [deg] heading rotation of column about z axis (for repeated members) |
| 110 | + shape : circ # [-] circular or rectangular |
| 111 | + gamma : 0.0 # [deg] twist angle about the member's z-axis |
| 112 | + potMod : False # [bool] Whether to model the member with potential flow (BEM model) plus viscous drag or purely strip theory |
| 113 | + # --- outer shell including hydro--- |
| 114 | + stations : [0, 1] # [-] location of stations along axis. Will be normalized such that start value maps to rA and end value to rB |
| 115 | + d : 0.91 # [m] diameters if circular or side lengths if rectangular (can be pairs) |
| 116 | + t : 0.01 # [m] wall thicknesses (scalar or list of same length as stations) |
| 117 | + Cd : 0.0 # [-] transverse drag coefficient (optional, scalar or list of same length as stations) |
| 118 | + Ca : 0.0 # [-] transverse added mass coefficient (optional, scalar or list of same length as stations) |
| 119 | + CdEnd : 0.0 # [-] end axial drag coefficient (optional, scalar or list of same length as stations) |
| 120 | + CaEnd : 0.0 # [-] end axial added mass coefficient (optional, scalar or list of same length as stations) |
| 121 | + rho_shell : 7850 # [kg/m3] |
| 122 | + |
| 123 | + |
| 124 | + |
0 commit comments