How to Build a Turbine Model#
To build a turbine model, you need to create a YAML file that describes the turbine geometry and its components. The YAML file should follow the schema defined in the turbine_schema.yaml file, which is located in the windIO/schemas/turbine directory. The schema is written in YAML format and is used to validate the turbine model. The schema is also used to generate the documentation for the turbine model.
It is usually best to start from an existing turbine model and modify it to fit your needs.
Here we will walk through the YAML file of the IEA-15MW turbine, which is located in the windIO/examples/turbine/IEA-15-240-RWT-15MW.yaml file.
The YAML file is divided into several sections, each describing a different part of the turbine model. The top level sections are as follows:
windIO_version: Version of windIO used.
assembly: The field assembly includes nine entries that aim at describing the overall configuration of the wind turbine and its components.
components: Specifications for individual components like blades, tower, and nacelle.
airfoils: Database of airfoil coordinates, polars, and unsteady aero parameters.
materials: Database of materials used in the turbine model.
control: Control system.
Note that many text editors allow you to “fold” sections of the YAML file for easier navigation. Folding collapses sections of the file, making it easier to focus on specific parts of the turbine model. For example, you can fold the components section to hide its details while working on the assembly section. Consult your text editor’s documentation to learn how to use this feature. Here is an example of the assembly section from the IEA-15MW turbine YAML file:
assembly:
turbine_class: I
turbulence_class: B
drivetrain: direct_drive
rotor_orientation: Upwind
number_of_blades: 3
hub_height: 150.0
rotor_diameter: 241.35064632
rated_power: 15000000.0
lifetime: 25.0
Next, let’s look at the components section, which describes the individual components of the turbine.
Components#
Blade#
The blade section of the turbine YAML file provides detailed specifications for the wind turbine blade. It is divided into the following subfields:
reference_axis: Defines the reference axis of the blade in the blade root coordinate system. This axis is used as the basis for defining both the blade geometry and structural properties.
outer_shape: Describes the external geometry of the blade, including airfoil profiles and their distribution along the blade span. It also includes the blending of airfoil polars.
structure: Specifies the internal structure of the blade, including shear webs and composite material layers.
elastic_properties: Defines the stiffness and inertia properties of the blade, which are critical for structural dynamic analysis.
reference_axis#
An image representing the reference_axis of the blade is shown below.
This is how it looks for the IEA-15:
reference_axis:
x:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.018400065266506227, 0.04225083661157623, 0.0713435070518306, 0.1036164118664373, 0.13698065932882636, 0.16947761902506267, 0.19850810716711273, 0.22314347791028566, 0.24053558565655847, 0.24886598803245524, 0.2502470372487695, 0.24941257744761433, 0.24756615214432298, 0.24481686563607896, 0.24130290560673967, 0.23698965095246982, 0.23242285078249267, 0.22531163517427788, 0.2110134548882222, 0.18623119147117725, 0.1479307251853749, 0.09847131457569316, 0.04111540547132665, -0.02233952894219675, -0.08884150619038655, -0.15891966620096387, -0.2407441175807782, -0.3366430472730907, -0.44693576549987823, -0.5680658106768092, -0.6975208703059096, -0.8321262196998409, -0.9699653368698024, -1.1090930486685822, -1.255144506570033, -1.4103667735456449, -1.5733007007462756, -1.7434963771088456, -1.9194542609028804, -2.1000907378795275, -2.285501961499942, -2.4756894577736315, -2.6734165188032692, -2.8782701025304545, -3.090085737186208, -3.308459127246535, -3.533712868740941, -3.7641269864926348, -4.0]
y:
grid: [0.0, 1.0]
values: [0.0, 0.0]
z:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 2.387755102040816, 4.775510204081632, 7.163265306122448, 9.551020408163264, 11.938775510204081, 14.326530612244898, 16.714285714285715, 19.10204081632653, 21.489795918367346, 23.877551020408163, 26.265306122448976, 28.653061224489797, 31.04081632653061, 33.42857142857143, 35.81632653061224, 38.20408163265306, 40.59183673469388, 42.979591836734684, 45.36734693877551, 47.75510204081632, 50.14285714285714, 52.53061224489795, 54.91836734693877, 57.30612244897959, 59.69387755102041, 62.08163265306122, 64.46938775510203, 66.85714285714285, 69.24489795918367, 71.63265306122447, 74.0204081632653, 76.40816326530611, 78.79591836734693, 81.18367346938776, 83.57142857142857, 85.95918367346938, 88.3469387755102, 90.73469387755102, 93.12244897959182, 95.51020408163265, 97.89795918367345, 100.28571428571428, 102.6734693877551, 105.0612244897959, 107.44897959183673, 109.83673469387753, 112.22448979591836, 114.61224489795919, 117.0]
outer_shape#
Next, the outer_shape
is defined. Here, follow the Detailed Documentation for the details.
It is important to note that each quantity that is distributed along the span is defined in terms of pairs of grid
and values.
The field grid maps the distribution of the quantity along the curved length of the reference axis,
while values defines the value of the quantity at each grid point.
The grid is defined in terms of a list of values, which are normalized to the 3D curvilinear blade length.
outer_shape:
chord:
grid: &id001 [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 0.985, 0.99, 0.995, 1.0]
values: [5.2, 5.208839941579524, 5.237887092263203, 5.293325313383697, 5.3673398548149205, 5.452092684226667, 5.5400317285038465, 5.621824261194381, 5.692531175149338, 5.74261089072697, 5.764836827022541, 5.756119529852528, 5.70309851275065, 5.604676021602162, 5.471559126660524, 5.322778014171772, 5.16648228816705, 5.019421327310202, 4.885807888739599, 4.767959675121795, 4.654566079625438, 4.54103105171191, 4.42817557762473, 4.316958876583997, 4.207880735790049, 4.101646187027423, 3.9987123353123564, 3.8994086760515647, 3.803172543681295, 3.7093894536544263, 3.6171117415725322, 3.525634918177657, 3.434082670567315, 3.341933111457596, 3.2486784477614132, 3.156109679927359, 3.0645800048338336, 2.9729926470824872, 2.8807051066906166, 2.786969376686517, 2.6910309386270574, 2.591965555977676, 2.4893236475052167, 2.383917231097341, 2.2759238162069977, 2.165466732053696, 2.0526250825584818, 1.9377533268191636, 1.819662967336163, 1.7799216728668075, 1.7077871948468315, 1.472482673397968, 0.5000000000000001]
twist:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [15.594553019711718, 15.587738611768888, 15.410834678783594, 14.94855563474368, 14.258454806785743, 13.397141637256267, 12.422019476827078, 11.394571316280787, 10.370976084968406, 9.403999874823057, 8.55152220118208, 7.833153039627247, 7.191354972096501, 6.551629060916145, 5.933995702189942, 5.346089613189348, 4.796333947019595, 4.296593562725417, 3.8469551946867853, 3.4453420567977457, 3.0769139097730203, 2.733562457425842, 2.4122346744420375, 2.111690772172129, 1.8283964552355059, 1.5587834208773341, 1.302436869719713, 1.0644273710738394, 0.8434461662411673, 0.636564186841789, 0.4370289000217617, 0.23965679333879802, 0.0396776881472392, -0.17282812434797473, -0.40708383138202187, -0.680377614461304, -0.999293610427649, -1.3205252555177112, -1.6232987620657153, -1.884368146311783, -2.086230093232373, -2.163998201705838, -2.1758411660849997, -2.1553037749751884, -2.102909521958467, -2.018403421317624, -1.8967432139727702, -1.7243257626604744, -1.5081251144016243, -1.2423877062729696]
section_offset_y:
grid: *id001
values: [2.6236363636363635, 2.552428876677513, 2.4759501862368163, 2.4032478908941446, 2.332902366312785, 2.266041752232591, 2.2045884375590665, 2.1435993839810132, 2.0805748978310072, 2.019146829465078, 1.960531253784299, 1.9056616134835656, 1.84839210272723, 1.7870357802149563, 1.721842623091503, 1.6579862579082694, 1.5956314860958807, 1.5389816994450558, 1.4870510043546192, 1.4393309852352654, 1.3926543891872003, 1.3463512922859022, 1.3017560617828952, 1.259935475513539, 1.2207478186076504, 1.1845824888557528, 1.1517344945723473, 1.122411683161836, 1.0950951476261201, 1.0702428728676987, 1.0474318269194929, 1.0263504176714462, 1.0062340081079209, 0.9866763793904084, 0.9674049168468856, 0.9486170108828925, 0.9303310321927184, 0.9118301180470353, 0.892680208662413, 0.8723513078550391, 0.8514164295360744, 0.8299761208422669, 0.8080920020475328, 0.7853915175016911, 0.7615993603443476, 0.7365164665224022, 0.710322399534955, 0.6834866509190205, 0.6552406721792461, 0.6447474683929985, 0.6220040217512856, 0.5392218076604653, 0.18409090909090906]
airfoils:
- name: circular
spanwise_position: 0.0
configuration:
- default
weight: [1.0]
- name: circular
spanwise_position: 0.02
configuration:
- default
weight: [1.0]
- name: SNL-FFA-W3-500
spanwise_position: 0.15
configuration:
- default
weight: [1.0]
- name: FFA-W3-360
spanwise_position: 0.24517031675566095
configuration:
- default
weight: [1.0]
- name: FFA-W3-330blend
spanwise_position: 0.3288439506472435
configuration:
- default
weight: [1.0]
- name: FFA-W3-301
spanwise_position: 0.4391793464459161
configuration:
- default
weight: [1.0]
- name: FFA-W3-270blend
spanwise_position: 0.5376714071084352
configuration:
- default
weight: [1.0]
- name: FFA-W3-241
spanwise_position: 0.6382076569163737
configuration:
- default
weight: [1.0]
- name: FFA-W3-211
spanwise_position: 0.7717438522715817
configuration:
- default
weight: [1.0]
- name: FFA-W3-211
spanwise_position: 1.0
configuration:
- default
weight: [1.0]
rthick:
grid: *id001
values: [1.0, 0.9999879016924226, 0.9714689312714463, 0.8996198089929209, 0.8013761131758645, 0.6936734221392962, 0.5934473142022342, 0.5176333676836977, 0.4730656789968289, 0.434955856223253, 0.402335448462446, 0.37685272086865096, 0.3601559385961107, 0.3501401491647871, 0.3426575851898116, 0.3365601259775633, 0.33070025450948, 0.3247646687837493, 0.31939517702653397, 0.3143239406267861, 0.309271344828875, 0.3039577748771702, 0.2981243349262338, 0.29180784166380225, 0.28522820807101734, 0.27860348217773645, 0.27215171201381677, 0.2659699127765037, 0.2598158729953399, 0.253767700548572, 0.24793519101205128, 0.2424281399616292, 0.23698799308368704, 0.23097690096433968, 0.22489620438515764, 0.21930429419871936, 0.21475956125760334, 0.21182039641438793, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211, 0.211]
The outer aerodynamic 3D surface or structural outer mold line (OML) can be defined
in components.blade.outer_shape.surface
. It can be used to generate computational meshes for the internal blade structure or high-fidelity aerodynamic modelling.
To construct this surface, the following steps must be followed in the right order.
From the outer_shape field, use
rthick
or use PCHIP based on the master airfoils and theouter_shape.airfoils.spanwise_position
grid to interpolate airfoil cross-sections in between defined airfoils. Note that using spanwise_position in the windIO file requires the resolution of this grid to be quite fine, and airfoils with relative thickness above the typical 36% to be defined. Otherwise it is quite difficult to control the shape transition from the cylindrical root to the max chord. Also note that airfoils in the airfoils section should be interpolated onto a common grid based on normalized surface curve fraction using PCHIP, allowing point-wise interpolation between airfoils. Interpolating based on a common chord-wise discretization will result in very different airfoil shapes particularly for thick airfoils. Define the surface with an open trailing edge, since splining a discontinuous trailing edge will likely result in overshooting.Scale airfoils by chord.
In the blade root coordinate system, apply
section_offset_y
from the leading edge along the chord.In the blade root coordinate system, apply
section_offset_x
from the chord line normal to chord.Compute and apply rotation matrix M to place airfoils orthonormal to local reference axis tangent, see below for details on this.
Apply x, y and z translations from the curved reference axis.
The transformation matrix for a cross-section is constructed as:
compute reference axis curve tangent unit vectors \((t_x, t_y, t_z)\) (preferably analytically using pchip derivatives)
compute rotation matrices for x- and y-rotations \(M_x\) and \(M_y\) from axis and angle, see https://en.wikipedia.org/wiki/Rotation_matrix “Rotation matrix from axis and angle”
\(M_{xy} = matmul(M_y, M_x)\)
Compute twist correction \(r_z = atan2(M_{xy}(0, 1), Mxy(0, 0))\). The twist correction is consistent with how the local chord reference system is defined in HAWC2, but this may be different in other aeroelastic tools.
\(r_z = twist + r_z\)
Compute z-rotation matrix M_z as for step 2 from \(t_z\) and \(r_z\)
\(M = matmul(M_{xy}, M_z)\)
The above definition of the transformation from local to blade reference frame is described in detail by Li et al, 2024. Also see Li et al, 2022.
This surface object is defined discretely as a block-structured surface grid with the following fields:
outer_shape:
surface:
grid: [0.0, 0.1, ...., 1.0]
x:
- [...] # x-coordinates for section 1
- [...] # x-coordinates for section nsec
y:
- [...]
- [...]
z:
- [...]
- [...]
which will map each coordinate direction to a \((n_pts, nsec)\) 2D array where \(n_pts\) is the number of nodes in the cross-sections along the blade.
We define a local curvilinear mapping that in the spanwise direction follows the grid
used for the
reference_axis
.
In the direction along the local cross-section surface arc the field nd_arc_position
is defined as 0.0 at the trailing edge midpoint,
traveling along the suction side, to the leading edge and pressure side, and is 1.0 at the trailing edge midpoint, see below sketch.
To compute the curve fraction, it is recommended to use an analytical spline evaluation of the curve as basis rather than the discrete points.
structure#
The field components.blade.structure
contains the data to describe the internal composite structure of wind turbine blades.
Defining the structural geometry of a blade is a sophisticated process and the windIO ontology supports different parameterization types
that primarily targets conceptual design.
On the top level, the field blade.structure
has the sub-sections:
anchors
: Defines anchor lines, planes and curves used to place the layup within the outer mold line (OML),webs
: (Optional) Defines the placement and geometry of the shear webs,layers
: Defines all internal layers in terms ofname
,material
,thickness
, number of pliesn_plies
,fiber_orientation
(for composites), and position.joints
: (Optional) Defines spanwise segmentation of blades.elastic_properties
: Defines the elastic properties of a beam-representation of the blade.
Anchors are used to define references for placement of layers, shear webs and other main features of the blade structure.
Below list summarizes the characteristics and rules for anchors:
Anchors replace the previous positioning of layers using
start_nd_arc
andend_nd_arc
in a layer field, and add the possibility of defining additional convenient planes and arc positions for placing layers.Anchors do not need to coincide with layer edges, but can define layer centers or other convenient positions,
Anchors must define their non-dimensional arc position(s) along the cross-section surface using the
start_nd_arc
and optionallyend_nd_arc
fields,While arc positions can be anchored to other anchors, it must be possible to explicitly read the defined anchor arc positions from the windIO file, without geometric computations.
Convenient schemas are available to define arc positions resulting from plane and ruled surface intersections.
Anchors do not need to be defined along the entire spanwise grid of the blade.
Anchors can cross and coincide, but this may pose challenges in mesh generation.
The previously defined
offset_y_pa
has been deprecated, and has been replaced withplane_intersection
.
The below list defines anchor names that are pre-defined but can be overwritten explicitly by the user:
name: TE
Trailing edge of the blade cross-sections, defined as the midpoint between the first and last point of the local cross-section, following the below sketch TE defines two values
start_nd_arc=0.0
andend_nd_arc=1.0
.name: TE_SS
Suction side trailing edge of the blade cross-sections, defined by the first point of the local cross-section.
name: TE_PS
Pressure side trailing edge of the blade cross-sections, defined by the last point of the local cross-section.
In windIO v1.0, the leading-edge LE
could be used to place layers but not explicitly defined in terms of curve fraction.
However, in windIO 2.0, the user has to explicitly define this field as an anchor to avoid any ambiguities.
Anchors are defined as a list and the name
and start_nd_arc
fields are required.
Depending on the anchor type end_nd_arc
can also be defined for the anchor.
Below we construct a user-defined leading edge mold split,
that only defines a single arc position along the span, start_nd_arc
:
- name: le_mold_split
start_nd_arc:
grid: [0.0, 1.0]
values: [0.47, 0.49]
An anchor can itself be positioned relative to another anchor using the offset_arc
field referencing the string name of
the anchor, combined with grid/value pair for the dimensioned offset. The offset can also be non-dimensional,
for which the offset_nd_arc
field is used.
- name: te_reinforcement_ss
start_nd_arc:
grid: [0.0, 1.0]
values: [0.13, 0.13]
offset_arc:
defines: start_nd_arc
anchor:
name: TE_SS
handle: start_nd_arc
grid: [0.0, 1.0]
values: [0.5, 0.5]
The offset can be both positive or negative.
Arc positions can be defined using the combined midpoint_nd_arc
and width
fields:
- name: le_reinforcement
start_nd_arc:
grid: [0.0, 1.0]
values: [0.47, 0.47]
end_nd_arc:
grid: [0.0, 1.0]
values: [0.53, 0.53]
midpoint_nd_arc:
anchor:
name: LE
handle: start_nd_arc
width:
grid: [0.0, 1.0]
values: [0.4, 0.4]
defines:
- start_nd_arc
- end_nd_arc
Anchors can also be defined from plane intersections, which is convenient for defining spar caps
that are typically straight or tapered, or shear webs that similarly intersect the surface with straight intersections.
Below we define the suction side spar cap, where the plane intersection defines the midpoint_nd_arc
,
which combined with the width
field results in start_nd_arc
and end_nd_arc
forming a constant width patch along the span
(note that the numbers in the below example are arbitrary).
- name: spar_cap_ss
start_nd_arc:
grid: [0., 1.0]
values: [0.31, 0.33]
end_nd_arc:
grid: [0.0, 1.0]
values: [0.6, 0.6]
plane_intersection:
side: suction
defines: midpoint_nd_arc
plane_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 0.0
offset:
grid: [0.0, 1.0]
values: [0.4, 0.0]
width:
grid: [0.0, 1.0]
values: [1.0, 1.0]
defines:
- start_nd_arc
- end_nd_arc
The above definition can also be split into two anchors, one that defines the midpoint of the spar cap, and a second one that uses this curve as an anchor, and defining a width, computes the two edges of the cap.
- name: spar_cap_ss_center
start_nd_arc:
grid: [0., 1.0]
values: [0.45, 0.45]
plane_intersection:
side: suction
defines: start_nd_arc
plane_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 0.0
offset:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: spar_cap_ss
start_nd_arc:
grid: [0., 1.0]
values: [0.31, 0.33]
end_nd_arc:
grid: [0.0, 1.0]
values: [0.6, 0.6]
midpoint_nd_arc:
anchor:
name: spar_cap_center
handle: start_nd_arc
width:
grid: [0.0, 1.0]
values: [1.0, 1.0]
defines:
- start_nd_arc
- end_nd_arc
Below we show how to define anchors for a shear web:
- name: aft_web
start_nd_arc:
grid: [0., 1.0]
values: [0.31, 0.33]
end_nd_arc:
grid: [0.0, 1.0]
values: [0.6, 0.6]
plane_intersection:
side: both
defines: start_end_nd_arc
intersection_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 8.0
offset:
grid: [0.05, 0.95]
values: [0.4, 0.0]
The intersection_type1
intersection is performed as follows:
Starting from the blade root coordinate system, rotate the lofted blade by the amount defined in
rotation
around the blade z-axis using a right-handed rule.Interpolate the
(x, y, z)
coordinates of theanchor_curve
curve at theanchors_nd_grid
non-dimensional arc positions, resulting in two points in space.Construct a plane spanning the two points, and with a normal vector in the y-z plane perpendicular to the line connecting the two points.
Offset the plane along the plane normal vector by the amount defined in
offset
. If the offset is not linear, the plane effectively becomes a ruled surface.Intersect the plane with the blade surface and compute the
position_nd_arc
of the intersection curve along the span.
The side
indicates whether to intersect either the suction or pressure side, or both.
defines
lists the arc positions the intersection computes, with possible values start_end_nd_arc
, end_nd_arc
,
or midpoint_nd_arc
if it is used in combination with the width
field.
An alternative and also convenient method to define features in the blade is to intersect the blade with a ruled surface. In the present implementation the ruled surface is constructed from an offset normal to the anchor curve in the y-z plane.
An example of this type of intersection is given below to compute the location of a
trailing edge shear web with a constant offset from the (curved) trailing edge.
The intersection type is referred to as intersection_type2
:
- name: te_web
start_nd_arc:
grid: [0., 1.0]
values: [0.05, 0.1]
end_nd_arc:
grid: [0., 1.0]
values: [0.95, 0.9]
plane_intersection:
side: both
defines: start_end_nd_arc
intersection_type2:
anchor_curve: TE
rotation: 0.0
offset:
grid: [0.0, 1.0]
values: [0.6, 0.6]
This intersection is performed as follows:
Starting from the blade root coordinate system, rotate the lofted blade by the amount defined in
rotation
around the blade root z-axis using a right-handed rule.In the y-z plane construct an offset curve normal to the anchor curve.
Construct the ruled surface by extrapolating the offset curve along the
x
-axis.Intersect the ruled surface with the blade surface and compute the
position_nd_arc
of the intersection curve.
If the resulting intersection is not defined along the entire span of the blade, the last valid intersection point found should be used.
That would in the case of an intersection surface extending beyond the trailing edge, result in the curve coinciding with
the maximum y
-coordinate of the blade cross-sections, or conversely if it extends beyond the leading edge, the minimum y
-coordinates of the sections.
Layers
The layers
section defines the actual layup of typically composite materials in the blade.
The position of the layers is defined in terms of the anchors defined above, while the thickness and fiber orientation
are defined as spanwise and optionally chordwise distributions. An example of a layer definition is shown below:
- name: TE_SS_filler
material: foam
thickness:
grid: [0.05, 0.95]
values: [0.05, 0.05]
fiber_orientation:
grid: [0.05, 0.95]
values: [0.0, 0.0]
start_nd_grid: 0.05
end_nd_grid: 0.95
start_nd_arc:
anchor:
name: TE_SS
handle: start_nd_arc
end_nd_arc:
anchor:
name: spar_cap_ss
handle: start_nd_arc
Shear web layups with layer drop-offs
Shear webs are sandwich panels often composed of outer biaxial layers and a core material in-between.
windIO 2.x supports defining start and end arc extents of web layers referring to
their extent across the distance between the two shells. This is done by defining an anchors
field
for each web, with grid
/ values
pairs where grid
is the spanwise non-dimensional curved length,
and values
is the non-dimensional arc length of the web.
webs:
- name: web1
start_nd_grid: 0.05
end_nd_grid: 0.98
start_nd_arc:
anchor:
name: web0
handle: start_nd_arc
end_nd_arc:
anchor:
name: web0
handle: end_nd_arc
anchors:
- name: web1_shell_attachment
start_nd_arc:
grid: [0.05, 0.98]
values: [0.0, 0.0]
end_nd_arc:
grid: [0.05, 0.98]
values: [1.0, 1.0]
- name: web1_core
start_nd_arc:
grid: [0.05, 0.98]
values: [0.05, 0.05]
end_nd_arc:
grid: [0.05, 0.98]
values: [0.95, 0.95]
In the layers
section, these anchors are referenced similar to the shell anchors:
- name: web1_skin00
web: web1
material: glass_biax
thickness:
grid: [0.05, 0.95]
values: [0.002, 0.002]
fiber_orientation:
grid: [0.05, 0.95]
values: [0.0, 0.0]
start_nd_grid: 0.05
end_nd_grid: 0.95
start_nd_arc:
anchor:
name: web1_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web1_shell_attachment
handle: end_nd_arc
- name: web1_filler
web: web1
material: medium_density_foam
thickness:
grid: [0.05, 0.95]
values: [0.002, 0.002]
fiber_orientation:
grid: [0.05, 0.95]
values: [0.0, 0.0]
start_nd_grid: 0.05
end_nd_grid: 0.95
start_nd_arc:
anchor:
name: web1_core
handle: start_nd_arc
end_nd_arc:
anchor:
name: web1_core
handle: end_nd_arc
Web flanges
To define web flanges the following section can be added to a web definition:
webs:
- name: fore_web
...
flanges:
- type: L
side: suction
bondline:
material: glue
thickness:
grid: [0., 0.5, 1.0]
values: [0.03, 0.02, 0.01]
start_nd_arc:
anchor:
name: fore_web_anchor_ss
handle: start_nd_arc
end_nd_arc:
anchor:
name: fore_web_flange_anchor_ss
handle: start_nd_arc
- type: L
side: pressure
bondline:
material: glue
thickness:
grid: [0., 0.5, 1.0]
values: [0.03, 0.02, 0.01]
start_nd_arc:
anchor:
name: fore_web_flange_anchor_ps
handle: start_nd_arc
end_nd_arc:
anchor:
name: fore_web_anchor_ps
handle: start_nd_arc
This feature is currently experimental, and details of the schema could be updated in future releases.
Tapered thickness along the airfoil arc direction
While it is often a good approximation that thickness of a composite layer is constant along the airfoil arc direction,
this is not the case for core material which is often tapered towards e.g. the trailing edge in a wind turbine blade.
windIO supports specifying thickness as a 2D array, where the first line defines the spanwise grid equivalent to the 1D grid normally used,
and following lines define the chordwise grid that represent the normalized arc distance between the layers’ start_nd_arc
and its end_nd_arc
.
thickness:
grid:
- [0, 0.25, 0.75, 1]
- [0.0, 0.0, 0.0, 0.0]
- [0.25, 0.25, 0.25, 0.25]
- [0.5, 0.5, 0.5, 0.5]
- [0.75, 0.75, 0.75, 0.75]
- [1.0, 1.0, 1.0, 1.0]
values:
- [0.0, 0.0, 0.0, 0.0]
- [0.05, 0.05, 0.05, 0.05]
- [0.10, 0.10, 0.10, 0.10]
- [0.05, 0.05, 0.05, 0.05]
- [0.0, 0.0, 0.0,0.0]
To taper core material linearly, the easiest approach would be to split the core into two separate patches, one with constant thickness, and another with tapered thickness.
layers:
- name: TE_SS_filler_taper
material: foam
start_nd_arc:
anchor:
name: te_reinforcement_ss
handles: end_nd_arc
end_nd_arc:
anchor:
name: TE_SS_filler_taper
handles: start_nd_arc
thickness:
grid:
- [0, 0.25, 0.75, 1]
- [1.0, 1.0, 1.0, 1.0]
values:
- [0.0, 0.0, 0.0,0.0]
- [0.05, 0.05, 0.05, 0.05]
- name: TE_SS_filler
material: foam
start_nd_arc:
anchor:
name: TE_SS_filler_taper
handles: start_nd_arc
end_nd_arc:
anchor:
name: spar_cap_ss
handles: start_nd_arc
thickness:
grid:
- [0, 0.25, 0.75, 1]
values:
- [0.05, 0.05, 0.05, 0.05]
This feature is currently experimental, and details of the schema could be updated in future releases.
Trailing edge adhesive
The optional trailing edge adhesive fills the void on the inside of the shell at the trailing edge, and its location is defined by four corners with references to anchors defined in the anchors section, two on the suction sice and two on the pressure side. The exact topology of the trailing edge is often linked to the specific meshing tool used for the finite element analysis, but can by the user be defined such that shell material wraps around trailing edge and meets at an nd_arc_position of 0.0/1.0 (at the trailing edge midpoint), or left open requiring that the trailing edge bondline closes the trailing edge gap.
trailing_edge_adhesive:
material: glue
anchor_ss_start:
name: TE_SS
handle: start_nd_arc
anchor_ss_end:
name: TE_adhesive_ss_end
handle: start_nd_arc
anchor_ps_start:
name: TE_PS
handle: start_nd_arc
anchor_ps_end:
name: TE_adhesive_ps_end
handle: start_nd_arc
This feature is currently experimental, and details of the schema could be updated in future releases.
Complete example: IEA 15 MW RWT
The structure
field often grows quite extensively. For the IEA-15MW turbine, it is defined as follows:
structure:
webs:
- name: web0
start_nd_arc:
anchor:
name: web0
handle: start_nd_arc
end_nd_arc:
anchor:
name: web0
handle: end_nd_arc
anchors:
- name: web0_shell_attachment
start_nd_arc:
grid: [0.0, 1.0]
values: [0.0, 0.0]
end_nd_arc:
grid: [0.0, 1.0]
values: [1.0, 1.0]
- name: web1
start_nd_arc:
anchor:
name: web1
handle: start_nd_arc
end_nd_arc:
anchor:
name: web1
handle: end_nd_arc
anchors:
- name: web1_shell_attachment
start_nd_arc:
grid: [0.0, 1.0]
values: [0.0, 0.0]
end_nd_arc:
grid: [0.0, 1.0]
values: [1.0, 1.0]
layers:
- name: UV_protection
start_nd_arc:
anchor:
name: UV_protection
handle: start_nd_arc
end_nd_arc:
anchor:
name: UV_protection
handle: end_nd_arc
material: Gelcoat
thickness:
grid: [0.0, 1.0]
values: [0.001, 0.001]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: Shell_skin
start_nd_arc:
anchor:
name: Shell_skin
handle: start_nd_arc
end_nd_arc:
anchor:
name: Shell_skin
handle: end_nd_arc
material: glass_triax
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.05, 0.044485585534082064, 0.03920631246744508, 0.03412448386439088, 0.02929392619207671, 0.024489505325564213, 0.019384558581206295, 0.014595881643786201, 0.010343166429891729, 0.007150009588491233, 0.005006698932577704, 0.003764433062961093, 0.0030198265169068604, 0.0024784377045354734, 0.0021584738459249457, 0.00204953240924978, 0.0020060989392585928, 0.0020006011392945207, 0.002000115115065172, 0.002000012940486307, 0.0020000009096608237, 0.00200000000005121, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.0019033104254005903, 0.0016891430845399399, 0.0013784275518661877, 0.0011538262554083136, 0.00103989912672171, 0.0010063268946716168, 0.0010007931283301417, 0.001, 0.001, 0.001]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: Spar_Cap_SS
start_nd_arc:
anchor:
name: Spar_Cap_SS
handle: start_nd_arc
end_nd_arc:
anchor:
name: Spar_Cap_SS
handle: end_nd_arc
material: CarbonUD
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0001, 0.0019253427544743858, 0.005878030418028014, 0.012205741402763814, 0.02033847241410345, 0.029710037581228265, 0.03976076813427265, 0.04984579196655636, 0.059506919810752144, 0.06813475896247266, 0.07517917278251993, 0.08001633865143198, 0.08380373783594258, 0.08756302399896077, 0.09096088968367966, 0.09394183001092273, 0.09623412699697585, 0.0977753527026025, 0.09836307921598017, 0.0981999062871899, 0.09757657895482426, 0.09649171896998379, 0.09504926405790153, 0.09340609597066436, 0.09163396600383901, 0.08985822612692451, 0.08812902603702513, 0.08640958344856942, 0.08462830823429666, 0.08272111871184405, 0.08063005694324227, 0.07831036719824715, 0.07574643418843892, 0.07276138579954894, 0.06913218672253638, 0.06421642597820243, 0.05743129735425094, 0.0499439766596495, 0.04210164910682022, 0.03453603307614619, 0.027794810383669103, 0.022532572295399025, 0.01866188117363215, 0.015066576723923265, 0.011738804201119217, 0.008673947426939258, 0.006002632716771239, 0.0038861394151689125, 0.0022342962473922592, 0.0010000000000001236]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: Spar_Cap_PS
start_nd_arc:
anchor:
name: Spar_Cap_PS
handle: start_nd_arc
end_nd_arc:
anchor:
name: Spar_Cap_PS
handle: end_nd_arc
material: CarbonUD
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0001, 0.0019253427544743858, 0.005878030418028014, 0.012205741402763814, 0.02033847241410345, 0.029710037581228265, 0.03976076813427265, 0.04984579196655636, 0.059506919810752144, 0.06813475896247266, 0.07517917278251993, 0.08001633865143198, 0.08380373783594258, 0.08756302399896077, 0.09096088968367966, 0.09394183001092273, 0.09623412699697585, 0.0977753527026025, 0.09836307921598017, 0.0981999062871899, 0.09757657895482426, 0.09649171896998379, 0.09504926405790153, 0.09340609597066436, 0.09163396600383901, 0.08985822612692451, 0.08812902603702513, 0.08640958344856942, 0.08462830823429666, 0.08272111871184405, 0.08063005694324227, 0.07831036719824715, 0.07574643418843892, 0.07276138579954894, 0.06913218672253638, 0.06421642597820243, 0.05743129735425094, 0.0499439766596495, 0.04210164910682022, 0.03453603307614619, 0.027794810383669103, 0.022532572295399025, 0.01866188117363215, 0.015066576723923265, 0.011738804201119217, 0.008673947426939258, 0.006002632716771239, 0.0038861394151689125, 0.0022342962473922592, 0.0010000000000001236]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: LE_reinforcement
start_nd_arc:
anchor:
name: LE_reinforcement
handle: start_nd_arc
end_nd_arc:
anchor:
name: LE_reinforcement
handle: end_nd_arc
material: glass_uni
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0029970845481049565, 0.0029679300291545196, 0.0029387755102040823, 0.0029096209912536446, 0.0028804664723032065, 0.0028513119533527687, 0.002822157434402331, 0.002793002915451894, 0.0027638483965014577, 0.0027346938775510204, 0.002705539358600584, 0.0026763848396501467, 0.0026472303206997085, 0.002618075801749271, 0.0025889212827988335, 0.0025597667638483966, 0.0025306122448979598, 0.002501457725947523, 0.002472303206997085, 0.002443148688046647, 0.0024139941690962093, 0.0023848396501457733, 0.0023556851311953364, 0.002326530612244899, 0.0022973760932944614, 0.0022682215743440237, 0.0022390670553935855, 0.0022099125364431487, 0.002180758017492712, 0.002151603498542275, 0.0021224489795918376, 0.0020932944606413995, 0.0020641399416909617, 0.002034985422740525, 0.0020058309037900876, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: TE_reinforcement_SS
start_nd_arc:
anchor:
name: TE
handle: start_nd_arc
end_nd_arc:
anchor:
name: TE_reinforcement_SS
handle: end_nd_arc
material: glass_uni
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.013972585306122443, 0.02111763836734694, 0.028262691428571428, 0.030560909387755103, 0.03024929306122449, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02979387795918369, 0.02567143714285715, 0.021548996326530612, 0.017040055102040836, 0.01227344693877553, 0.007950654489795924, 0.006142817755102042, 0.004334981020408161, 0.003393495714285716, 0.002823303877551022, 0.0021512048979591865, 0.0011733844897959208, 0.00019556408163266077, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: TE_reinforcement_PS
start_nd_arc:
anchor:
name: TE_reinforcement_PS
handle: start_nd_arc
end_nd_arc:
anchor:
name: TE
handle: end_nd_arc
material: glass_uni
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.013972585306122443, 0.02111763836734694, 0.028262691428571428, 0.030560909387755103, 0.03024929306122449, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.03, 0.02979387795918369, 0.02567143714285715, 0.021548996326530612, 0.017040055102040836, 0.01227344693877553, 0.007950654489795924, 0.006142817755102042, 0.004334981020408161, 0.003393495714285716, 0.002823303877551022, 0.0021512048979591865, 0.0011733844897959208, 0.00019556408163266077, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: TE_SS_filler
start_nd_arc:
anchor:
name: TE_reinforcement_SS
handle: end_nd_arc
end_nd_arc:
anchor:
name: Spar_Cap_SS
handle: start_nd_arc
material: medium_density_foam
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0598396501457726, 0.05823615160349855, 0.056632653061224496, 0.05502915451895044, 0.05342565597667638, 0.05182215743440232, 0.05021865889212827, 0.048615160349854226, 0.04701166180758018, 0.04540816326530612, 0.043804664723032086, 0.04220116618075804, 0.04059766763848397, 0.03899416909620991, 0.037390670553935856, 0.0357871720116618, 0.03418367346938775, 0.0325801749271137, 0.030976676384839655, 0.029373177842565597, 0.027769679300291537, 0.02616618075801749, 0.024562682215743446, 0.0229591836734694, 0.021355685131195342, 0.01975218658892129, 0.01814868804664723, 0.01654518950437318, 0.01494169096209913, 0.013338192419825076, 0.011734693877551031, 0.010131195335276979, 0.008527696793002927, 0.006924198250728873, 0.005320699708454824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: LE_SS_filler
start_nd_arc:
anchor:
name: Spar_Cap_SS
handle: end_nd_arc
end_nd_arc:
anchor:
name: LE_reinforcement
handle: start_nd_arc
material: medium_density_foam
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0598396501457726, 0.05823615160349855, 0.056632653061224496, 0.05502915451895044, 0.05342565597667638, 0.05182215743440232, 0.05021865889212827, 0.048615160349854226, 0.04701166180758018, 0.04540816326530612, 0.043804664723032086, 0.04220116618075804, 0.04059766763848397, 0.03899416909620991, 0.037390670553935856, 0.0357871720116618, 0.03418367346938775, 0.0325801749271137, 0.030976676384839655, 0.029373177842565597, 0.027769679300291537, 0.02616618075801749, 0.024562682215743446, 0.0229591836734694, 0.021355685131195342, 0.01975218658892129, 0.01814868804664723, 0.01654518950437318, 0.01494169096209913, 0.013338192419825076, 0.011734693877551031, 0.010131195335276979, 0.008527696793002927, 0.006924198250728873, 0.005320699708454824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: LE_PS_filler
start_nd_arc:
anchor:
name: LE_reinforcement
handle: end_nd_arc
end_nd_arc:
anchor:
name: Spar_Cap_PS
handle: start_nd_arc
material: medium_density_foam
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0598396501457726, 0.05823615160349855, 0.056632653061224496, 0.05502915451895044, 0.05342565597667638, 0.05182215743440232, 0.05021865889212827, 0.048615160349854226, 0.04701166180758018, 0.04540816326530612, 0.043804664723032086, 0.04220116618075804, 0.04059766763848397, 0.03899416909620991, 0.037390670553935856, 0.0357871720116618, 0.03418367346938775, 0.0325801749271137, 0.030976676384839655, 0.029373177842565597, 0.027769679300291537, 0.02616618075801749, 0.024562682215743446, 0.0229591836734694, 0.021355685131195342, 0.01975218658892129, 0.01814868804664723, 0.01654518950437318, 0.01494169096209913, 0.013338192419825076, 0.011734693877551031, 0.010131195335276979, 0.008527696793002927, 0.006924198250728873, 0.005320699708454824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: TE_PS_filler
start_nd_arc:
anchor:
name: Spar_Cap_PS
handle: end_nd_arc
end_nd_arc:
anchor:
name: TE_reinforcement_PS
handle: start_nd_arc
material: medium_density_foam
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0598396501457726, 0.05823615160349855, 0.056632653061224496, 0.05502915451895044, 0.05342565597667638, 0.05182215743440232, 0.05021865889212827, 0.048615160349854226, 0.04701166180758018, 0.04540816326530612, 0.043804664723032086, 0.04220116618075804, 0.04059766763848397, 0.03899416909620991, 0.037390670553935856, 0.0357871720116618, 0.03418367346938775, 0.0325801749271137, 0.030976676384839655, 0.029373177842565597, 0.027769679300291537, 0.02616618075801749, 0.024562682215743446, 0.0229591836734694, 0.021355685131195342, 0.01975218658892129, 0.01814868804664723, 0.01654518950437318, 0.01494169096209913, 0.013338192419825076, 0.011734693877551031, 0.010131195335276979, 0.008527696793002927, 0.006924198250728873, 0.005320699708454824, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: Shell_skin_inner
start_nd_arc:
anchor:
name: Shell_skin_inner
handle: start_nd_arc
end_nd_arc:
anchor:
name: Shell_skin_inner
handle: end_nd_arc
material: glass_triax
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.05, 0.044485585534082064, 0.03920631246744508, 0.03412448386439088, 0.02929392619207671, 0.024489505325564213, 0.019384558581206295, 0.014595881643786201, 0.010343166429891729, 0.007150009588491233, 0.005006698932577704, 0.003764433062961093, 0.0030198265169068604, 0.0024784377045354734, 0.0021584738459249457, 0.00204953240924978, 0.0020060989392585928, 0.0020006011392945207, 0.002000115115065172, 0.002000012940486307, 0.0020000009096608237, 0.00200000000005121, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.002, 0.0019033104254005903, 0.0016891430845399399, 0.0013784275518661877, 0.0011538262554083136, 0.00103989912672171, 0.0010063268946716168, 0.0010007931283301417, 0.001, 0.001, 0.001]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: web0_skinLE
start_nd_arc:
anchor:
name: web0_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web0_shell_attachment
handle: end_nd_arc
web: web0
material: glass_biax
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.00199639855942377, 0.001960384153661465, 0.0019243697478991601, 0.0018883553421368549, 0.0018523409363745498, 0.0018163265306122445, 0.0017803121248499399, 0.0017442977190876353, 0.0017082833133253304, 0.0016722689075630256, 0.0016362545018007207, 0.0016002400960384157, 0.0015642256902761102, 0.0015282112845138051, 0.0014921968787515003, 0.0014561824729891959, 0.0014201680672268908, 0.001384153661464586, 0.0013481392557022811, 0.001312124849939976, 0.001276110444177671, 0.0012400960384153662, 0.001204081632653061, 0.0011680672268907562, 0.0011320528211284512, 0.0010960384153661466, 0.0010600240096038413, 0.0010240096038415364, 0.0009879951980792314, 0.0009519807923169266, 0.0009159663865546219, 0.000879951980792317, 0.000843937575030012, 0.000807923169267707, 0.0007719087635054024, 0.0007358943577430975, 0.0006998799519807925, 0.0006638655462184875, 0.0006278511404561825, 0.0005918367346938778, 0.0005558223289315727, 0.0005198079231692679, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: web0_filler
start_nd_arc:
anchor:
name: web0_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web0_shell_attachment
handle: end_nd_arc
web: web0
material: medium_density_foam
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.04290876350540216, 0.04199639855942377, 0.04108403361344538, 0.040171668667466985, 0.03925930372148859, 0.0383469387755102, 0.0374345738295318, 0.036522208883553405, 0.03560984393757503, 0.034697478991596635, 0.03378511404561824, 0.032872749099639845, 0.03196038415366145, 0.031048019207683072, 0.030135654261704684, 0.029223289315726292, 0.0283109243697479, 0.027398559423769512, 0.026486194477791127, 0.025573829531812732, 0.024661464585834337, 0.023749099639855952, 0.022836734693877557, 0.021924369747899162, 0.021012004801920763, 0.02009963985594237, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: web0_skinTE
start_nd_arc:
anchor:
name: web0_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web0_shell_attachment
handle: end_nd_arc
web: web0
material: glass_biax
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.00199639855942377, 0.001960384153661465, 0.0019243697478991601, 0.0018883553421368549, 0.0018523409363745498, 0.0018163265306122445, 0.0017803121248499399, 0.0017442977190876353, 0.0017082833133253304, 0.0016722689075630256, 0.0016362545018007207, 0.0016002400960384157, 0.0015642256902761102, 0.0015282112845138051, 0.0014921968787515003, 0.0014561824729891959, 0.0014201680672268908, 0.001384153661464586, 0.0013481392557022811, 0.001312124849939976, 0.001276110444177671, 0.0012400960384153662, 0.001204081632653061, 0.0011680672268907562, 0.0011320528211284512, 0.0010960384153661466, 0.0010600240096038413, 0.0010240096038415364, 0.0009879951980792314, 0.0009519807923169266, 0.0009159663865546219, 0.000879951980792317, 0.000843937575030012, 0.000807923169267707, 0.0007719087635054024, 0.0007358943577430975, 0.0006998799519807925, 0.0006638655462184875, 0.0006278511404561825, 0.0005918367346938778, 0.0005558223289315727, 0.0005198079231692679, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: web1_skinLE
start_nd_arc:
anchor:
name: web1_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web1_shell_attachment
handle: end_nd_arc
web: web1
material: glass_biax
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.00199639855942377, 0.001960384153661465, 0.0019243697478991601, 0.0018883553421368549, 0.0018523409363745498, 0.0018163265306122445, 0.0017803121248499399, 0.0017442977190876353, 0.0017082833133253304, 0.0016722689075630256, 0.0016362545018007207, 0.0016002400960384157, 0.0015642256902761102, 0.0015282112845138051, 0.0014921968787515003, 0.0014561824729891959, 0.0014201680672268908, 0.001384153661464586, 0.0013481392557022811, 0.001312124849939976, 0.001276110444177671, 0.0012400960384153662, 0.001204081632653061, 0.0011680672268907562, 0.0011320528211284512, 0.0010960384153661466, 0.0010600240096038413, 0.0010240096038415364, 0.0009879951980792314, 0.0009519807923169266, 0.0009159663865546219, 0.000879951980792317, 0.000843937575030012, 0.000807923169267707, 0.0007719087635054024, 0.0007358943577430975, 0.0006998799519807925, 0.0006638655462184875, 0.0006278511404561825, 0.0005918367346938778, 0.0005558223289315727, 0.0005198079231692679, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: web1_filler
start_nd_arc:
anchor:
name: web1_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web1_shell_attachment
handle: end_nd_arc
web: web1
material: medium_density_foam
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.04290876350540216, 0.04199639855942377, 0.04108403361344538, 0.040171668667466985, 0.03925930372148859, 0.0383469387755102, 0.0374345738295318, 0.036522208883553405, 0.03560984393757503, 0.034697478991596635, 0.03378511404561824, 0.032872749099639845, 0.03196038415366145, 0.031048019207683072, 0.030135654261704684, 0.029223289315726292, 0.0283109243697479, 0.027398559423769512, 0.026486194477791127, 0.025573829531812732, 0.024661464585834337, 0.023749099639855952, 0.022836734693877557, 0.021924369747899162, 0.021012004801920763, 0.02009963985594237, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.02, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: web1_skinTE
start_nd_arc:
anchor:
name: web1_shell_attachment
handle: start_nd_arc
end_nd_arc:
anchor:
name: web1_shell_attachment
handle: end_nd_arc
web: web1
material: glass_biax
thickness:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.00199639855942377, 0.001960384153661465, 0.0019243697478991601, 0.0018883553421368549, 0.0018523409363745498, 0.0018163265306122445, 0.0017803121248499399, 0.0017442977190876353, 0.0017082833133253304, 0.0016722689075630256, 0.0016362545018007207, 0.0016002400960384157, 0.0015642256902761102, 0.0015282112845138051, 0.0014921968787515003, 0.0014561824729891959, 0.0014201680672268908, 0.001384153661464586, 0.0013481392557022811, 0.001312124849939976, 0.001276110444177671, 0.0012400960384153662, 0.001204081632653061, 0.0011680672268907562, 0.0011320528211284512, 0.0010960384153661466, 0.0010600240096038413, 0.0010240096038415364, 0.0009879951980792314, 0.0009519807923169266, 0.0009159663865546219, 0.000879951980792317, 0.000843937575030012, 0.000807923169267707, 0.0007719087635054024, 0.0007358943577430975, 0.0006998799519807925, 0.0006638655462184875, 0.0006278511404561825, 0.0005918367346938778, 0.0005558223289315727, 0.0005198079231692679, 0.0, 0.0, 0.0]
fiber_orientation:
grid: [0.0, 1.0]
values: [0.0, 0.0]
joint:
position: 0.0
mass: 0.0
cost: 0.0
root:
d_f: 0.03
sigma_max: 675000000.0
anchors:
- name: TE
start_nd_arc:
grid: [0.0, 1.0]
values: [0.0, 0.0]
end_nd_arc:
grid: [0.0, 1.0]
values: [1.0, 1.0]
- name: LE
start_nd_arc:
grid: &id002 [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.4999993345962153, 0.4999993055719888, 0.499932025396804, 0.49976687374045037, 0.499500879329084, 0.4991192748520483, 0.49877563456517704, 0.4986274298734184, 0.49884756067429414, 0.49963816695221647, 0.5001914496380622, 0.5003219769001569, 0.5002883314051672, 0.5004524403546492, 0.500748883650053, 0.5010503034991258, 0.5012412361566411, 0.5012269389635732, 0.5012148041229696, 0.5013033704678713, 0.5014749427799877, 0.5016288812777494, 0.5015968931324823, 0.5013200570126903, 0.5009775413260275, 0.5007311485659445, 0.5005730559649275, 0.5004098127393285, 0.500157176808422, 0.4998167307427236, 0.499423722695032, 0.499052504717969, 0.49873062832196774, 0.4983249977623866, 0.4978692538018722, 0.49743741352249266, 0.49709874330366266, 0.4968942265986501, 0.496839984002057, 0.4968399840020573, 0.4968399840020571, 0.4968399840020575, 0.49683998400205703, 0.4968399840020572, 0.496839984002057, 0.4968399840020573, 0.4968399840020573, 0.4968399840020572, 0.4968399840020571, 0.4968399840020574]
- name: web0
start_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.20528324315541635, 0.2097556380134865, 0.214034201297075, 0.21859521544514496, 0.22544079600769645, 0.2600262599953903, 0.27325310403744485, 0.287036736327106, 0.29901531855266544, 0.31004427379885435, 0.31964630853682274, 0.327381221939197, 0.3332279257508938, 0.3404119921430249, 0.34536862450358796, 0.3483161845298215, 0.35087342593259435, 0.3541004018132578, 0.358143510233458, 0.36205656780675327, 0.3653808670486798, 0.3680072762780136, 0.37080869847411474, 0.37441862732222103, 0.3779001712687167, 0.3806367459556684, 0.382499122180323, 0.38387503752747754, 0.3856023866745639, 0.3873229946154009, 0.3888557122938616, 0.390149435947777, 0.39136648378757616, 0.3924310955228753, 0.39331444293528894, 0.39405844474889024, 0.3946944625752598, 0.3952672458224185, 0.3958134640671341, 0.39646716576057284, 0.3971471504083998, 0.39776245781144953, 0.39833240110413193, 0.39899014105047, 0.39981944363019767, 0.40090208432891433, 0.40224688844613343, 0.4037960986000614, 0.3131650477206493, 0.3090661411456019]
end_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.7080802577208776, 0.7036455102335815, 0.7010488685736092, 0.7010884514333167, 0.7014967820188778, 0.6761888726465278, 0.6729065942397168, 0.6680497867709726, 0.6631623793152429, 0.6592024850579787, 0.6555258143570273, 0.6521844205829048, 0.6495084856532908, 0.6446894785290086, 0.6419750975110313, 0.641249573695285, 0.6405155416597471, 0.6386928766049896, 0.6359428243808779, 0.6331279745265908, 0.6308742184379281, 0.6292625886697967, 0.6273358867997892, 0.624391758073666, 0.6214725158861021, 0.6193781744502277, 0.618031171163369, 0.6168982314610834, 0.6153329183257642, 0.6137641313361158, 0.6124519759406767, 0.6114109925636344, 0.6104065498164664, 0.609385032345621, 0.6084107897293662, 0.6075786906771415, 0.6069950920595479, 0.6066337715002371, 0.606485952430602, 0.6062452813018124, 0.6058817873790933, 0.6053821435852097, 0.604819981036594, 0.6041148785485133, 0.6031834986262846, 0.601942851287227, 0.6003789528645205, 0.5985219881262099, 0.6892746108093417, 0.6929001625242511]
plane_intersection:
side: both
defines:
- start_nd_arc
- end_nd_arc
plane_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 0.0
offset:
grid: [0.1, 0.975]
values: [-0.35, -0.35]
- name: web1
start_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.20528324315541635, 0.2097556380134865, 0.214034201297075, 0.21859521544514496, 0.22544079600769645, 0.21049664507316915, 0.2221524829466206, 0.23489094260768295, 0.2464402901027729, 0.25704110608788355, 0.26610208870577773, 0.2731575064757129, 0.27811470862196863, 0.28363187347682567, 0.28684464332054505, 0.28819636059157144, 0.2891309058769609, 0.2903750579306535, 0.29226545725488406, 0.2942414364091017, 0.2957434998949183, 0.2966240162898488, 0.29743274073730547, 0.29872361977733936, 0.29987061080676763, 0.30037495151387633, 0.3001535023809019, 0.2994117591475181, 0.298827519553128, 0.2981070707230933, 0.2970548514754858, 0.2957385169642028, 0.29426155346364713, 0.29240890212879467, 0.2901619718691776, 0.2876315287799329, 0.2848624595040138, 0.2818820047526827, 0.2787099966471504, 0.2753600461183012, 0.2716467012515975, 0.2673799096461699, 0.26247590233736284, 0.25700603896247765, 0.25096216551166967, 0.24429441187125944, 0.23684302837967156, 0.22838339181634582, 0.3131650477206493, 0.3090661411456019]
end_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.7080802577208776, 0.7036455102335815, 0.7010488685736092, 0.7010884514333167, 0.7014967820188778, 0.72644257193856, 0.7251577664798297, 0.72126525721117, 0.7165131474582784, 0.7128364931987339, 0.7096957702397008, 0.7071183083423042, 0.7054305232448042, 0.7021515188621643, 0.7009610615568496, 0.7015598004269967, 0.702584158734739, 0.7027824843897299, 0.7019583429960832, 0.7010163945237471, 0.7005850845804309, 0.7006799380712909, 0.7005868175868423, 0.6998365795372271, 0.6992426039535212, 0.6993988554511297, 0.7001942955932572, 0.7012212319673574, 0.7019864617769342, 0.7028820749437287, 0.7041382518976327, 0.7057052939823155, 0.7074485078117209, 0.7093898005592713, 0.7115965519922267, 0.7140900289099416, 0.7169370460528581, 0.7201287398105142, 0.7236820899656677, 0.7274079136833573, 0.731386467791719, 0.7356972916024903, 0.7405228051001613, 0.745836376011838, 0.751657201580099, 0.7580259971089817, 0.7650909530494675, 0.7730734039318857, 0.6892746108093417, 0.6929001625242511]
plane_intersection:
side: both
defines:
- start_nd_arc
- end_nd_arc
plane_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 0.0
offset:
grid: [0.1, 0.975]
values: [0.35, 0.35]
- name: UV_protection
start_nd_arc:
values: [0.0, 0.0]
grid: [0.0, 1.0]
end_nd_arc:
values: [1.0, 1.0]
grid: [0.0, 1.0]
- name: Shell_skin
start_nd_arc:
grid: [0.0, 0.25, 0.3, 1.0]
values: [0.0, 0.0, 0.01, 0.01]
end_nd_arc:
grid: [0.0, 0.25, 0.3, 1.0]
values: [1.0, 1.0, 0.99, 0.99]
- name: Spar_Cap_SS
start_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.17773570068243144, 0.18225456521002678, 0.18604187024451585, 0.1894208057544969, 0.19491682190018167, 0.2035111977739001, 0.21492220169188628, 0.22747556270503067, 0.23896542193889161, 0.24950552934239495, 0.2584881563049556, 0.2654445497010712, 0.27028298131884515, 0.2755557024298496, 0.27853854056668137, 0.2797315507100771, 0.2803739682779732, 0.28132580966028653, 0.2829133734335994, 0.2846153330288592, 0.2858639373398411, 0.28650712299101067, 0.2870579808532732, 0.2880476573408754, 0.2888847763645291, 0.2890483839399594, 0.2885148571593514, 0.28747185047725565, 0.28655673377511326, 0.28550374024630704, 0.28413177831399916, 0.28244810733149306, 0.2805381928509472, 0.27826960958187874, 0.27560086322100535, 0.27264537204392797, 0.26945777589404357, 0.2660506315331089, 0.26243484134157163, 0.2586163420238527, 0.2543899582712716, 0.2495513381795907, 0.24401076074009992, 0.23785709598249466, 0.23115648734884098, 0.22440217984963634, 0.21918975567204751, 0.2216384405804998, 0.23600864040444502, 0.16803069192449496]
end_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.23283078562840126, 0.23725671081694624, 0.24202653234963417, 0.247769625135793, 0.25596477011521124, 0.2670315296506249, 0.28048290011103555, 0.29437392634069215, 0.3063549936044512, 0.3174275310624229, 0.32712628947371525, 0.33499966400533804, 0.34101471043413073, 0.34844368466828257, 0.3535744166911581, 0.35673959597583377, 0.35957391722047566, 0.3630666080812486, 0.3673827139153765, 0.37160185085425845, 0.37516772313169205, 0.37803473496404505, 0.38098180499218165, 0.38481135235881964, 0.38863638997089717, 0.3916685151753782, 0.3938905104917509, 0.3956414284923102, 0.397758719075737, 0.39986558160974367, 0.40170376953297604, 0.4033136983977561, 0.404877478949584, 0.40633831361987416, 0.4076804199064265, 0.4089325042764648, 0.41010190909865124, 0.4112187187281146, 0.4123082768703506, 0.41353055625835794, 0.4148270473923564, 0.41612027080389463, 0.41744580885705135, 0.4189290910545292, 0.4205732866622497, 0.42192677200808987, 0.4212416759086072, 0.4121166202755468, 0.39032145503685356, 0.4501015903667088]
width:
grid: [0.0, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.9, 0.9, 0.8999999988390655, 0.8999995100671728, 0.8999891507887757, 0.8998321453405057, 0.8986596837575513, 0.8916444980356923, 0.8645530713991059, 0.7694187536403974, 0.585345108782866, 0.294]
defines:
- start_nd_arc
- end_nd_arc
plane_intersection:
side: suction
defines:
- midpoint_nd_arc
plane_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 0.0
offset:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: Spar_Cap_PS
start_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.6805327152478927, 0.6761444374301218, 0.67305653752105, 0.6719140417426687, 0.6709728079113629, 0.6692456742557923, 0.6658935927664663, 0.6609124375039913, 0.655899797966121, 0.651841625999659, 0.6480801580862996, 0.6446664660408865, 0.6418949159433542, 0.6368008414480475, 0.6336969361572485, 0.6327582617287505, 0.6318039479121142, 0.6296784591359483, 0.6266348090101735, 0.6234839962414657, 0.6209835056756122, 0.6191303928574808, 0.6169288326786739, 0.6136803133096191, 0.6104648159951769, 0.6080861240355949, 0.6064280054411249, 0.6049883293636273, 0.6030821244325189, 0.6011634961772104, 0.5995488438147025, 0.5981915513594037, 0.5968559735106158, 0.5954828158820523, 0.5941229247342835, 0.5928725625032272, 0.59184144126847, 0.5910068389342593, 0.5903710514571403, 0.5896105635968762, 0.5886706687789591, 0.5875138574501246, 0.5862079850507335, 0.5846855089476413, 0.5829439174673554, 0.5814365472749322, 0.5818992812699688, 0.5907133218309097, 0.6121182034931375, 0.5518647133031442]
end_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.7356278001938624, 0.7311465830370412, 0.7290411996261683, 0.7302628611239647, 0.7320207561263926, 0.7327660061325171, 0.7314542911856156, 0.7278108011396528, 0.7232893696316804, 0.7197636277196869, 0.7167182912550594, 0.7142215803451533, 0.7126266450586398, 0.7096888236864805, 0.7087328122817252, 0.7097663069945072, 0.7110038968546166, 0.7114192575569103, 0.7111041494919507, 0.7104705140668649, 0.7102872914674633, 0.7106580048305152, 0.7108526568175824, 0.7104440083275634, 0.710216429601545, 0.7107062552710138, 0.7118036587735244, 0.713157907378682, 0.7142841097331425, 0.7155253375406471, 0.7171208350336793, 0.7190571424256668, 0.7211952596092526, 0.7235515199200476, 0.7262024814197047, 0.7291596947357641, 0.7324855744730778, 0.7361749261292652, 0.7402444869859193, 0.7445247778313815, 0.7491077579000438, 0.7540827900744285, 0.759643033167685, 0.7657575040196758, 0.7723607167807642, 0.7789611394333859, 0.7839512015065284, 0.7811915015259567, 0.7664310181255459, 0.833935611745358]
width:
grid: [0.0, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.9, 0.9, 0.8999999988390655, 0.8999995100671728, 0.8999891507887757, 0.8998321453405057, 0.8986596837575513, 0.8916444980356923, 0.8645530713991059, 0.7694187536403974, 0.585345108782866, 0.294]
defines:
- start_nd_arc
- end_nd_arc
plane_intersection:
side: pressure
defines:
- midpoint_nd_arc
plane_type1:
anchor_curve: reference_axis
anchors_nd_grid: [0.0, 1.0]
rotation: 0.0
offset:
grid: [0.0, 1.0]
values: [0.0, 0.0]
- name: LE_reinforcement
start_nd_arc:
grid: *id002
values: [0.4999993345962153, 0.4999993055719888, 0.499932025396804, 0.49976687374045037, 0.499500879329084, 0.4708880162401706, 0.4696375463788885, 0.4688948238131244, 0.46889663993404546, 0.46945061063220406, 0.469685612674169, 0.4694085927649272, 0.4688520073539291, 0.46805778158201233, 0.46739960537250774, 0.46682450560323396, 0.46604125884886216, 0.4648976952209234, 0.4636728750199575, 0.46264269587880497, 0.46178437131694283, 0.46094994262306743, 0.4598529712929675, 0.45831397033804844, 0.4566434908343083, 0.45512220135020276, 0.4537394322616389, 0.45233444473263756, 0.450734072230367, 0.4489892456923073, 0.4471695043754867, 0.44533446424407436, 0.44347055197928353, 0.44141748434749767, 0.43927892353515546, 0.4372963567402792, 0.4360580519757577, 0.4356503368324961, 0.43595347267011436, 0.4361472464495469, 0.4968399840020571, 0.4968399840020575, 0.49683998400205703, 0.4968399840020572, 0.496839984002057, 0.4968399840020573, 0.4968399840020573, 0.4968399840020572, 0.4968399840020571, 0.4968399840020574]
end_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.4999993345962153, 0.4999993055719888, 0.499932025396804, 0.49976687374045037, 0.499500879329084, 0.527350533463926, 0.5279137227514656, 0.5283600359337124, 0.5287984814145428, 0.5298257232722289, 0.5306972866019554, 0.5312353610353866, 0.5317246554564051, 0.5328470991272861, 0.5340981619275982, 0.5352761013950177, 0.53644121346442, 0.537556182706223, 0.5387567332259816, 0.5399640450569376, 0.5411655142430326, 0.5423078199324314, 0.5433408149719972, 0.5443261436873322, 0.5453115918177466, 0.5463400957816862, 0.5474066796682162, 0.5484851807460195, 0.549580281386477, 0.5506442157931399, 0.5516779410145772, 0.5527705451918636, 0.553990704664652, 0.5552325111772755, 0.556459584068589, 0.5575784703047061, 0.5581394346315676, 0.5581381163648041, 0.5577264953339997, 0.5575327215545678, 0.4968399840020571, 0.4968399840020575, 0.49683998400205703, 0.4968399840020572, 0.496839984002057, 0.4968399840020573, 0.4968399840020573, 0.4968399840020572, 0.4968399840020571, 0.4968399840020574]
midpoint_nd_arc:
anchor:
name: LE
handle: start_nd_arc
width:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.8, 0.7999735283820496, 0.7998325970130074, 0.7984778047921102, 0.7943075801410094, 0.7812145582381771, 0.7593886763210709, 0.7312551421192448, 0.7052091903532077, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
defines:
- start_nd_arc
- end_nd_arc
- name: TE_reinforcement_SS
end_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.000943538532198, 0.000943026267823, 0.000958397007948, 0.000999262562673, 0.001056876589772, 0.053497242710623, 0.055446623143631, 0.056512110310383, 0.057389202822542, 0.058488448250163, 0.059549763148713, 0.060579947742921, 0.061709041305321, 0.063712630419539, 0.065899437008194, 0.068209961621763, 0.070692059736263, 0.072674699973712, 0.074522831409793, 0.076245968752542, 0.077992933111274, 0.079836345709185, 0.081776077514539, 0.08380241724591, 0.085902500342107, 0.08806318943276, 0.090273335097849, 0.092523596971766, 0.094824254468226, 0.097187734854867, 0.099638652130945, 0.102199925846173, 0.104919577913196, 0.107822489969173, 0.110933179157477, 0.114204852762983, 0.117632566029243, 0.121267163257096, 0.125149033694363, 0.129347672855123, 0.001205149412157, 0.001239199413299, 0.001277337355309, 0.001319920490893, 0.001367639509944, 0.001421370824302, 0.001482233550918, 0.001551472148476, 0.001631763380708, 0.005109087676054]
width:
grid: [0.0, 0.08163265306122448, 0.1020408163265306, 0.7959183673469387, 0.8163265306122448, 1.0]
values: [0.0, 0.0, 0.75, 0.75, 0.0, 0.0]
defines:
- end_nd_arc
start_nd_arc:
anchor:
name: TE
handle: start_nd_arc
- name: TE_reinforcement_PS
start_nd_arc:
grid: [0.0, 0.02040816326530612, 0.04081632653061224, 0.061224489795918366, 0.08163265306122448, 0.1020408163265306, 0.12244897959183673, 0.14285714285714285, 0.16326530612244897, 0.18367346938775508, 0.2040816326530612, 0.22448979591836732, 0.24489795918367346, 0.26530612244897955, 0.2857142857142857, 0.3061224489795918, 0.32653061224489793, 0.3469387755102041, 0.36734693877551017, 0.3877551020408163, 0.4081632653061224, 0.42857142857142855, 0.44897959183673464, 0.4693877551020408, 0.4897959183673469, 0.5102040816326531, 0.5306122448979591, 0.5510204081632653, 0.5714285714285714, 0.5918367346938775, 0.6122448979591836, 0.6326530612244897, 0.6530612244897959, 0.673469387755102, 0.6938775510204082, 0.7142857142857142, 0.7346938775510203, 0.7551020408163265, 0.7755102040816326, 0.7959183673469387, 0.8163265306122448, 0.836734693877551, 0.8571428571428571, 0.8775510204081632, 0.8979591836734693, 0.9183673469387754, 0.9387755102040816, 0.9591836734693877, 0.9795918367346939, 1.0]
values: [0.999056461467802, 0.999056973732177, 0.999041602992052, 0.999000737437327, 0.998943123410228, 0.946502757289377, 0.944553376856369, 0.943487889689617, 0.942610797177458, 0.941511551749837, 0.940450236851286, 0.939420052257079, 0.938290958694679, 0.936287369580461, 0.934100562991806, 0.931790038378237, 0.929307940263737, 0.927325300026288, 0.925477168590207, 0.923754031247458, 0.922007066888726, 0.920163654290815, 0.918223922485461, 0.91619758275409, 0.914097499657893, 0.91193681056724, 0.909726664902151, 0.907476403028234, 0.905175745531774, 0.902812265145133, 0.900361347869055, 0.897800074153827, 0.895080422086804, 0.892177510030827, 0.889066820842523, 0.885795147237017, 0.882367433970757, 0.878732836742904, 0.874850966305637, 0.870652327144878, 0.998794850587843, 0.998760800586701, 0.998722662644691, 0.998680079509107, 0.998632360490056, 0.998578629175698, 0.998517766449082, 0.998448527851524, 0.998368236619292, 0.994890912323946]
width:
grid: [0.0, 0.08163265306122448, 0.1020408163265306, 0.7959183673469387, 0.8163265306122448, 1.0]
values: [0.0, 0.0, 0.75, 0.75, 0.0, 0.0]
defines:
- start_nd_arc
end_nd_arc:
anchor:
name: TE
handle: end_nd_arc
- name: Shell_skin_inner
start_nd_arc:
grid: [0.0, 0.2, 0.25, 1.0]
values: [0.0, 0.0, 0.08, 0.08]
end_nd_arc:
grid: [0.0, 0.2, 0.25, 1.0]
values: [1.0, 1.0, 0.92, 0.92]
elastic_properties:
inertia_matrix:
grid: [0.0, 0.01, 0.02, 0.03, 0.04, 0.05, 0.075, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1.0]
mass: [3127.4021155424143, 2964.7325318133635, 2805.1273323852683, 2591.1367835087917, 2389.1154059162695, 2203.52246956623, 1793.5621800535478, 1694.5071226473444, 1050.5041617289855, 668.8389205216013, 531.0612749513001, 483.98515809475083, 458.0838867335805, 433.8716017058155, 404.9178066535816, 377.73123303078404, 350.48434003585845, 307.3478250743852, 260.2653356372791, 223.94256194555769, 179.58407067190126, 129.3080054809469, 84.45573745266202, 54.70473032506861, 34.44992885232661, 5.394970691335722]
cm_x: [-7.427228791550719e-05, -5.7221190612037974e-05, 0.0008576137496184022, 0.0034156136758633597, 0.005328252103474871, 0.007159516271492862, 0.011887310192770468, 0.019847362879521487, 0.023311139533055292, 0.030313942472040823, 0.0346605324067497, 0.031507955045939416, 0.027378252129363626, 0.02163105543093089, 0.01846242247937349, 0.02069080055547147, 0.02334762291675079, 0.025871945003886072, 0.028020102249354254, 0.032253973160318354, 0.0365976653623174, 0.036495515279519275, 0.03340279008993607, 0.03001249422280084, 0.026603974138575934, 0.006851026872493899]
cm_y: [-0.023640053942274142, 0.013387157561256236, 0.05017650621296383, 0.0719788723375045, 0.09445861480784193, 0.1210197881535175, 0.19494107392675675, 0.31007895642370603, 0.5808365277444757, 0.7764562260842298, 0.8834899814686793, 0.8875217827006647, 0.8470018645515044, 0.7972155825945048, 0.7682346465827505, 0.7223392309474949, 0.6790017841511446, 0.5359699526494621, 0.35899779465925086, 0.2587049427795484, 0.21189183098516373, 0.17961784380191298, 0.1941308282083797, 0.20168613082010464, 0.23568968262639273, 0.029450750652658578]
i_edge: [10167.976322208995, 9670.817488009772, 9183.723741815673, 8366.670547933158, 7605.999205249705, 6947.021691181144, 5542.22198919525, 4883.611585776837, 3320.886520496825, 2253.558667409682, 1848.5783850624332, 1564.7359685439142, 1286.7175819089484, 1076.1432859614897, 895.7513821150329, 735.407926823897, 593.1078000418055, 389.10967484563156, 215.46936888932268, 131.65454148509653, 84.64962149907886, 51.45480233093064, 31.507539581364625, 19.31985607950643, 12.262821999907853, 0.09373427692288798]
i_flap: [10166.284427210068, 9677.506658278195, 9189.979166446146, 7913.55513775584, 6778.707874270462, 5816.730513104689, 3914.596828171232, 2785.9557474336307, 956.3088698304845, 476.36366817186706, 268.55950272107657, 204.06774305708595, 154.74717074687635, 120.1630106896849, 90.50849177530833, 66.51587194758397, 48.3879168461972, 35.22217015645534, 25.215546621059765, 17.745330077956677, 11.271194923324614, 6.684580575763557, 3.616337664050583, 1.78333715736047, 0.7573836161406937, 0.007180810431802968]
i_plr: [20334.260749419092, 19348.32414628797, 18373.702908261756, 16280.22568568902, 14384.707079520182, 12763.75220428584, 9456.81881736644, 7669.567333210458, 4277.195390327287, 2729.9223355815425, 2117.1378877835145, 1768.8037116010007, 1441.4647526558301, 1196.3062966511723, 986.2598738903342, 801.9237987714802, 641.4957168880029, 424.3318450020865, 240.68491551038218, 149.39987156305426, 95.92081642240376, 58.13938290669439, 35.1238772454151, 21.103193236866915, 13.020205616048557, 0.10091508735469075]
i_cp: [-1.0683130734106165, 0.9133955577605082, 6.143364484361837, 30.1760176639648, 51.13814800535637, 69.34293642402783, 103.28185672319495, 159.42251092667695, 109.41235764515795, 74.25657502591736, 51.00047866730059, 34.07084223757462, 23.38641910057473, 18.75152324183863, 15.603626309920882, 13.644216263894043, 11.662250592755035, 7.836966520296293, 4.176133069084764, 2.6421037604616724, 1.7996118776795522, 1.0405277605856154, 0.6232077662449509, 0.36848755076490375, 0.24956166062622986, 0.0022768326051883147]
stiffness_matrix:
grid: [0.0, 0.01, 0.02, 0.03, 0.04, 0.05, 0.075, 0.1, 0.15, 0.2, 0.25, 0.3, 0.35, 0.4, 0.45, 0.5, 0.55, 0.6, 0.65, 0.7, 0.75, 0.8, 0.85, 0.9, 0.95, 1.0]
K11: [6740375994.200792, 6384592445.510168, 6033428473.028316, 5399937528.5606785, 4800672070.892391, 4245595846.60386, 3015180949.0747685, 2419253237.9808803, 936314786.8968203, 459476847.22473943, 281350049.44872, 224644322.01692382, 187672692.57290956, 161609316.90177184, 137969183.99018735, 116600478.4523859, 97422515.98334335, 81358328.95851956, 67080158.82424255, 55553240.58366735, 44994384.56866734, 36509915.3832926, 27272722.33611301, 19745236.354008205, 9179700.675681142, 931474.1817045894]
K12: [2653738.5919261174, -376400.6474385026, -5351360.127132061, 2545105.3701622505, 6445969.845348487, 6455163.702384659, -6056529.370011804, 113285786.00360973, 80833117.672499, 50723215.96362021, 19062499.890864983, 4177613.4992410876, -2993741.656823819, -3309906.622644328, -2612569.6184869376, -1443459.826543158, -997091.0381108759, 122590.70890719072, 1150059.0011940901, 1941394.5823109567, 2180662.5761736603, 2151842.3143516458, 993432.1718194059, 510321.8004162957, 307950.61736175837, 232415.29456365184]
K13: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K14: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K15: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K16: [148446683.0081474, -93807158.54721366, -302258358.414727, -376430490.9109713, -410026336.0979204, -423187047.4596364, -335581833.17485225, -235382612.4995677, 110222775.82612513, 44624062.11459313, 39788481.558390185, 22822651.106314287, 14817252.655003047, 14196051.945945216, 10110737.414443506, 9756447.07571729, 7650615.789120105, 7709138.634627286, 8354890.671745444, 8124277.187599225, 7061108.353385276, 6124281.751202558, 3331136.312449322, 1832045.8991628585, 1267110.0781497026, 106353.52899654783]
K22: [6729088765.395921, 6388480690.310746, 6055417688.515367, 5758216767.868562, 5468722459.955154, 5195984070.294925, 4552086385.17254, 3985354344.8681536, 2314391966.661147, 963021463.3416004, 480065126.665447, 346901262.38535905, 324078740.9094225, 317531903.30316025, 309152872.5553294, 303218881.82122993, 292909738.469172, 300285135.273037, 334604810.69196564, 376257910.10373855, 395913126.7681885, 375210610.3003366, 239673891.33303756, 144312493.8658793, 86939021.67477001, 15879263.61054028]
K23: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K24: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K25: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K26: [38985021.66520424, 16608264.93565775, 5594870.114677965, 19709135.853905857, 28462348.93837689, 35814075.943787806, 53346766.10196565, 87781196.91790846, 102518319.262035, 63418511.854790874, 35649958.00142443, 26944490.484182574, 22977520.67687867, 19104038.48691781, 15276680.601082614, 12426129.212282114, 11590547.025402421, 12779793.365596209, 15336313.590033066, 18041654.778164484, 19527620.335504133, 17825049.8174219, 10738401.632739767, 6016948.89773326, 3396279.8195240535, 117375.6660814398]
K33: [46051081603.60474, 43751344063.19816, 41569662567.47037, 38669982721.7398, 36038990116.73735, 33746441410.19616, 29212071034.730743, 27339201435.297394, 22665764106.85165, 20450235425.96102, 20473859852.028965, 21366371296.473003, 21785402237.03918, 21621041012.04207, 20779461548.755814, 19923519424.805744, 18925122694.713356, 17539655765.235256, 15853197990.946262, 14061229868.525568, 11003024089.793188, 7310260724.863415, 4521289678.947009, 2675615584.13509, 1203040036.154266, 118283403.93224278]
K34: [-1092494742.1422234, 582609637.8397082, 2071574619.5397494, 2739604966.9813576, 3310499851.237116, 3921047165.837773, 5225114500.366909, 8519455804.023233, 10699908369.669474, 9176487472.148022, 9004633626.168808, 8306288511.852894, 7885934214.420893, 6912268845.2773905, 6380607368.417731, 5510503208.482732, 4939813431.154279, 3340368066.1970086, 1772039285.1553001, 1013471013.85025, 625226575.7818947, 354179115.2888132, 266089109.4029744, 184789087.68407992, 137345812.75625196, 1168848.1431805997]
K35: [18829097.30285156, 3336008.299362885, -39669072.53786528, -139140684.30100253, -201959858.66306534, -248900545.30290735, -316621483.96654403, -518317006.6590065, -252339646.012082, -318201927.73381317, -370375609.629183, -349173302.5918751, -281941707.05108696, -151464382.0873222, -81958836.22604564, -145792800.15431416, -215770838.70957416, -299940988.574154, -358354291.37689996, -411634704.48295814, -386594144.7272241, -261309728.4735774, -148760396.98544225, -79832450.74825534, -31896540.37930602, -795943.4168930704]
K36: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K44: [149629012637.96594, 142328864112.50156, 135212838311.38753, 123284345388.39743, 112223397786.61401, 102686583994.11134, 82456226297.96957, 72781368868.39719, 54125167812.039314, 39196915729.85904, 35299428705.26732, 31051165577.557346, 26088284004.54947, 22217425410.95908, 18717308525.793583, 15586807919.093891, 12739863625.745161, 8379809772.736287, 4637021573.468788, 2889083609.8505793, 1877272361.936434, 1099701983.6863494, 683571619.6771157, 420297066.7672982, 231512293.70712498, 1384839.7699354952]
K45: [-22581466.165237263, -232559270.06092423, -606773042.4005727, -1348337968.6178887, -2131730557.8957243, -2938603122.299237, -4823615805.899531, -6133557676.831683, -4839685559.488184, -3395447917.8743534, -1524671060.6524186, -615674444.313989, -91553134.31292474, -10375272.853503438, 2259343.50512368, -28845801.840308778, -43922352.51904449, -29747619.287767652, -2424421.8976960694, -12258851.347575188, -15695344.266583264, -6469059.311161065, -4841801.236680448, -4125365.2248271434, -3561131.725327512, -26483.691742438405]
K46: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K55: [149729095916.4146, 143137826352.7965, 137008541712.70963, 119514275124.89417, 104365370041.97543, 91978034767.20616, 68686121530.687454, 52263394041.374664, 27988353518.859665, 21820483410.15772, 15615256841.106361, 13362814423.387623, 10663481378.13921, 8537806429.681531, 6549534664.533833, 4893346064.323091, 3604017503.6991744, 2655217532.05773, 1917970315.4393296, 1351951128.6929338, 838106592.74152, 466233432.88131785, 243066553.44047254, 113253467.97005808, 36395660.02090348, 186239.91293931668]
K56: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
K66: [87489183048.03288, 83285587642.82162, 79106159653.8364, 69973323042.1117, 61533150488.50107, 54135840079.7236, 38418612295.439545, 25428346793.25849, 8076640558.8585005, 2768066330.973254, 1026128471.8607168, 627053086.269001, 461211585.49078345, 364794590.1572093, 285660364.09887934, 220544333.37495336, 168037150.44173867, 128226839.00696014, 95377930.58201036, 71456369.55600888, 52519301.176315226, 38106482.51374478, 23330158.861795776, 13417874.462175902, 6805118.090718728, 71452.33631373737]
structural_damping:
mu: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
hub:
diameter: 7.94
cone_angle: 4.0
flange_t2shell_t: 6.0
flange_OD2hub_D: 0.6
The fourth and last field of the blade
component is the elastic_properties
, whose subfields are:
inertia_matrix
: Defines the inertia properties of the blade, including mass and moment of inertia.stiffness_matrix
: Defines the stiffness properties of the blade, including bending and torsional stiffness.structural_damping
: Defines the structural damping properties of the blade, currently in Rayleigh formatmu
.point_mass
: Defines non-structural mass in the blade, such as lightning protection, root bolts etc, which is not defined or modelled as part of the composite structure.
The elastic_properties
field of the IEA-15MW turbine is defined as follows:
flange_ID2OD: 0.8
hub_blade_spacing_margin: 1.2
hub_stress_concentration: 3.0
n_front_brackets: 5
n_rear_brackets: 5
clearance_hub_spinner: 0.5
spin_hole_incr: 1.2
pitch_system_scaling_factor: 0.75
spinner_gust_ws: 70.0
hub_material: cast_iron
spinner_material: glass_uni
cd: 0.5
elastic_properties:
mass: 73758.11224899627
inertia: [1042829.9203461603, 654636.6847221254, 654636.6847221254, 0.0, 0.0, 0.0]
location: [0.6161484264208057, 0.0, 0.0]
tower:
outer_shape:
outer_diameter:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
values: [10.0, 10.0, 9.926, 9.443, 8.833, 8.151, 7.39, 6.909, 6.748, 6.572, 6.5]
cd:
grid: [0.0, 1.0]
values: [0.5, 0.5]
structure:
outfitting_factor: 1.07
layers:
- name: tower_wall
material: steel
thickness:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
values: [0.039496, 0.039496, 0.033416, 0.034142, 0.030242, 0.031174, 0.027028, 0.027398, 0.02062, 0.021032, 0.026964]
elastic_properties:
stiffness_matrix:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
Hub#
The hub section of the turbine YAML file provides detailed specifications for the wind turbine hub. Only a few fields are required,
namely diameter
, cone_angle
, and drag coefficient cd
.
Users can also decide to simply define the elastic_properties
.
The hub of the IEA-15MW turbine is defined as shown below.
Note that many inputs are optional and currently only used by NREL’s systems engineering tool WISDEM, which was used to design the IEA-15MW turbine.
K44: [3065446681730.708, 2933048767998.7666, 2592641164098.0483, 2146799926770.163, 1684995907190.7573, 1260702644716.1035, 916292043906.1993, 683148886356.29, 536386055229.3965, 499584492403.18274, 520492413909.5013]
K55: [3065446681730.708, 2933048767998.7666, 2592641164098.0483, 2146799926770.163, 1684995907190.7573, 1260702644716.1035, 916292043906.1993, 683148886356.29, 536386055229.3965, 499584492403.18274, 520492413909.5013]
K66: [2430899218612.4517, 2325907673023.022, 2055964443129.7524, 1702412341928.7395, 1336201754402.2705, 999737197259.8699, 726619590817.616, 541737066880.538, 425354141796.9114, 396170502475.7239, 412750484230.2345]
inertia_matrix:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
mass: [10314.844411733615, 9901.647940090872, 9017.933346172184, 8116.657357606487, 7249.277806381153, 6359.750854826353, 5494.361267461783, 4682.684515474082, 3954.413642672578, 3861.412246705626, 4097.489292297825]
structural_damping:
mu: [0.004, 0.004, 0.0004, 0.0, 0.0, 0.0]
reference_axis:
x:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
y:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
z:
grid: [0.0, 0.10047454902385111, 0.20094909804770222, 0.30142364707155334, 0.40189819609540445, 0.5023727451192556, 0.6028472941431067, 0.7033218431669578, 0.8037963921908089, 0.90427094121466, 1.0]
Drivetrain#
The drivetrain
section of the turbine YAML file provides detailed specifications for the wind turbine drivetrain. It includes the following subfields:
- outer_shape
: Defines the outer shape of the nacelle
- lss
: Defines the low-speed shaft
- hss
: Defines the high-speed shaft, when present
- gearbox
: Defines the gearbox, when present
- generator
: Defines the generator
- nose
: Defines the nose
- bedplate
: Defines the bedplate
- other_components
: Defines the auxiliary components of the nacelle
- elastic_properties
: Defines the equivalent elastic properties of the nacelle
Users should refer to the Detailed Documentation for the details of each subfield. The drivetrain of the IEA-15MW turbine is defined as shown below. Note that many inputs are optional and currently only used by NREL’s systems engineering tool WISDEM, which was used to design the IEA-15MW turbine.
material: steel_drive
hss: {}
nose:
diameter: [2.2, 2.2]
wall_thickness: [0.1, 0.1]
bedplate:
wall_thickness:
grid: [0.0, 1.0]
values: [0.05, 0.05]
material: steel_drive
other_components:
mb1Type: CARB
mb2Type: SRB
uptower: true
generator:
length: 2.15
radius: 5.08
mass: 371570.0
elastic_properties:
mass: 368839.40715181077
inertia: [1836783.8456006486, 972876.6339449583, 972876.6339449583]
location: [1.525]
elastic_properties:
mass: 644799.1796962249
inertia: [9472481.016603658, 10608644.690932982, 10533510.55320943, 483633.89685888815, 2198726.322383277, -236321.18425716923]
inertia_tt: [21487147.942252956, 39542087.72858861, 27479914.068792306, -2.3283064365386963e-10, 16453743.862014482, 170835.0604932401]
location: [-5.124475909046705, -0.14636687479623936, 4.314135921804859]
spring_constant: 69737644923.05057
damping_coefficient: 49372801.61198211
yaw:
elastic_properties:
mass: 28187.493750427355
inertia: [0.0, 0.0, 0.0]
location: [0.0, 0.0, 0.0]
airfoils:
- name: circular
coordinates:
x: [1.0, 0.99901, 0.99606, 0.99114, 0.98429, 0.97553, 0.96489, 0.95241, 0.93815, 0.92216, 0.90451, 0.88526, 0.86448, 0.84227, 0.81871, 0.79389, 0.76791, 0.74088, 0.71289, 0.68406, 0.65451, 0.62434, 0.59369, 0.56267, 0.5314, 0.5, 0.4686, 0.43733, 0.40631, 0.37566, 0.34549, 0.31594, 0.28711, 0.25912, 0.23209, 0.20611, 0.18129, 0.15773, 0.13552, 0.11474, 0.09549, 0.07784, 0.06185, 0.04759, 0.03511, 0.02447, 0.01571, 0.00886, 0.00394, 0.00099, 0.0, 0.00099, 0.00394, 0.00886, 0.01571, 0.02447, 0.03511, 0.04759, 0.06185, 0.07784, 0.09549, 0.11474, 0.13552, 0.15773, 0.18129, 0.20611, 0.23209, 0.25912, 0.28711, 0.31594, 0.34549, 0.37566, 0.40631, 0.43733, 0.4686, 0.5, 0.5314, 0.56267, 0.59369, 0.62434, 0.65451, 0.68406, 0.71289, 0.74088, 0.76791, 0.79389, 0.81871, 0.84227, 0.86448, 0.88526, 0.90451, 0.92216, 0.93815, 0.95241, 0.96489, 0.97553, 0.98429, 0.99114, 0.99606, 0.99901, 1.0]
y: [0.0, 0.0314, 0.06267, 0.09369, 0.12434, 0.15451, 0.18406, 0.21289, 0.24088, 0.26791, 0.29389, 0.31871, 0.34227, 0.36448, 0.38526, 0.40451, 0.42216, 0.43815, 0.45241, 0.46489, 0.47553, 0.48429, 0.49114, 0.49606, 0.49901, 0.5, 0.49901, 0.49606, 0.49114, 0.48429, 0.47553, 0.46489, 0.45241, 0.43815, 0.42216, 0.40451, 0.38526, 0.36448, 0.34227, 0.31871, 0.29389, 0.26791, 0.24088, 0.21289, 0.18406, 0.15451, 0.12434, 0.09369, 0.06267, 0.0314, 0.0, -0.0314, -0.06267, -0.09369, -0.12434, -0.15451, -0.18406, -0.21289, -0.24088, -0.26791, -0.29389, -0.31871, -0.34227, -0.36448, -0.38526, -0.40451, -0.42216, -0.43815, -0.45241, -0.46489, -0.47553, -0.48429, -0.49114, -0.49606, -0.49901, -0.5, -0.49901, -0.49606, -0.49114, -0.48429, -0.47553, -0.46489, -0.45241, -0.43815, -0.42216, -0.40451, -0.38526, -0.36448, -0.34227, -0.31871, -0.29389, -0.26791, -0.24088, -0.21289, -0.18406, -0.15451, -0.12434, -0.09369, -0.06267, -0.0314, 0.0]
aerodynamic_center: 0.5
polars:
- configuration: default
re_sets:
- re: 3000000.0
cl:
grid: [-180.0, 180.0]
values: [0.0001, 0.0001]
cd:
grid: [-180.0, 180.0]
values: [0.35, 0.35]
cm:
grid: [-180.0, 180.0]
values: [-0.0001, -0.0001]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 1.0
- name: SNL-FFA-W3-500
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.0, 0.01086983, 0.0117452, 0.01334146, 0.01554892, 0.01830045, 0.02160574, 0.02544031, 0.02973944, 0.03448209, 0.03964881, 0.045193, 0.05091599, 0.05708281, 0.06358138, 0.07042743, 0.07734661, 0.08467081, 0.0921802, 0.09990118, 0.10756554, 0.11533963, 0.12314445, 0.13105863, 0.13880784, 0.14656091, 0.15414446, 0.16162243, 0.1690763, 0.17621938, 0.18309227, 0.18987002, 0.19625049, 0.20235037, 0.20831587, 0.21376127, 0.21902667, 0.22392548, 0.22835814, 0.23243074, 0.23602942, 0.23922962, 0.24206676, 0.24439517, 0.24632908, 0.24781218, 0.24907553, 0.24961759, 0.25, 0.2499146, 0.24940354, 0.2484402, 0.24723387, 0.2455593, 0.24358422, 0.24124765, 0.2386039, 0.23566026, 0.2324321, 0.22883962, 0.22496679, 0.22083239, 0.21649585, 0.21197874, 0.20722821, 0.20232328, 0.197174, 0.19203678, 0.18655863, 0.18109338, 0.17545947, 0.16968205, 0.16378555, 0.1577649, 0.15169879, 0.14556478, 0.13948626, 0.1333378, 0.1270497, 0.12086576, 0.11468985, 0.10849184, 0.1022246, 0.09589286, 0.08980724, 0.08374779, 0.07773838, 0.07187918, 0.0660103, 0.06018911, 0.0539095, 0.04732699, 0.04014879, 0.03372622, 0.02591034, 0.0200319, 0.01481159, 0.01096429, 0.00515421, 0.00237777, 0.0, -0.00676349, -0.0092701, -0.01485268, -0.01909805, -0.02425157, -0.03028001, -0.03749177, -0.04339708, -0.049743, -0.05593635, -0.06191302, -0.06758273, -0.07340171, -0.07913246, -0.08498169, -0.09099183, -0.09692059, -0.10302984, -0.10915375, -0.11531066, -0.12113778, -0.12714727, -0.13319857, -0.13898026, -0.1448503, -0.15067474, -0.15648787, -0.16231789, -0.16795081, -0.17355519, -0.17904803, -0.18436086, -0.18964752, -0.19466991, -0.19967718, -0.20448577, -0.20911273, -0.21356541, -0.21790461, -0.22189862, -0.22585022, -0.22942761, -0.23282521, -0.23594152, -0.23867787, -0.24127615, -0.24342871, -0.24536479, -0.24668824, -0.24775175, -0.2484068, -0.2487, -0.24831476, -0.2476416, -0.24639477, -0.24454631, -0.24221768, -0.23936461, -0.23593587, -0.23173768, -0.22714767, -0.22177388, -0.21593576, -0.20951266, -0.20242622, -0.19484392, -0.18680862, -0.1783067, -0.16936964, -0.16006127, -0.15031319, -0.14049402, -0.13044955, -0.12028637, -0.11020462, -0.10038818, -0.0907307, -0.08140578, -0.07271636, -0.06444497, -0.05666457, -0.04953952, -0.04299056, -0.03713052, -0.0319789, -0.02747518, -0.02370172, -0.02037524, -0.01799359, -0.01593023, -0.01421422, -0.01283805, -0.01177726, -0.01099873, -0.01045135, -0.01008163, -0.00985456, -0.00974345, -0.0]
aerodynamic_center: 0.316
polars:
- configuration: default
re_sets:
- re: 8100000.0
cl:
grid: [-180.0, -170.00001556208605, -160.0001831636678, -149.9997778074544, -139.99994540903614, -130.0001130106179, -120.0002806121996, -109.99987525598623, -100.00004285756798, -90.00021045914971, -79.99980510293632, -69.99997270451807, -60.0001403060998, -49.99973494988642, -39.99990255146816, -30.0000701530499, -20.000237754631645, -19.749855198159477, -19.250236000805398, -18.99985344433323, -18.75004384565619, -18.50023424697915, -18.249851690506983, -18.000042091829943, -17.499849936680732, -17.250040338003696, -17.000230739326653, -16.749848182854485, -16.50003858417745, -16.250228985500407, -15.999846429028239, -15.7500368303512, -15.50022723167416, -15.249844675201992, -14.750225477847913, -14.499842921375745, -14.250033322698703, -14.000223724021666, -13.749841167549496, -13.500031568872457, -13.250221970195417, -12.99983941372325, -12.75002981504621, -12.50022021636917, -12.249837659897, -12.000028061219961, -11.750218462542923, -11.499835906070754, -11.000216708716675, -10.749834152244507, -10.500024553567467, -10.250214954890428, -9.999832398418258, -9.750022799741219, -9.50021320106418, -9.249830644592011, -9.000021045914972, -8.750211447237932, -8.499828890765762, -8.250019292088725, -8.000209693411685, -7.749827136939515, -7.500017538262475, -7.2502079395854375, -6.999825383113268, -6.750015784436228, -6.500206185759189, -6.24982362928702, -6.0000140306099805, -5.750204431932942, -5.499821875460772, -5.250012276783734, -5.000202678106694, -4.749820121634524, -4.500010522957486, -4.250200924280446, -3.9998183678082766, -3.7500087691312376, -3.500199170454199, -3.2498166139820293, -3.0000070153049903, -2.7501974166279517, -2.499814860155782, -2.250005261478743, -2.000195662801704, -1.7498131063295341, -1.5000035076524951, -1.2501939089754561, -0.9998113525032866, -0.7500017538262476, -0.5001921551492087, -0.24980959867703895, 0.0, 0.2297560758474601, 0.4698253920072751, 0.700154425649866, 0.9402237418096809, 1.169979817657141, 1.3997358935046011, 1.639805209664416, 1.8701342433070072, 2.110203559466822, 2.339959635314282, 2.5697157111617424, 2.809785027321557, 3.0401140609641484, 3.2801833771239632, 3.509939452971423, 3.7402684866140143, 3.979764844978698, 4.210093878621289, 4.450163194781104, 4.679919270628564, 4.910248304271155, 5.14974466263584, 5.38007369627843, 5.620143012438245, 5.849899088285705, 6.080228121928297, 6.3197244802929795, 6.550053513935572, 6.790122830095386, 7.019878905942846, 7.2502079395854375, 7.490277255745252, 7.720033331592712, 7.960102647752527, 8.189858723599988, 8.420187757242578, 8.660257073402393, 8.890013149249853, 9.119769225097313, 9.880084219235917, 10.639826255579388, 11.40014124971799, 12.150143003544237, 12.909885039887708, 13.670200034026312, 14.42020178785256, 15.17994382419603, 15.940258818334634, 16.69026057216088, 17.450002608504352, 18.209744644847824, 18.970059638986427, 19.720061392812674, 20.479803429156146, 21.240118423294746, 21.990120177120993, 22.749862213464468, 23.510177207603068, 24.260178961429318, 25.01992099777279, 25.780235991911393, 26.53023774573764, 27.28997978208111, 28.049721818424583, 28.810036812563183, 29.560038566389434, 30.3197806027329, 31.080095596871505, 31.830097350697756, 32.58983938704122, 33.35015438117983, 34.100156135006074, 34.85989817134954, 35.620213165488146, 36.37995520183162, 37.12995695565787, 37.89027194979647, 38.650013986139946, 39.40001573996619, 40.15975777630966, 40.920072770448265, 41.67007452427451, 42.42981656061798, 43.19013155475658, 43.94013330858284, 44.699875344926305, 45.46019033906491, 46.21993237540838, 46.96993412923462, 47.73024912337323, 48.4899911597167, 49.23999291354295, 49.99973494988642, 60.0001403060998, 69.99997270451807, 79.99980510293632, 90.00021045914971, 100.00004285756798, 109.99987525598623, 120.0002806121996, 130.0001130106179, 139.99994540903614, 149.9997778074544, 160.0001831636678, 170.00001556208605, 180.0]
values: [0.0, 0.4419, 0.8837, 0.9674, 0.7801, 0.6293, 0.4785, 0.3189, 0.1553, 0.0, -0.1553, -0.3189, -0.4784, -0.6293, -0.7801, -0.9674, -1.0281, -1.0243, -1.0052, -0.9971, -1.0052, -0.9995, -0.9908, -0.9815, -0.9764, -0.9705, -0.9655, -0.9662, -0.9544, -0.9444, -0.9405, -0.9433, -0.933, -0.9211, -0.9158, -0.907, -0.8959, -0.8926, -0.8808, -0.8722, -0.866, -0.8626, -0.8489, -0.8363, -0.8363, -0.8271, -0.8141, -0.8004, -0.789, -0.7862, -0.7747, -0.7701, -0.7674, -0.7506, -0.729, -0.7095, -0.6855, -0.659, -0.6319, -0.6019, -0.5718, -0.5424, -0.5098, -0.4767, -0.4454, -0.4142, -0.3791, -0.346, -0.3144, -0.2817, -0.2461, -0.2133, -0.1827, -0.1494, -0.1158, -0.0837, -0.0529, -0.0225, 0.0089, 0.0392, 0.0686, 0.0974, 0.126, 0.1555, 0.1853, 0.2146, 0.243, 0.2713, 0.3006, 0.3295, 0.3578, 0.3857, 0.4135, 0.4425, 0.4715, 0.5003, 0.5286, 0.5567, 0.585, 0.6135, 0.6417, 0.6697, 0.6975, 0.7251, 0.7528, 0.7807, 0.8083, 0.8358, 0.8631, 0.8902, 0.9173, 0.9444, 0.9713, 0.9981, 1.0249, 1.0515, 1.0779, 1.1041, 1.1302, 1.156, 1.1818, 1.2076, 1.2334, 1.2589, 1.2841, 1.3088, 1.3331, 1.357, 1.381, 1.4054, 1.4295, 1.4531, 1.5154, 1.5749, 1.6151, 1.6443, 1.6824, 1.7146, 1.7362, 1.7627, 1.7706, 1.7639, 1.7604, 1.7251, 1.7035, 1.6784, 1.6505, 1.6227, 1.6067, 1.5972, 1.5892, 1.5815, 1.5563, 1.5272, 1.4982, 1.4691, 1.4401, 1.411, 1.382, 1.3622, 1.3424, 1.3225, 1.3027, 1.2829, 1.2631, 1.2433, 1.2234, 1.2036, 1.1838, 1.164, 1.1442, 1.1243, 1.1064, 1.0905, 1.0745, 1.0586, 1.0426, 1.0267, 1.0107, 0.9948, 0.9788, 0.9628, 0.9469, 0.9309, 0.915, 0.899, 0.6836, 0.4556, 0.2219, 0.0, -0.1553, -0.3189, -0.4784, -0.6293, -0.7801, -0.9674, -0.8837, -0.4418, 0.0]
cd:
grid: [-180.0, -170.00001556208605, -160.0001831636678, -149.9997778074544, -139.99994540903614, -130.0001130106179, -120.0002806121996, -109.99987525598623, -100.00004285756798, -90.00021045914971, -79.99980510293632, -69.99997270451807, -60.0001403060998, -49.99973494988642, -39.99990255146816, -30.0000701530499, -20.000237754631645, -19.749855198159477, -19.250236000805398, -18.99985344433323, -18.75004384565619, -18.50023424697915, -18.249851690506983, -18.000042091829943, -17.499849936680732, -17.250040338003696, -17.000230739326653, -16.749848182854485, -16.50003858417745, -16.250228985500407, -15.999846429028239, -15.7500368303512, -15.50022723167416, -15.249844675201992, -14.750225477847913, -14.499842921375745, -14.250033322698703, -14.000223724021666, -13.749841167549496, -13.500031568872457, -13.250221970195417, -12.99983941372325, -12.75002981504621, -12.50022021636917, -12.249837659897, -12.000028061219961, -11.750218462542923, -11.499835906070754, -11.000216708716675, -10.749834152244507, -10.500024553567467, -10.250214954890428, -9.999832398418258, -9.750022799741219, -9.50021320106418, -9.249830644592011, -9.000021045914972, -8.750211447237932, -8.499828890765762, -8.250019292088725, -8.000209693411685, -7.749827136939515, -7.500017538262475, -7.2502079395854375, -6.999825383113268, -6.750015784436228, -6.500206185759189, -6.24982362928702, -6.0000140306099805, -5.750204431932942, -5.499821875460772, -5.250012276783734, -5.000202678106694, -4.749820121634524, -4.500010522957486, -4.250200924280446, -3.9998183678082766, -3.7500087691312376, -3.500199170454199, -3.2498166139820293, -3.0000070153049903, -2.7501974166279517, -2.499814860155782, -2.250005261478743, -2.000195662801704, -1.7498131063295341, -1.5000035076524951, -1.2501939089754561, -0.9998113525032866, -0.7500017538262476, -0.5001921551492087, -0.24980959867703895, 0.0, 0.2297560758474601, 0.4698253920072751, 0.700154425649866, 0.9402237418096809, 1.169979817657141, 1.3997358935046011, 1.639805209664416, 1.8701342433070072, 2.110203559466822, 2.339959635314282, 2.5697157111617424, 2.809785027321557, 3.0401140609641484, 3.2801833771239632, 3.509939452971423, 3.7402684866140143, 3.979764844978698, 4.210093878621289, 4.450163194781104, 4.679919270628564, 4.910248304271155, 5.14974466263584, 5.38007369627843, 5.620143012438245, 5.849899088285705, 6.080228121928297, 6.3197244802929795, 6.550053513935572, 6.790122830095386, 7.019878905942846, 7.2502079395854375, 7.490277255745252, 7.720033331592712, 7.960102647752527, 8.189858723599988, 8.420187757242578, 8.660257073402393, 8.890013149249853, 9.119769225097313, 9.880084219235917, 10.639826255579388, 11.40014124971799, 12.150143003544237, 12.909885039887708, 13.670200034026312, 14.42020178785256, 15.17994382419603, 15.940258818334634, 16.69026057216088, 17.450002608504352, 18.209744644847824, 18.970059638986427, 19.720061392812674, 20.479803429156146, 21.240118423294746, 21.990120177120993, 22.749862213464468, 23.510177207603068, 24.260178961429318, 25.01992099777279, 25.780235991911393, 26.53023774573764, 27.28997978208111, 28.049721818424583, 28.810036812563183, 29.560038566389434, 30.3197806027329, 31.080095596871505, 31.830097350697756, 32.58983938704122, 33.35015438117983, 34.100156135006074, 34.85989817134954, 35.620213165488146, 36.37995520183162, 37.12995695565787, 37.89027194979647, 38.650013986139946, 39.40001573996619, 40.15975777630966, 40.920072770448265, 41.67007452427451, 42.42981656061798, 43.19013155475658, 43.94013330858284, 44.699875344926305, 45.46019033906491, 46.21993237540838, 46.96993412923462, 47.73024912337323, 48.4899911597167, 49.23999291354295, 49.99973494988642, 60.0001403060998, 69.99997270451807, 79.99980510293632, 90.00021045914971, 100.00004285756798, 109.99987525598623, 120.0002806121996, 130.0001130106179, 139.99994540903614, 149.9997778074544, 160.0001831636678, 170.00001556208605, 180.0]
values: [0.0844, 0.0844, 0.1268, 0.2927, 0.497, 0.7161, 0.9246, 1.0985, 1.2182, 1.2707, 1.2182, 1.0985, 0.9246, 0.7161, 0.497, 0.2927, 0.1499, 0.1472, 0.1447, 0.1433, 0.1403, 0.1386, 0.1373, 0.136, 0.1322, 0.1306, 0.129, 0.1268, 0.1258, 0.1246, 0.1229, 0.1206, 0.1195, 0.1185, 0.115, 0.1138, 0.1127, 0.111, 0.11, 0.1089, 0.1075, 0.1059, 0.1051, 0.1042, 0.1023, 0.1013, 0.1004, 0.0997, 0.0971, 0.0956, 0.0948, 0.094, 0.0925, 0.0917, 0.0912, 0.0902, 0.0895, 0.0891, 0.0887, 0.0879, 0.0875, 0.0873, 0.0868, 0.0864, 0.0862, 0.086, 0.0856, 0.0853, 0.0852, 0.085, 0.0847, 0.0846, 0.0845, 0.0843, 0.0842, 0.084, 0.084, 0.0839, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0837, 0.0837, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0839, 0.0839, 0.0839, 0.084, 0.084, 0.0841, 0.0841, 0.0842, 0.0842, 0.0843, 0.0843, 0.0844, 0.0845, 0.0846, 0.0846, 0.0847, 0.0847, 0.0848, 0.0849, 0.085, 0.0851, 0.0852, 0.0853, 0.0853, 0.0854, 0.0856, 0.0857, 0.0858, 0.0859, 0.086, 0.0861, 0.0862, 0.0864, 0.0865, 0.0867, 0.0869, 0.087, 0.0871, 0.0873, 0.0879, 0.0886, 0.0895, 0.0912, 0.093, 0.0954, 0.0989, 0.1024, 0.1076, 0.1144, 0.1211, 0.131, 0.1399, 0.1492, 0.1591, 0.1691, 0.1778, 0.1858, 0.1937, 0.2014, 0.2135, 0.2267, 0.2399, 0.2531, 0.2663, 0.2795, 0.2927, 0.3078, 0.323, 0.3381, 0.3532, 0.3684, 0.3835, 0.3987, 0.4138, 0.4289, 0.4441, 0.4592, 0.4743, 0.4895, 0.5052, 0.5214, 0.5376, 0.5538, 0.5701, 0.5863, 0.6025, 0.6188, 0.635, 0.6512, 0.6675, 0.6837, 0.6999, 0.7161, 0.9246, 1.0985, 1.2182, 1.2707, 1.2182, 1.0985, 0.9246, 0.7161, 0.497, 0.2927, 0.1268, 0.0844, 0.0844]
cm:
grid: [-180.0, -170.00001556208605, -160.0001831636678, -149.9997778074544, -139.99994540903614, -130.0001130106179, -120.0002806121996, -109.99987525598623, -100.00004285756798, -90.00021045914971, -79.99980510293632, -69.99997270451807, -60.0001403060998, -49.99973494988642, -39.99990255146816, -30.0000701530499, -20.000237754631645, -19.749855198159477, -19.250236000805398, -18.99985344433323, -18.75004384565619, -18.50023424697915, -18.249851690506983, -18.000042091829943, -17.499849936680732, -17.250040338003696, -17.000230739326653, -16.749848182854485, -16.50003858417745, -16.250228985500407, -15.999846429028239, -15.7500368303512, -15.50022723167416, -15.249844675201992, -14.750225477847913, -14.499842921375745, -14.250033322698703, -14.000223724021666, -13.749841167549496, -13.500031568872457, -13.250221970195417, -12.99983941372325, -12.75002981504621, -12.50022021636917, -12.249837659897, -12.000028061219961, -11.750218462542923, -11.499835906070754, -11.000216708716675, -10.749834152244507, -10.500024553567467, -10.250214954890428, -9.999832398418258, -9.750022799741219, -9.50021320106418, -9.249830644592011, -9.000021045914972, -8.750211447237932, -8.499828890765762, -8.250019292088725, -8.000209693411685, -7.749827136939515, -7.500017538262475, -7.2502079395854375, -6.999825383113268, -6.750015784436228, -6.500206185759189, -6.24982362928702, -6.0000140306099805, -5.750204431932942, -5.499821875460772, -5.250012276783734, -5.000202678106694, -4.749820121634524, -4.500010522957486, -4.250200924280446, -3.9998183678082766, -3.7500087691312376, -3.500199170454199, -3.2498166139820293, -3.0000070153049903, -2.7501974166279517, -2.499814860155782, -2.250005261478743, -2.000195662801704, -1.7498131063295341, -1.5000035076524951, -1.2501939089754561, -0.9998113525032866, -0.7500017538262476, -0.5001921551492087, -0.24980959867703895, 0.0, 0.2297560758474601, 0.4698253920072751, 0.700154425649866, 0.9402237418096809, 1.169979817657141, 1.3997358935046011, 1.639805209664416, 1.8701342433070072, 2.110203559466822, 2.339959635314282, 2.5697157111617424, 2.809785027321557, 3.0401140609641484, 3.2801833771239632, 3.509939452971423, 3.7402684866140143, 3.979764844978698, 4.210093878621289, 4.450163194781104, 4.679919270628564, 4.910248304271155, 5.14974466263584, 5.38007369627843, 5.620143012438245, 5.849899088285705, 6.080228121928297, 6.3197244802929795, 6.550053513935572, 6.790122830095386, 7.019878905942846, 7.2502079395854375, 7.490277255745252, 7.720033331592712, 7.960102647752527, 8.189858723599988, 8.420187757242578, 8.660257073402393, 8.890013149249853, 9.119769225097313, 9.880084219235917, 10.639826255579388, 11.40014124971799, 12.150143003544237, 12.909885039887708, 13.670200034026312, 14.42020178785256, 15.17994382419603, 15.940258818334634, 16.69026057216088, 17.450002608504352, 18.209744644847824, 18.970059638986427, 19.720061392812674, 20.479803429156146, 21.240118423294746, 21.990120177120993, 22.749862213464468, 23.510177207603068, 24.260178961429318, 25.01992099777279, 25.780235991911393, 26.53023774573764, 27.28997978208111, 28.049721818424583, 28.810036812563183, 29.560038566389434, 30.3197806027329, 31.080095596871505, 31.830097350697756, 32.58983938704122, 33.35015438117983, 34.100156135006074, 34.85989817134954, 35.620213165488146, 36.37995520183162, 37.12995695565787, 37.89027194979647, 38.650013986139946, 39.40001573996619, 40.15975777630966, 40.920072770448265, 41.67007452427451, 42.42981656061798, 43.19013155475658, 43.94013330858284, 44.699875344926305, 45.46019033906491, 46.21993237540838, 46.96993412923462, 47.73024912337323, 48.4899911597167, 49.23999291354295, 49.99973494988642, 60.0001403060998, 69.99997270451807, 79.99980510293632, 90.00021045914971, 100.00004285756798, 109.99987525598623, 120.0002806121996, 130.0001130106179, 139.99994540903614, 149.9997778074544, 160.0001831636678, 170.00001556208605, 180.0]
values: [0.0, 0.3125, 0.2831, 0.2632, 0.2048, 0.1932, 0.2008, 0.2136, 0.2221, 0.2198, 0.196, 0.1635, 0.1285, 0.0965, 0.0716, 0.0522, -0.0063, -0.0089, -0.0099, -0.0105, -0.011, -0.0116, -0.012, -0.0126, -0.0135, -0.0139, -0.0143, -0.0147, -0.0151, -0.0155, -0.0158, -0.0161, -0.0164, -0.0168, -0.0173, -0.0175, -0.0178, -0.0181, -0.0184, -0.0186, -0.0188, -0.0188, -0.0192, -0.0194, -0.0194, -0.0196, -0.0198, -0.02, -0.0199, -0.0196, -0.0194, -0.0184, -0.0183, -0.0192, -0.0205, -0.0224, -0.0247, -0.0267, -0.0287, -0.032, -0.0345, -0.0367, -0.0399, -0.043, -0.0453, -0.0476, -0.051, -0.0538, -0.056, -0.0586, -0.0619, -0.0644, -0.0663, -0.0688, -0.0715, -0.0737, -0.0756, -0.0774, -0.0793, -0.0811, -0.0826, -0.0838, -0.0852, -0.0867, -0.0883, -0.0897, -0.091, -0.0921, -0.0936, -0.0949, -0.0961, -0.0972, -0.0983, -0.0995, -0.1008, -0.1019, -0.1029, -0.104, -0.105, -0.1061, -0.1072, -0.1082, -0.1091, -0.11, -0.1109, -0.1119, -0.1128, -0.1137, -0.1146, -0.1153, -0.1161, -0.117, -0.1178, -0.1185, -0.1192, -0.1199, -0.1206, -0.1212, -0.1218, -0.1224, -0.123, -0.1235, -0.124, -0.1245, -0.125, -0.1254, -0.1257, -0.1259, -0.1262, -0.1265, -0.1267, -0.127, -0.1265, -0.1256, -0.1214, -0.1163, -0.1133, -0.1107, -0.108, -0.1063, -0.1042, -0.1025, -0.1013, -0.1001, -0.0998, -0.1001, -0.1016, -0.1036, -0.1064, -0.1099, -0.1136, -0.118, -0.1249, -0.1325, -0.14, -0.1476, -0.1551, -0.1627, -0.1703, -0.174, -0.1777, -0.1815, -0.1852, -0.1889, -0.1926, -0.1964, -0.2001, -0.2039, -0.2076, -0.2113, -0.215, -0.2188, -0.2218, -0.2242, -0.2266, -0.2289, -0.2313, -0.2337, -0.2361, -0.2384, -0.2408, -0.2432, -0.2455, -0.2479, -0.2503, -0.2527, -0.2833, -0.3156, -0.3482, -0.3773, -0.3877, -0.3865, -0.3806, -0.3803, -0.4032, -0.4854, -0.5325, -0.3906, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
Yaw#
The yaw
section of the turbine YAML file provides detailed specifications for the wind turbine yaw system. Currently it only includes the equivalent elastic_properties
of the yaw system.
The schema for the yaw mass can be found here.
Tower#
The tower
section of the turbine YAML file provides detailed specifications for the wind turbine tower. It includes the following subfields:
reference_axis
: Defines the reference axis of the tower in the tower base coordinate system. This axis is used as the basis for defining both the tower geometry and structural properties.outer_shape
: Defines the outer shape of the towerstructure
: Defines the inner structure of the towerelastic_properties
: Defines the equivalent elastic properties of the tower
values: [15.0, 28.0, 41.0, 54.0, 67.0, 80.0, 93.0, 106.0, 119.0, 132.0, 144.386]
monopile:
transition_piece_mass: 100000.0
transition_piece_cost: 0.0
gravity_foundation_mass: 0.0
outer_shape:
outer_diameter:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
values: [10.0, 10.0, 10.0, 10.0, 10.0, 10.0, 10.0]
cd:
grid: [0.0, 1.0]
values: [0.5, 0.5]
structure:
outfitting_factor: 1.07
layers:
- name: monopile_wall
material: steel
thickness:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
values: [0.055341, 0.055341, 0.055341, 0.047677, 0.047357, 0.039697, 0.042419]
elastic_properties:
stiffness_matrix:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
K44: [4274841535785.223, 4274841535785.223, 4129131577796.937, 3831267313253.8174, 3526666824797.925, 3279702824219.957, 3185185005543.049]
K55: [4274841535785.223, 4274841535785.223, 4129131577796.937, 3831267313253.8174, 3526666824797.925, 3279702824219.957, 3185185005543.049]
K66: [3389949337877.682, 3389949337877.682, 3274401341192.971, 3038194979410.2773, 2796646792064.7544, 2600804339606.426, 2525851709395.6377]
Monopile#
The monopile
section of the turbine YAML file provides detailed specifications for the wind turbine monopile, when present. It includes the following subfields:
reference_axis
: Defines the reference axis of the monopile in the tower base coordinate system. This axis is used as the basis for defining both the monopile geometry and structural properties.outer_shape
: Defines the outer shape of the monopilestructure
: Defines the inner structure of the monopileelastic_properties
: Defines the equivalent elastic properties of the monopile
inertia_matrix:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
mass: [6037748.381117885, 6037748.381117885, 3104290.857225609, 1415254161.2458649, 2830337489.1583962, 1415168744.5791981, 0.0]
structural_damping:
mu: [0.004, 0.004, 0.0004, 0.0, 0.0, 0.0]
reference_axis:
x:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
y:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
values: [0.0, 0.0, 0.0, 0.0, 0.0, 0.0, 0.0]
z:
grid: [0.0, 0.5, 0.6111111111111112, 0.7222222222222222, 0.8333333333333334, 0.9444444444444444, 1.0]
values: [-75.0, -30.0, -20.0, -10.0, 0.0, 10.0, 15.0]
drivetrain:
outer_shape:
uptilt: 6.0
distance_tt_hub: 5.614
distance_hub_mb: 1.0
distance_mb_mb: 1.2
overhang: 12.0313
cd: 0.5
gearbox:
gear_ratio: 1.0
efficiency: 1.0
lss:
diameter: [3.0, 3.0]
wall_thickness: [0.1, 0.1]
Floating platform#
The floating_platform
section of the turbine YAML file provides detailed specifications for the wind turbine floating platform, when present. It includes the following subfields:
transition_piece_mass
transition_piece_cost
joints
members
The floating platform of the IEA-15MW turbine is defined as shown below.
- name: pontoon_upper_twall
material: steel
thickness:
grid: [0.0, 1.0]
values: [0.02, 0.02]
- name: Y_pontoon_upper2
joint1: main_upper_pontoon
joint2: col2_upper_pontoon
Ca: 1.0
Cd: 0.8
outer_shape: *id005
structure: *id006
- name: Y_pontoon_upper3
joint1: main_upper_pontoon
joint2: col3_upper_pontoon
Ca: 1.0
Cd: 0.8
outer_shape: *id005
structure: *id006
- name: Y_pontoon_lower1
joint1: main_lower_pontoon
joint2: col1_lower_pontoon
Ca: 1.0
Cd: 0.8
outer_shape: &id007
shape: circular
outer_diameter:
grid: [0.0, 1.0]
values: [9.6148, 9.6148]
structure: &id008
layers:
- name: pontoon_lower_twall
material: steel
thickness:
grid: [0.0, 1.0]
values: [0.04, 0.04]
ballast:
- variable_flag: true
grid: [0.0, 1.0]
- name: Y_pontoon_lower2
joint1: main_lower_pontoon
joint2: col2_lower_pontoon
outer_shape: *id007
Ca: 1.0
Cd: 0.8
structure: *id008
- name: Y_pontoon_lower3
joint1: main_lower_pontoon
joint2: col3_lower_pontoon
outer_shape: *id007
Ca: 1.0
Cd: 0.8
structure: *id008
mooring:
nodes:
- name: line1_anchor
node_type: fixed
joint: anchor1
anchor_type: drag_embedment
- name: line2_anchor
node_type: fixed
joint: anchor2
anchor_type: drag_embedment
- name: line3_anchor
node_type: fixed
joint: anchor3
anchor_type: drag_embedment
- name: line1_vessel
node_type: vessel
joint: col1_fairlead
fairlead_type: rigid
- name: line2_vessel
node_type: vessel
joint: col2_fairlead
fairlead_type: rigid
- name: line3_vessel
joint: col3_fairlead
node_type: vessel
fairlead_type: rigid
lines:
- name: line1
node1: line1_anchor
node2: line1_vessel
line_type: main
unstretched_length: 850.0
- name: line2
node1: line2_anchor
node2: line2_vessel
line_type: main
unstretched_length: 850.0
- name: line3
node1: line3_anchor
node2: line3_vessel
line_type: main
unstretched_length: 850.0
line_types:
- name: main
diameter: 0.185
type: chain
transverse_added_mass: 1.0
tangential_added_mass: 0.0
transverse_drag: 1.6
tangential_drag: 0.1
anchor_types:
- name: drag_embedment
type: drag_embedment
drivetrain:
outer_shape:
uptilt: 6.0
distance_tt_hub: 5.614
distance_hub_mb: 1.0
distance_mb_mb: 1.2
overhang: 12.0313
cd: 0.5
gearbox:
gear_ratio: 1.0
efficiency: 1.0
lss:
diameter: [3.0, 3.0]
wall_thickness: [0.1, 0.1]
material: steel_drive
hss: {}
nose:
diameter: [2.2, 2.2]
wall_thickness: [0.1, 0.1]
bedplate:
wall_thickness:
grid: [0.0, 1.0]
values: [0.05, 0.05]
material: steel_drive
other_components:
mb1Type: CARB
mb2Type: SRB
uptower: true
generator:
length: 2.15
radius: 5.08
mass: 371570.0
airfoils:
- name: circular
coordinates:
x: [1.0, 0.99901, 0.99606, 0.99114, 0.98429, 0.97553, 0.96489, 0.95241, 0.93815, 0.92216, 0.90451, 0.88526, 0.86448, 0.84227, 0.81871, 0.79389, 0.76791, 0.74088, 0.71289, 0.68406, 0.65451, 0.62434, 0.59369, 0.56267, 0.5314, 0.5, 0.4686, 0.43733, 0.40631, 0.37566, 0.34549, 0.31594, 0.28711, 0.25912, 0.23209, 0.20611, 0.18129, 0.15773, 0.13552, 0.11474, 0.09549, 0.07784, 0.06185, 0.04759, 0.03511, 0.02447, 0.01571, 0.00886, 0.00394, 0.00099, 0.0, 0.00099, 0.00394, 0.00886, 0.01571, 0.02447, 0.03511, 0.04759, 0.06185, 0.07784, 0.09549, 0.11474, 0.13552, 0.15773, 0.18129, 0.20611, 0.23209, 0.25912, 0.28711, 0.31594, 0.34549, 0.37566, 0.40631, 0.43733, 0.4686, 0.5, 0.5314, 0.56267, 0.59369, 0.62434, 0.65451, 0.68406, 0.71289, 0.74088, 0.76791, 0.79389, 0.81871, 0.84227, 0.86448, 0.88526, 0.90451, 0.92216, 0.93815, 0.95241, 0.96489, 0.97553, 0.98429, 0.99114, 0.99606, 0.99901, 1.0]
y: [0.0, 0.0314, 0.06267, 0.09369, 0.12434, 0.15451, 0.18406, 0.21289, 0.24088, 0.26791, 0.29389, 0.31871, 0.34227, 0.36448, 0.38526, 0.40451, 0.42216, 0.43815, 0.45241, 0.46489, 0.47553, 0.48429, 0.49114, 0.49606, 0.49901, 0.5, 0.49901, 0.49606, 0.49114, 0.48429, 0.47553, 0.46489, 0.45241, 0.43815, 0.42216, 0.40451, 0.38526, 0.36448, 0.34227, 0.31871, 0.29389, 0.26791, 0.24088, 0.21289, 0.18406, 0.15451, 0.12434, 0.09369, 0.06267, 0.0314, 0.0, -0.0314, -0.06267, -0.09369, -0.12434, -0.15451, -0.18406, -0.21289, -0.24088, -0.26791, -0.29389, -0.31871, -0.34227, -0.36448, -0.38526, -0.40451, -0.42216, -0.43815, -0.45241, -0.46489, -0.47553, -0.48429, -0.49114, -0.49606, -0.49901, -0.5, -0.49901, -0.49606, -0.49114, -0.48429, -0.47553, -0.46489, -0.45241, -0.43815, -0.42216, -0.40451, -0.38526, -0.36448, -0.34227, -0.31871, -0.29389, -0.26791, -0.24088, -0.21289, -0.18406, -0.15451, -0.12434, -0.09369, -0.06267, -0.0314, 0.0]
aerodynamic_center: 0.5
polars:
- configuration: default
re_sets:
- re: 3000000.0
cl:
grid: [-180.0, 180.0]
values: [0.0001, 0.0001]
cd:
grid: [-180.0, 180.0]
values: [0.35, 0.35]
cm:
grid: [-180.0, 180.0]
values: [-0.0001, -0.0001]
rthick: 1.0
- name: SNL-FFA-W3-500
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.0, 0.01086983, 0.0117452, 0.01334146, 0.01554892, 0.01830045, 0.02160574, 0.02544031, 0.02973944, 0.03448209, 0.03964881, 0.045193, 0.05091599, 0.05708281, 0.06358138, 0.07042743, 0.07734661, 0.08467081, 0.0921802, 0.09990118, 0.10756554, 0.11533963, 0.12314445, 0.13105863, 0.13880784, 0.14656091, 0.15414446, 0.16162243, 0.1690763, 0.17621938, 0.18309227, 0.18987002, 0.19625049, 0.20235037, 0.20831587, 0.21376127, 0.21902667, 0.22392548, 0.22835814, 0.23243074, 0.23602942, 0.23922962, 0.24206676, 0.24439517, 0.24632908, 0.24781218, 0.24907553, 0.24961759, 0.25, 0.2499146, 0.24940354, 0.2484402, 0.24723387, 0.2455593, 0.24358422, 0.24124765, 0.2386039, 0.23566026, 0.2324321, 0.22883962, 0.22496679, 0.22083239, 0.21649585, 0.21197874, 0.20722821, 0.20232328, 0.197174, 0.19203678, 0.18655863, 0.18109338, 0.17545947, 0.16968205, 0.16378555, 0.1577649, 0.15169879, 0.14556478, 0.13948626, 0.1333378, 0.1270497, 0.12086576, 0.11468985, 0.10849184, 0.1022246, 0.09589286, 0.08980724, 0.08374779, 0.07773838, 0.07187918, 0.0660103, 0.06018911, 0.0539095, 0.04732699, 0.04014879, 0.03372622, 0.02591034, 0.0200319, 0.01481159, 0.01096429, 0.00515421, 0.00237777, 0.0, -0.00676349, -0.0092701, -0.01485268, -0.01909805, -0.02425157, -0.03028001, -0.03749177, -0.04339708, -0.049743, -0.05593635, -0.06191302, -0.06758273, -0.07340171, -0.07913246, -0.08498169, -0.09099183, -0.09692059, -0.10302984, -0.10915375, -0.11531066, -0.12113778, -0.12714727, -0.13319857, -0.13898026, -0.1448503, -0.15067474, -0.15648787, -0.16231789, -0.16795081, -0.17355519, -0.17904803, -0.18436086, -0.18964752, -0.19466991, -0.19967718, -0.20448577, -0.20911273, -0.21356541, -0.21790461, -0.22189862, -0.22585022, -0.22942761, -0.23282521, -0.23594152, -0.23867787, -0.24127615, -0.24342871, -0.24536479, -0.24668824, -0.24775175, -0.2484068, -0.2487, -0.24831476, -0.2476416, -0.24639477, -0.24454631, -0.24221768, -0.23936461, -0.23593587, -0.23173768, -0.22714767, -0.22177388, -0.21593576, -0.20951266, -0.20242622, -0.19484392, -0.18680862, -0.1783067, -0.16936964, -0.16006127, -0.15031319, -0.14049402, -0.13044955, -0.12028637, -0.11020462, -0.10038818, -0.0907307, -0.08140578, -0.07271636, -0.06444497, -0.05666457, -0.04953952, -0.04299056, -0.03713052, -0.0319789, -0.02747518, -0.02370172, -0.02037524, -0.01799359, -0.01593023, -0.01421422, -0.01283805, -0.01177726, -0.01099873, -0.01045135, -0.01008163, -0.00985456, -0.00974345, -0.0]
aerodynamic_center: 0.316
polars:
- configuration: default
re_sets:
- re: 8100000.0
cl:
grid: [-180.0, -170.00001556208605, -160.0001831636678, -149.9997778074544, -139.99994540903614, -130.0001130106179, -120.0002806121996, -109.99987525598623, -100.00004285756798, -90.00021045914971, -79.99980510293632, -69.99997270451807, -60.0001403060998, -49.99973494988642, -39.99990255146816, -30.0000701530499, -20.000237754631645, -19.749855198159477, -19.250236000805398, -18.99985344433323, -18.75004384565619, -18.50023424697915, -18.249851690506983, -18.000042091829943, -17.499849936680732, -17.250040338003696, -17.000230739326653, -16.749848182854485, -16.50003858417745, -16.250228985500407, -15.999846429028239, -15.7500368303512, -15.50022723167416, -15.249844675201992, -14.750225477847913, -14.499842921375745, -14.250033322698703, -14.000223724021666, -13.749841167549496, -13.500031568872457, -13.250221970195417, -12.99983941372325, -12.75002981504621, -12.50022021636917, -12.249837659897, -12.000028061219961, -11.750218462542923, -11.499835906070754, -11.000216708716675, -10.749834152244507, -10.500024553567467, -10.250214954890428, -9.999832398418258, -9.750022799741219, -9.50021320106418, -9.249830644592011, -9.000021045914972, -8.750211447237932, -8.499828890765762, -8.250019292088725, -8.000209693411685, -7.749827136939515, -7.500017538262475, -7.2502079395854375, -6.999825383113268, -6.750015784436228, -6.500206185759189, -6.24982362928702, -6.0000140306099805, -5.750204431932942, -5.499821875460772, -5.250012276783734, -5.000202678106694, -4.749820121634524, -4.500010522957486, -4.250200924280446, -3.9998183678082766, -3.7500087691312376, -3.500199170454199, -3.2498166139820293, -3.0000070153049903, -2.7501974166279517, -2.499814860155782, -2.250005261478743, -2.000195662801704, -1.7498131063295341, -1.5000035076524951, -1.2501939089754561, -0.9998113525032866, -0.7500017538262476, -0.5001921551492087, -0.24980959867703895, 0.0, 0.2297560758474601, 0.4698253920072751, 0.700154425649866, 0.9402237418096809, 1.169979817657141, 1.3997358935046011, 1.639805209664416, 1.8701342433070072, 2.110203559466822, 2.339959635314282, 2.5697157111617424, 2.809785027321557, 3.0401140609641484, 3.2801833771239632, 3.509939452971423, 3.7402684866140143, 3.979764844978698, 4.210093878621289, 4.450163194781104, 4.679919270628564, 4.910248304271155, 5.14974466263584, 5.38007369627843, 5.620143012438245, 5.849899088285705, 6.080228121928297, 6.3197244802929795, 6.550053513935572, 6.790122830095386, 7.019878905942846, 7.2502079395854375, 7.490277255745252, 7.720033331592712, 7.960102647752527, 8.189858723599988, 8.420187757242578, 8.660257073402393, 8.890013149249853, 9.119769225097313, 9.880084219235917, 10.639826255579388, 11.40014124971799, 12.150143003544237, 12.909885039887708, 13.670200034026312, 14.42020178785256, 15.17994382419603, 15.940258818334634, 16.69026057216088, 17.450002608504352, 18.209744644847824, 18.970059638986427, 19.720061392812674, 20.479803429156146, 21.240118423294746, 21.990120177120993, 22.749862213464468, 23.510177207603068, 24.260178961429318, 25.01992099777279, 25.780235991911393, 26.53023774573764, 27.28997978208111, 28.049721818424583, 28.810036812563183, 29.560038566389434, 30.3197806027329, 31.080095596871505, 31.830097350697756, 32.58983938704122, 33.35015438117983, 34.100156135006074, 34.85989817134954, 35.620213165488146, 36.37995520183162, 37.12995695565787, 37.89027194979647, 38.650013986139946, 39.40001573996619, 40.15975777630966, 40.920072770448265, 41.67007452427451, 42.42981656061798, 43.19013155475658, 43.94013330858284, 44.699875344926305, 45.46019033906491, 46.21993237540838, 46.96993412923462, 47.73024912337323, 48.4899911597167, 49.23999291354295, 49.99973494988642, 60.0001403060998, 69.99997270451807, 79.99980510293632, 90.00021045914971, 100.00004285756798, 109.99987525598623, 120.0002806121996, 130.0001130106179, 139.99994540903614, 149.9997778074544, 160.0001831636678, 170.00001556208605, 180.0]
values: [0.0, 0.4419, 0.8837, 0.9674, 0.7801, 0.6293, 0.4785, 0.3189, 0.1553, 0.0, -0.1553, -0.3189, -0.4784, -0.6293, -0.7801, -0.9674, -1.0281, -1.0243, -1.0052, -0.9971, -1.0052, -0.9995, -0.9908, -0.9815, -0.9764, -0.9705, -0.9655, -0.9662, -0.9544, -0.9444, -0.9405, -0.9433, -0.933, -0.9211, -0.9158, -0.907, -0.8959, -0.8926, -0.8808, -0.8722, -0.866, -0.8626, -0.8489, -0.8363, -0.8363, -0.8271, -0.8141, -0.8004, -0.789, -0.7862, -0.7747, -0.7701, -0.7674, -0.7506, -0.729, -0.7095, -0.6855, -0.659, -0.6319, -0.6019, -0.5718, -0.5424, -0.5098, -0.4767, -0.4454, -0.4142, -0.3791, -0.346, -0.3144, -0.2817, -0.2461, -0.2133, -0.1827, -0.1494, -0.1158, -0.0837, -0.0529, -0.0225, 0.0089, 0.0392, 0.0686, 0.0974, 0.126, 0.1555, 0.1853, 0.2146, 0.243, 0.2713, 0.3006, 0.3295, 0.3578, 0.3857, 0.4135, 0.4425, 0.4715, 0.5003, 0.5286, 0.5567, 0.585, 0.6135, 0.6417, 0.6697, 0.6975, 0.7251, 0.7528, 0.7807, 0.8083, 0.8358, 0.8631, 0.8902, 0.9173, 0.9444, 0.9713, 0.9981, 1.0249, 1.0515, 1.0779, 1.1041, 1.1302, 1.156, 1.1818, 1.2076, 1.2334, 1.2589, 1.2841, 1.3088, 1.3331, 1.357, 1.381, 1.4054, 1.4295, 1.4531, 1.5154, 1.5749, 1.6151, 1.6443, 1.6824, 1.7146, 1.7362, 1.7627, 1.7706, 1.7639, 1.7604, 1.7251, 1.7035, 1.6784, 1.6505, 1.6227, 1.6067, 1.5972, 1.5892, 1.5815, 1.5563, 1.5272, 1.4982, 1.4691, 1.4401, 1.411, 1.382, 1.3622, 1.3424, 1.3225, 1.3027, 1.2829, 1.2631, 1.2433, 1.2234, 1.2036, 1.1838, 1.164, 1.1442, 1.1243, 1.1064, 1.0905, 1.0745, 1.0586, 1.0426, 1.0267, 1.0107, 0.9948, 0.9788, 0.9628, 0.9469, 0.9309, 0.915, 0.899, 0.6836, 0.4556, 0.2219, 0.0, -0.1553, -0.3189, -0.4784, -0.6293, -0.7801, -0.9674, -0.8837, -0.4418, 0.0]
cd:
grid: [-180.0, -170.00001556208605, -160.0001831636678, -149.9997778074544, -139.99994540903614, -130.0001130106179, -120.0002806121996, -109.99987525598623, -100.00004285756798, -90.00021045914971, -79.99980510293632, -69.99997270451807, -60.0001403060998, -49.99973494988642, -39.99990255146816, -30.0000701530499, -20.000237754631645, -19.749855198159477, -19.250236000805398, -18.99985344433323, -18.75004384565619, -18.50023424697915, -18.249851690506983, -18.000042091829943, -17.499849936680732, -17.250040338003696, -17.000230739326653, -16.749848182854485, -16.50003858417745, -16.250228985500407, -15.999846429028239, -15.7500368303512, -15.50022723167416, -15.249844675201992, -14.750225477847913, -14.499842921375745, -14.250033322698703, -14.000223724021666, -13.749841167549496, -13.500031568872457, -13.250221970195417, -12.99983941372325, -12.75002981504621, -12.50022021636917, -12.249837659897, -12.000028061219961, -11.750218462542923, -11.499835906070754, -11.000216708716675, -10.749834152244507, -10.500024553567467, -10.250214954890428, -9.999832398418258, -9.750022799741219, -9.50021320106418, -9.249830644592011, -9.000021045914972, -8.750211447237932, -8.499828890765762, -8.250019292088725, -8.000209693411685, -7.749827136939515, -7.500017538262475, -7.2502079395854375, -6.999825383113268, -6.750015784436228, -6.500206185759189, -6.24982362928702, -6.0000140306099805, -5.750204431932942, -5.499821875460772, -5.250012276783734, -5.000202678106694, -4.749820121634524, -4.500010522957486, -4.250200924280446, -3.9998183678082766, -3.7500087691312376, -3.500199170454199, -3.2498166139820293, -3.0000070153049903, -2.7501974166279517, -2.499814860155782, -2.250005261478743, -2.000195662801704, -1.7498131063295341, -1.5000035076524951, -1.2501939089754561, -0.9998113525032866, -0.7500017538262476, -0.5001921551492087, -0.24980959867703895, 0.0, 0.2297560758474601, 0.4698253920072751, 0.700154425649866, 0.9402237418096809, 1.169979817657141, 1.3997358935046011, 1.639805209664416, 1.8701342433070072, 2.110203559466822, 2.339959635314282, 2.5697157111617424, 2.809785027321557, 3.0401140609641484, 3.2801833771239632, 3.509939452971423, 3.7402684866140143, 3.979764844978698, 4.210093878621289, 4.450163194781104, 4.679919270628564, 4.910248304271155, 5.14974466263584, 5.38007369627843, 5.620143012438245, 5.849899088285705, 6.080228121928297, 6.3197244802929795, 6.550053513935572, 6.790122830095386, 7.019878905942846, 7.2502079395854375, 7.490277255745252, 7.720033331592712, 7.960102647752527, 8.189858723599988, 8.420187757242578, 8.660257073402393, 8.890013149249853, 9.119769225097313, 9.880084219235917, 10.639826255579388, 11.40014124971799, 12.150143003544237, 12.909885039887708, 13.670200034026312, 14.42020178785256, 15.17994382419603, 15.940258818334634, 16.69026057216088, 17.450002608504352, 18.209744644847824, 18.970059638986427, 19.720061392812674, 20.479803429156146, 21.240118423294746, 21.990120177120993, 22.749862213464468, 23.510177207603068, 24.260178961429318, 25.01992099777279, 25.780235991911393, 26.53023774573764, 27.28997978208111, 28.049721818424583, 28.810036812563183, 29.560038566389434, 30.3197806027329, 31.080095596871505, 31.830097350697756, 32.58983938704122, 33.35015438117983, 34.100156135006074, 34.85989817134954, 35.620213165488146, 36.37995520183162, 37.12995695565787, 37.89027194979647, 38.650013986139946, 39.40001573996619, 40.15975777630966, 40.920072770448265, 41.67007452427451, 42.42981656061798, 43.19013155475658, 43.94013330858284, 44.699875344926305, 45.46019033906491, 46.21993237540838, 46.96993412923462, 47.73024912337323, 48.4899911597167, 49.23999291354295, 49.99973494988642, 60.0001403060998, 69.99997270451807, 79.99980510293632, 90.00021045914971, 100.00004285756798, 109.99987525598623, 120.0002806121996, 130.0001130106179, 139.99994540903614, 149.9997778074544, 160.0001831636678, 170.00001556208605, 180.0]
values: [0.0844, 0.0844, 0.1268, 0.2927, 0.497, 0.7161, 0.9246, 1.0985, 1.2182, 1.2707, 1.2182, 1.0985, 0.9246, 0.7161, 0.497, 0.2927, 0.1499, 0.1472, 0.1447, 0.1433, 0.1403, 0.1386, 0.1373, 0.136, 0.1322, 0.1306, 0.129, 0.1268, 0.1258, 0.1246, 0.1229, 0.1206, 0.1195, 0.1185, 0.115, 0.1138, 0.1127, 0.111, 0.11, 0.1089, 0.1075, 0.1059, 0.1051, 0.1042, 0.1023, 0.1013, 0.1004, 0.0997, 0.0971, 0.0956, 0.0948, 0.094, 0.0925, 0.0917, 0.0912, 0.0902, 0.0895, 0.0891, 0.0887, 0.0879, 0.0875, 0.0873, 0.0868, 0.0864, 0.0862, 0.086, 0.0856, 0.0853, 0.0852, 0.085, 0.0847, 0.0846, 0.0845, 0.0843, 0.0842, 0.084, 0.084, 0.0839, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0837, 0.0837, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0838, 0.0839, 0.0839, 0.0839, 0.084, 0.084, 0.0841, 0.0841, 0.0842, 0.0842, 0.0843, 0.0843, 0.0844, 0.0845, 0.0846, 0.0846, 0.0847, 0.0847, 0.0848, 0.0849, 0.085, 0.0851, 0.0852, 0.0853, 0.0853, 0.0854, 0.0856, 0.0857, 0.0858, 0.0859, 0.086, 0.0861, 0.0862, 0.0864, 0.0865, 0.0867, 0.0869, 0.087, 0.0871, 0.0873, 0.0879, 0.0886, 0.0895, 0.0912, 0.093, 0.0954, 0.0989, 0.1024, 0.1076, 0.1144, 0.1211, 0.131, 0.1399, 0.1492, 0.1591, 0.1691, 0.1778, 0.1858, 0.1937, 0.2014, 0.2135, 0.2267, 0.2399, 0.2531, 0.2663, 0.2795, 0.2927, 0.3078, 0.323, 0.3381, 0.3532, 0.3684, 0.3835, 0.3987, 0.4138, 0.4289, 0.4441, 0.4592, 0.4743, 0.4895, 0.5052, 0.5214, 0.5376, 0.5538, 0.5701, 0.5863, 0.6025, 0.6188, 0.635, 0.6512, 0.6675, 0.6837, 0.6999, 0.7161, 0.9246, 1.0985, 1.2182, 1.2707, 1.2182, 1.0985, 0.9246, 0.7161, 0.497, 0.2927, 0.1268, 0.0844, 0.0844]
cm:
grid: [-180.0, -170.00001556208605, -160.0001831636678, -149.9997778074544, -139.99994540903614, -130.0001130106179, -120.0002806121996, -109.99987525598623, -100.00004285756798, -90.00021045914971, -79.99980510293632, -69.99997270451807, -60.0001403060998, -49.99973494988642, -39.99990255146816, -30.0000701530499, -20.000237754631645, -19.749855198159477, -19.250236000805398, -18.99985344433323, -18.75004384565619, -18.50023424697915, -18.249851690506983, -18.000042091829943, -17.499849936680732, -17.250040338003696, -17.000230739326653, -16.749848182854485, -16.50003858417745, -16.250228985500407, -15.999846429028239, -15.7500368303512, -15.50022723167416, -15.249844675201992, -14.750225477847913, -14.499842921375745, -14.250033322698703, -14.000223724021666, -13.749841167549496, -13.500031568872457, -13.250221970195417, -12.99983941372325, -12.75002981504621, -12.50022021636917, -12.249837659897, -12.000028061219961, -11.750218462542923, -11.499835906070754, -11.000216708716675, -10.749834152244507, -10.500024553567467, -10.250214954890428, -9.999832398418258, -9.750022799741219, -9.50021320106418, -9.249830644592011, -9.000021045914972, -8.750211447237932, -8.499828890765762, -8.250019292088725, -8.000209693411685, -7.749827136939515, -7.500017538262475, -7.2502079395854375, -6.999825383113268, -6.750015784436228, -6.500206185759189, -6.24982362928702, -6.0000140306099805, -5.750204431932942, -5.499821875460772, -5.250012276783734, -5.000202678106694, -4.749820121634524, -4.500010522957486, -4.250200924280446, -3.9998183678082766, -3.7500087691312376, -3.500199170454199, -3.2498166139820293, -3.0000070153049903, -2.7501974166279517, -2.499814860155782, -2.250005261478743, -2.000195662801704, -1.7498131063295341, -1.5000035076524951, -1.2501939089754561, -0.9998113525032866, -0.7500017538262476, -0.5001921551492087, -0.24980959867703895, 0.0, 0.2297560758474601, 0.4698253920072751, 0.700154425649866, 0.9402237418096809, 1.169979817657141, 1.3997358935046011, 1.639805209664416, 1.8701342433070072, 2.110203559466822, 2.339959635314282, 2.5697157111617424, 2.809785027321557, 3.0401140609641484, 3.2801833771239632, 3.509939452971423, 3.7402684866140143, 3.979764844978698, 4.210093878621289, 4.450163194781104, 4.679919270628564, 4.910248304271155, 5.14974466263584, 5.38007369627843, 5.620143012438245, 5.849899088285705, 6.080228121928297, 6.3197244802929795, 6.550053513935572, 6.790122830095386, 7.019878905942846, 7.2502079395854375, 7.490277255745252, 7.720033331592712, 7.960102647752527, 8.189858723599988, 8.420187757242578, 8.660257073402393, 8.890013149249853, 9.119769225097313, 9.880084219235917, 10.639826255579388, 11.40014124971799, 12.150143003544237, 12.909885039887708, 13.670200034026312, 14.42020178785256, 15.17994382419603, 15.940258818334634, 16.69026057216088, 17.450002608504352, 18.209744644847824, 18.970059638986427, 19.720061392812674, 20.479803429156146, 21.240118423294746, 21.990120177120993, 22.749862213464468, 23.510177207603068, 24.260178961429318, 25.01992099777279, 25.780235991911393, 26.53023774573764, 27.28997978208111, 28.049721818424583, 28.810036812563183, 29.560038566389434, 30.3197806027329, 31.080095596871505, 31.830097350697756, 32.58983938704122, 33.35015438117983, 34.100156135006074, 34.85989817134954, 35.620213165488146, 36.37995520183162, 37.12995695565787, 37.89027194979647, 38.650013986139946, 39.40001573996619, 40.15975777630966, 40.920072770448265, 41.67007452427451, 42.42981656061798, 43.19013155475658, 43.94013330858284, 44.699875344926305, 45.46019033906491, 46.21993237540838, 46.96993412923462, 47.73024912337323, 48.4899911597167, 49.23999291354295, 49.99973494988642, 60.0001403060998, 69.99997270451807, 79.99980510293632, 90.00021045914971, 100.00004285756798, 109.99987525598623, 120.0002806121996, 130.0001130106179, 139.99994540903614, 149.9997778074544, 160.0001831636678, 170.00001556208605, 180.0]
values: [0.0, 0.3125, 0.2831, 0.2632, 0.2048, 0.1932, 0.2008, 0.2136, 0.2221, 0.2198, 0.196, 0.1635, 0.1285, 0.0965, 0.0716, 0.0522, -0.0063, -0.0089, -0.0099, -0.0105, -0.011, -0.0116, -0.012, -0.0126, -0.0135, -0.0139, -0.0143, -0.0147, -0.0151, -0.0155, -0.0158, -0.0161, -0.0164, -0.0168, -0.0173, -0.0175, -0.0178, -0.0181, -0.0184, -0.0186, -0.0188, -0.0188, -0.0192, -0.0194, -0.0194, -0.0196, -0.0198, -0.02, -0.0199, -0.0196, -0.0194, -0.0184, -0.0183, -0.0192, -0.0205, -0.0224, -0.0247, -0.0267, -0.0287, -0.032, -0.0345, -0.0367, -0.0399, -0.043, -0.0453, -0.0476, -0.051, -0.0538, -0.056, -0.0586, -0.0619, -0.0644, -0.0663, -0.0688, -0.0715, -0.0737, -0.0756, -0.0774, -0.0793, -0.0811, -0.0826, -0.0838, -0.0852, -0.0867, -0.0883, -0.0897, -0.091, -0.0921, -0.0936, -0.0949, -0.0961, -0.0972, -0.0983, -0.0995, -0.1008, -0.1019, -0.1029, -0.104, -0.105, -0.1061, -0.1072, -0.1082, -0.1091, -0.11, -0.1109, -0.1119, -0.1128, -0.1137, -0.1146, -0.1153, -0.1161, -0.117, -0.1178, -0.1185, -0.1192, -0.1199, -0.1206, -0.1212, -0.1218, -0.1224, -0.123, -0.1235, -0.124, -0.1245, -0.125, -0.1254, -0.1257, -0.1259, -0.1262, -0.1265, -0.1267, -0.127, -0.1265, -0.1256, -0.1214, -0.1163, -0.1133, -0.1107, -0.108, -0.1063, -0.1042, -0.1025, -0.1013, -0.1001, -0.0998, -0.1001, -0.1016, -0.1036, -0.1064, -0.1099, -0.1136, -0.118, -0.1249, -0.1325, -0.14, -0.1476, -0.1551, -0.1627, -0.1703, -0.174, -0.1777, -0.1815, -0.1852, -0.1889, -0.1926, -0.1964, -0.2001, -0.2039, -0.2076, -0.2113, -0.215, -0.2188, -0.2218, -0.2242, -0.2266, -0.2289, -0.2313, -0.2337, -0.2361, -0.2384, -0.2408, -0.2432, -0.2455, -0.2479, -0.2503, -0.2527, -0.2833, -0.3156, -0.3482, -0.3773, -0.3877, -0.3865, -0.3806, -0.3803, -0.4032, -0.4854, -0.5325, -0.3906, 0.0]
rthick: 0.5
- name: FFA-W3-211
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.00094, 0.00103065, 0.00124638, 0.00164402, 0.00220291, 0.00291409, 0.00378945, 0.00483319, 0.0060382, 0.00740799, 0.00894481, 0.01063951, 0.01252416, 0.014572, 0.01679743, 0.01918007, 0.02174274, 0.0244546, 0.02734973, 0.03038334, 0.0335578, 0.03687673, 0.04034551, 0.04394717, 0.04766271, 0.0514856, 0.05540822, 0.05935846, 0.06338795, 0.06740015, 0.07143043, 0.07541763, 0.07938054, 0.08322037, 0.08694859, 0.09053734, 0.0939943, 0.09729729, 0.10036579, 0.10331235, 0.10607106, 0.10853282, 0.11080624, 0.11273489, 0.11446777, 0.11590406, 0.11702887, 0.11783286, 0.11838114, 0.11853, 0.11841639, 0.11788959, 0.1171256, 0.11610432, 0.11482051, 0.1132508, 0.11140878, 0.10943488, 0.10728747, 0.10495952, 0.10246481, 0.09993483, 0.09720396, 0.0944128, 0.09156945, 0.08863322, 0.08564543, 0.082602, 0.07954082, 0.07647418, 0.07338251, 0.07029227, 0.06719918, 0.06411436, 0.06106016, 0.05802518, 0.05503441, 0.05207936, 0.04914881, 0.04627113, 0.04344932, 0.0406615, 0.03795784, 0.03530762, 0.03269165, 0.03015797, 0.02768421, 0.02525671, 0.02291827, 0.02065439, 0.01838965, 0.01632704, 0.01433576, 0.0122789, 0.01000166, 0.00710112, 0.0046218, 0.00275976, 0.00126291, 0.00032267, 0.0, -0.00031745, -0.00119506, -0.00249968, -0.0040402, -0.00605796, -0.00861062, -0.01064741, -0.01229951, -0.01388914, -0.01542391, -0.01691326, -0.018543, -0.02029739, -0.02206055, -0.02383464, -0.02571335, -0.02764445, -0.02960227, -0.03162977, -0.03370972, -0.03582576, -0.03799324, -0.04020728, -0.04245258, -0.04473761, -0.04705148, -0.04938937, -0.05176912, -0.05417055, -0.0565876, -0.05901518, -0.06144042, -0.0638658, -0.06627274, -0.06864841, -0.07099827, -0.07329403, -0.07554549, -0.07773395, -0.07982626, -0.08182466, -0.08370902, -0.08544832, -0.08703499, -0.08846568, -0.08971729, -0.09075297, -0.09157733, -0.0921612, -0.09245766, -0.09247435, -0.09216287, -0.09149343, -0.09046835, -0.08903859, -0.08720695, -0.08496013, -0.08226184, -0.07911059, -0.07550249, -0.07147457, -0.0670522, -0.06234033, -0.05743173, -0.05235704, -0.04718857, -0.04196804, -0.03681547, -0.03177633, -0.02692515, -0.02230712, -0.01797987, -0.01398064, -0.01032443, -0.00703746, -0.00411605, -0.00155747, 0.00059313, 0.00235599, 0.00375549, 0.00481536, 0.00553358, 0.00595799, 0.00609949, 0.00599693, 0.00565716, 0.00513478, 0.00447175, 0.00377384, 0.00309945, 0.00245775, 0.00185661, 0.00130603, 0.00082003, 0.00040675, 6.986e-05, -0.00017578, -0.00031253, -0.00037]
aerodynamic_center: 0.25
description: FFA-W3-211 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.05402504999999973, 0.1080501000000001, 0.1620751499999998, 0.2161002000000001, 0.2701252499999999, 0.3241502999999996, 0.3781753499999999, 0.4322003999999997, 0.4862254499999999, 0.5402504999999997, 0.5942755500000001, 0.6483005999999998, 0.70232565, 0.7563506999999998, 0.7318783269239915, 0.7065528355994307, 0.6776040044026928, 0.6433295384757597, 0.6027662380766498, 0.5555015408989838, 0.5015565175320579, 0.441306592466731, 0.3754225708324188, 0.3048226261816518, 0.2306301410703767, 0.1541346331849047, 0.0767543574378533, 6.938893903907228e-17, -0.07675435743785307, -0.1541346331849047, -0.2306301410703764, -0.3048226261816516, -0.3754225708324188, -0.4413065924667308, -0.5015565175320579, -0.5555015408989837, -0.6027662380766498, -0.6433295384757594, -0.6776040044026929, -0.7065528355994307, -0.7318783269239915, -0.7563507000000002, -0.85636, -1.18292, -1.23596, -1.22536, -1.20476, -1.18332, -1.10093, -0.882085, -0.62981, -0.376701, -0.121772, 0.128101, 0.25192, 0.375354, 0.498281, 0.6205240000000001, 0.742004, 0.862375, 0.98114, 1.09662, 1.20904, 1.3168, 1.42209, 1.52361, 1.61988, 1.70937, 1.78681, 1.8429, 1.85313, 1.80951, 1.66033, 1.56152, 1.43327, 1.29062, 1.080501, 1.045540467034274, 1.009361193713472, 0.9680057205752755, 0.9190421978225134, 0.8610946258237854, 0.7935736298556911, 0.7165093107600827, 0.6304379892381867, 0.5363179583320269, 0.4354608945452166, 0.3294716301005378, 0.2201923331212924, 0.1096490820540758, 9.71445146547012e-17, -0.07675435743785305, -0.1541346331849047, -0.2306301410703764, -0.3048226261816516, -0.3754225708324188, -0.4413065924667307, -0.5015565175320579, -0.5555015408989835, -0.6027662380766498, -0.6433295384757597, -0.6776040044026928, -0.7065528355994307, -0.7318783269239915, -0.7563507000000002, -0.70232565, -0.6483005999999998, -0.5942755500000001, -0.5402504999999997, -0.4862254499999999, -0.4322004000000002, -0.3781753499999999, -0.3241503000000002, -0.2701252499999999, -0.2161002000000001, -0.1620751499999998, -0.1080501000000001, -0.05402504999999973, 4.85722573273506e-18]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.02464146255885971, 0.0253381915760185, 0.02742386791262707, 0.03088494454883671, 0.03569894666004403, 0.05599104793704501, 0.08143456941199648, 0.111118119977472, 0.1448529823401942, 0.1824246843171338, 0.2235943631517934, 0.2681002849817088, 0.3156595097900088, 0.3659696912483095, 0.418711, 0.5194063216490634, 0.624878215320418, 0.7329268692419378, 0.8412988626197737, 0.9477341973794456, 1.050013466313862, 1.146004172998905, 1.233705236549658, 1.311288752188593, 1.37713813588963, 1.429881856853057, 1.468422053679695, 1.491957436925499, 1.5, 1.491957436925499, 1.468422053679695, 1.429881856853057, 1.37713813588963, 1.311288752188593, 1.233705236549658, 1.146004172998905, 1.050013466313863, 0.9477341973794456, 0.8412988626197743, 0.7329268692419378, 0.6248782153204183, 0.5194063216490632, 0.418711, 0.286909, 0.139597, 0.0834459, 0.0650916, 0.0488819, 0.0341723, 0.0213247, 0.0138586, 0.0107541, 0.008815799999999999, 0.00702184, 0.00663047, 0.00664363, 0.00670056, 0.00680819, 0.00697859, 0.00720311, 0.007514809999999999, 0.00795847, 0.00872169, 0.009683530000000001, 0.0109695, 0.0122748, 0.0136859, 0.0152881, 0.0171709, 0.0197355, 0.0236792, 0.0309403, 0.0430319, 0.0773041, 0.112017, 0.18408, 0.275892, 0.418711, 0.5194063216490632, 0.6248782153204185, 0.7329268692419378, 0.8412988626197743, 0.9477341973794456, 1.050013466313863, 1.146004172998905, 1.233705236549658, 1.311288752188593, 1.37713813588963, 1.429881856853057, 1.468422053679695, 1.491957436925499, 1.5, 1.491957436925499, 1.468422053679695, 1.429881856853057, 1.37713813588963, 1.311288752188593, 1.233705236549658, 1.146004172998905, 1.050013466313863, 0.9477341973794456, 0.8412988626197737, 0.7329268692419378, 0.624878215320418, 0.5194063216490634, 0.418711, 0.3659696912483095, 0.3156595097900088, 0.2681002849817088, 0.2235943631517934, 0.1824246843171338, 0.1448529823401946, 0.111118119977472, 0.08143456941199678, 0.05599104793704501, 0.03569894666004403, 0.03088494454883671, 0.02742386791262707, 0.0253381915760185, 0.02464146255885971]
Users should refer to the Detailed Documentation for the details of each subfield.
Mooring#
The mooring section of the turbine YAML file provides detailed specifications for the floating wind turbine mooring system, when present. It includes the following subfields:
nodes
: Defines the nodes of the mooring systemlines
: Defines the lines of the mooring systemline_types
: Defines the characteristics of the linesanchor_types
: Defines the characteristics of the anchors
The floating platform of the IEA-15MW turbine is defined as shown below.
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.3919171380083344, 0.3789845588216693, 0.3660519796350041, 0.353119400448339, 0.3476784059442646, 0.3647121654879618, 0.3817459250316594, 0.3987796845753567, 0.4158134441190544, 0.4195454592054533, 0.4228655348597155, 0.4263227290676669, 0.4316310237504245, 0.436939318433182, 0.4438932390944983, 0.4517132786918981, 0.458974087487912, 0.4644773137652843, 0.4699805400426567, 0.4709637155505512, 0.4710052138148045, 0.4682373893923625, 0.4614896911637687, 0.4547419929351749, 0.440261605201769, 0.4257812174683632, 0.4082106877197933, 0.3884588812546371, 0.3681533816888277, 0.3451901552398833, 0.322226928790939, 0.2986411272359326, 0.2748572336017246, 0.2512805789575005, 0.2280976783942457, 0.2049147778309909, 0.1541624777852183, 0.101368, 0.0652698, 0.01647420000000005, -0.0035156, -0.006716600000000001, -0.00881275, -0.0110092, -0.02268789999999999, -0.0439675, -0.0575595, -0.0674747, -0.07680390000000001, -0.08283, -0.08534420000000001, -0.0877721, -0.0901057, -0.0923415, -0.094469, -0.0964635, -0.0982801, -0.0997729, -0.100947, -0.1016336, -0.1020701, -0.1021297, -0.1017353, -0.100868, -0.09936350000000001, -0.0971987, -0.0940975, -0.0914393, -0.09242, -0.09870720000000001, -0.117702, -0.145658, -0.18266, -0.2091344193953699, -0.2353353726197231, -0.2578445325353481, -0.2803536924509731, -0.301631395515415, -0.3222609633950237, -0.3424694255055559, -0.3613544123418473, -0.3802393991781386, -0.3970410534414668, -0.4134086800854276, -0.4284443809438795, -0.4415931869395273, -0.4547419929351749, -0.4614896911637686, -0.4682373893923625, -0.4710052138148045, -0.4709637155505513, -0.4699805400426568, -0.4644773137652844, -0.458974087487912, -0.4517132786918981, -0.4438932390944983, -0.436939318433182, -0.4316310237504245, -0.4263227290676669, -0.4228655348597155, -0.4195454592054533, -0.4158134441190544, -0.3987796845753567, -0.3817459250316594, -0.3647121654879618, -0.3476784059442646, -0.3702622575911958, -0.4060519796350041, -0.4418417016788119, -0.4776314237226202, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
rthick: 0.211
- name: FFA-W3-241
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.00425, 0.0043621, 0.00462832, 0.00511699, 0.00579959, 0.00666146, 0.00771282, 0.0089541, 0.01037253, 0.01196864, 0.01374233, 0.01568187, 0.01778563, 0.02006929, 0.0225171, 0.02513781, 0.02790923, 0.03084911, 0.03393611, 0.03716418, 0.04052857, 0.04400982, 0.04761716, 0.05132667, 0.05512297, 0.05899393, 0.06293412, 0.06690084, 0.07088321, 0.07486708, 0.07883497, 0.08275436, 0.08661408, 0.09037299, 0.09402539, 0.09754917, 0.10092636, 0.10414685, 0.10719326, 0.11006231, 0.1127122, 0.11514729, 0.11735341, 0.11931701, 0.12102638, 0.12248809, 0.12367942, 0.12460233, 0.12523852, 0.12560509, 0.1256738, 0.12546547, 0.12498975, 0.12423636, 0.12323884, 0.12200236, 0.12053786, 0.11886654, 0.11699332, 0.11492977, 0.11269298, 0.110298, 0.10776785, 0.10510781, 0.10233142, 0.09945032, 0.09649044, 0.09345853, 0.09036359, 0.08722175, 0.0840345, 0.08082678, 0.07759443, 0.07434789, 0.07110954, 0.06787343, 0.06465344, 0.06145399, 0.05826012, 0.0551095, 0.05199557, 0.04891845, 0.04589051, 0.04289625, 0.03991914, 0.03700233, 0.03418463, 0.03137187, 0.0286109, 0.02603794, 0.02342947, 0.02076107, 0.01830451, 0.015951, 0.01327076, 0.0104986, 0.00746215, 0.00453721, 0.00204453, 0.00050657, 0.0, -0.00049018, -0.00184125, -0.00381822, -0.00605713, -0.00870563, -0.01122916, -0.01342212, -0.01534366, -0.01716693, -0.01909642, -0.02130654, -0.02351414, -0.02579914, -0.02815987, -0.03053974, -0.03296857, -0.03549058, -0.0380747, -0.04072568, -0.04345995, -0.04623151, -0.04907034, -0.05196961, -0.05490886, -0.05790431, -0.06095001, -0.06402491, -0.06712837, -0.07024411, -0.07337047, -0.07649115, -0.07959568, -0.08268285, -0.08571902, -0.08870503, -0.09161742, -0.09443777, -0.09716583, -0.09976981, -0.10223862, -0.10454454, -0.10668939, -0.10863043, -0.11037325, -0.11187776, -0.11314131, -0.11414886, -0.11486604, -0.11529721, -0.11537968, -0.11513331, -0.11450572, -0.11349774, -0.11208121, -0.11023393, -0.10793345, -0.10519348, -0.10197553, -0.0982976, -0.09414081, -0.08952202, -0.08447312, -0.07905685, -0.07331017, -0.0672996, -0.06109331, -0.05477058, -0.04842523, -0.04213791, -0.03600811, -0.03012656, -0.02457508, -0.01942136, -0.01470107, -0.01045419, -0.00673447, -0.00355842, -0.00093374, 0.00117919, 0.00284598, 0.00409407, 0.00495249, 0.00546535, 0.00561958, 0.00547727, 0.00504714, 0.00440395, 0.00360867, 0.00270812, 0.0018027, 0.00091285, 5.718e-05, -0.00074311, -0.00146131, -0.00207989, -0.00258907, -0.00296293, -0.00317197, -0.00326]
aerodynamic_center: 0.25
description: FFA-W3-241 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.05817799999999972, 0.1163560000000001, 0.1745339999999998, 0.2327120000000001, 0.2908899999999999, 0.3490679999999995, 0.4072459999999999, 0.4654239999999996, 0.523602, 0.5817799999999997, 0.6399580000000001, 0.6981359999999998, 0.7563140000000002, 0.8144919999999998, 0.7792464302724209, 0.7451071591370395, 0.7088137481222476, 0.6683458115525404, 0.6225263575881583, 0.5707951681755026, 0.5130692040229429, 0.4496493863351846, 0.3811527280710469, 0.3084584943135641, 0.2326621563088236, 0.1550337076275116, 0.07697853256272918, 6.938893903907228e-17, -0.07697853256272895, -0.1550337076275116, -0.2326621563088234, -0.3084584943135639, -0.3811527280710469, -0.4496493863351844, -0.5130692040229429, -0.5707951681755025, -0.6225263575881583, -0.6683458115525401, -0.7088137481222476, -0.7451071591370394, -0.7792464302724209, -0.8144920000000002, -1.077809, -1.12692, -1.1448, -1.12797, -1.09392, -1.05961, -1.031215, -0.937059, -0.673795, -0.403909, -0.14226, 0.1158039, 0.243824, 0.371129, 0.497655, 0.6233420000000001, 0.747981, 0.871372, 0.993202, 1.11325, 1.23037, 1.34496, 1.45407, 1.55911, 1.65779, 1.74834, 1.82666, 1.88831, 1.92579, 1.92722, 1.80055, 1.63088, 1.43345, 1.28805, 1.16356, 1.113209186103459, 1.064438798767199, 1.012591068746068, 0.9547797307893432, 0.8893233679830833, 0.8154216688221464, 0.7329560057470612, 0.6423562661931204, 0.5445038972443527, 0.4406549918765199, 0.3323745090126048, 0.2214767251821594, 0.1099693322324699, 9.71445146547012e-17, -0.07697853256272895, -0.1550337076275116, -0.2326621563088234, -0.3084584943135639, -0.3811527280710469, -0.4496493863351842, -0.5130692040229429, -0.5707951681755022, -0.6225263575881583, -0.6683458115525404, -0.7088137481222476, -0.7451071591370395, -0.7792464302724209, -0.8144920000000002, -0.7563140000000002, -0.6981359999999998, -0.6399580000000001, -0.5817799999999997, -0.523602, -0.4654240000000002, -0.4072459999999999, -0.3490680000000003, -0.2908899999999999, -0.2327120000000001, -0.1745339999999998, -0.1163560000000001, -0.05817799999999972, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.01177544706410594, 0.01248241260198391, 0.01459878240467653, 0.01811096054673407, 0.02299639088779405, 0.02922369647552087, 0.05381969831066666, 0.08379399231618556, 0.1178630778979731, 0.1558119510371117, 0.1974011487998909, 0.242368269760347, 0.2904296400140884, 0.3412821141889975, 0.394605, 0.4964515212818632, 0.6031945752737573, 0.7126277071805793, 0.8224902609928115, 0.9305144490385059, 1.034472560839366, 1.132223326418828, 1.221756466908459, 1.301234503184361, 1.369030950546305, 1.423764102933106, 1.464325702272211, 1.489903895366822, 1.5, 1.489903895366822, 1.464325702272211, 1.423764102933106, 1.369030950546305, 1.301234503184361, 1.22175646690846, 1.132223326418828, 1.034472560839366, 0.9305144490385059, 0.8224902609928122, 0.7126277071805793, 0.6031945752737576, 0.4964515212818629, 0.394605, 0.222521, 0.151592, 0.0969875, 0.0774353, 0.0612223, 0.0466721, 0.0330216, 0.0202688, 0.01167894, 0.00917822, 0.00838762, 0.00810497, 0.008082470000000001, 0.00812783, 0.008240289999999999, 0.00841819, 0.00867336, 0.00900857, 0.00944734, 0.00997828, 0.01070204, 0.0115279, 0.0126944, 0.0139646, 0.015453, 0.0172426, 0.0196113, 0.0229324, 0.0279527, 0.0360913, 0.0653426, 0.1045871, 0.191485, 0.286294, 0.394605, 0.4964515212818629, 0.6031945752737579, 0.7126277071805793, 0.8224902609928122, 0.9305144490385059, 1.034472560839366, 1.132223326418828, 1.22175646690846, 1.301234503184361, 1.369030950546305, 1.423764102933106, 1.464325702272211, 1.489903895366822, 1.5, 1.489903895366822, 1.464325702272211, 1.423764102933106, 1.369030950546305, 1.301234503184361, 1.22175646690846, 1.132223326418828, 1.034472560839367, 0.9305144490385059, 0.8224902609928115, 0.7126277071805793, 0.6031945752737573, 0.4964515212818632, 0.394605, 0.3412821141889975, 0.2904296400140884, 0.242368269760347, 0.1974011487998909, 0.1558119510371117, 0.1178630778979735, 0.08379399231618556, 0.05381969831066696, 0.02922369647552087, 0.02299639088779405, 0.01811096054673407, 0.01459878240467653, 0.01248241260198391, 0.01177544706410594]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.3956763450520955, 0.3887584971354481, 0.3818406492188006, 0.3749228013021533, 0.3740843285591013, 0.3914839813368354, 0.4088836341145699, 0.4262832868923042, 0.4436829396700386, 0.4453716275543733, 0.4443643566491176, 0.4435983994287483, 0.4460901769543472, 0.4485819544799459, 0.4536989103045144, 0.4601975389180142, 0.4663277194153696, 0.4712999201191282, 0.4762721208228869, 0.4770470794649723, 0.4769476126775422, 0.4740887008224939, 0.467320575121653, 0.4605524494208121, 0.4450945670669362, 0.4296366847130603, 0.4112541220321606, 0.3908070791204207, 0.3698777372479554, 0.3466333603640094, 0.3233889834800633, 0.2998354483726866, 0.2761835447396729, 0.2527992279113344, 0.2299233260118784, 0.2070474241124226, 0.1456060142046668, 0.0813079, 0.0459169, 0.01901030000000003, 0.0006315499999999995, -0.00342245, -0.0058652, -0.00652125, -0.007554099999999999, -0.0224323, -0.055829, -0.0715901, -0.0812253, -0.08892019999999999, -0.0923527, -0.0955637, -0.0985678, -0.1013918, -0.1040302, -0.106451, -0.108633, -0.110572, -0.112141, -0.113368, -0.113958, -0.114027, -0.113365, -0.111865, -0.109351, -0.1060607, -0.1023772, -0.09886919999999999, -0.0949704, -0.0999569, -0.125888, -0.154528, -0.183965, -0.2109869139440005, -0.2376791550670783, -0.2599208131076984, -0.2821624711483185, -0.3032292136924059, -0.3236775796593707, -0.3438049093730668, -0.3629232680050612, -0.3820416266370555, -0.3994389100207872, -0.4164776360611308, -0.4323092709995288, -0.4464308602101705, -0.4605524494208121, -0.467320575121653, -0.4740887008224939, -0.4769476126775422, -0.4770470794649723, -0.4762721208228869, -0.4712999201191283, -0.4663277194153696, -0.4601975389180142, -0.4536989103045144, -0.4485819544799459, -0.4460901769543472, -0.4435983994287483, -0.4443643566491176, -0.4453716275543733, -0.4436829396700386, -0.4262832868923042, -0.4088836341145699, -0.3914839813368354, -0.3740843285591013, -0.3920656584450101, -0.4218406492188006, -0.4516156399925907, -0.4813906307663812, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
rthick: 0.241
- name: FFA-W3-270blend
coordinates:
x: [1.0, 0.99185, 0.98371, 0.97556, 0.96742, 0.95928, 0.95114, 0.94301, 0.93488, 0.92675, 0.91863, 0.91052, 0.90241, 0.8943, 0.8862, 0.8781, 0.87001, 0.86192, 0.85384, 0.84576, 0.83768, 0.8296, 0.82153, 0.81346, 0.80539, 0.79732, 0.78926, 0.7812, 0.77314, 0.76508, 0.75702, 0.74897, 0.74091, 0.73285, 0.7248, 0.71675, 0.70869, 0.70064, 0.69258, 0.68452, 0.67647, 0.66841, 0.66035, 0.65229, 0.64422, 0.63616, 0.62809, 0.62002, 0.61195, 0.60387, 0.5958, 0.58772, 0.57963, 0.57154, 0.56345, 0.55536, 0.54726, 0.53916, 0.53105, 0.52294, 0.51482, 0.5067, 0.49858, 0.49045, 0.48231, 0.47417, 0.46603, 0.45787, 0.44972, 0.44155, 0.43338, 0.42521, 0.41702, 0.40884, 0.40064, 0.39244, 0.38424, 0.37602, 0.36781, 0.35958, 0.35135, 0.34312, 0.33488, 0.32664, 0.31839, 0.31014, 0.30188, 0.29363, 0.28537, 0.27711, 0.26886, 0.2606, 0.25235, 0.24411, 0.23587, 0.22763, 0.21941, 0.2112, 0.20301, 0.19483, 0.18668, 0.17855, 0.17045, 0.16238, 0.15434, 0.14635, 0.1384, 0.1305, 0.12265, 0.11487, 0.10716, 0.09952, 0.09197, 0.08451, 0.07715, 0.06991, 0.0628, 0.05584, 0.04905, 0.04245, 0.03607, 0.02994, 0.02413, 0.01869, 0.0137, 0.00923, 0.0054, 0.00249, 0.00064, 0.0, 0.00089, 0.00355, 0.00749, 0.01224, 0.01762, 0.0234, 0.02952, 0.03592, 0.04253, 0.04932, 0.05615, 0.06309, 0.07018, 0.0774, 0.08474, 0.09218, 0.09973, 0.10736, 0.11507, 0.12286, 0.13073, 0.13866, 0.14664, 0.15469, 0.16279, 0.17093, 0.17911, 0.18733, 0.19559, 0.20387, 0.21219, 0.22053, 0.22889, 0.23726, 0.24566, 0.25406, 0.26248, 0.2709, 0.27933, 0.28777, 0.2962, 0.30464, 0.31308, 0.32151, 0.32994, 0.33836, 0.34678, 0.35518, 0.36358, 0.37196, 0.38033, 0.38869, 0.39703, 0.40536, 0.41366, 0.42195, 0.43023, 0.43848, 0.44671, 0.45493, 0.46312, 0.47129, 0.47944, 0.48757, 0.49567, 0.50376, 0.51182, 0.51986, 0.52788, 0.53589, 0.54387, 0.55184, 0.55979, 0.56773, 0.57566, 0.58358, 0.59149, 0.59939, 0.60729, 0.61518, 0.62308, 0.63098, 0.63888, 0.64679, 0.65471, 0.66263, 0.67057, 0.67853, 0.68649, 0.69448, 0.70248, 0.7105, 0.71854, 0.7266, 0.73468, 0.74278, 0.75091, 0.75905, 0.76722, 0.77541, 0.78362, 0.79186, 0.80012, 0.80839, 0.81669, 0.82499, 0.83332, 0.84165, 0.85, 0.85835, 0.86671, 0.87508, 0.88346, 0.89184, 0.90022, 0.90859, 0.91697, 0.92533, 0.93369, 0.94203, 0.95037, 0.95868, 0.96698, 0.97526, 0.98352, 0.99177, 1.0]
y: [0.00652, 0.00831, 0.0101, 0.01188, 0.01366, 0.01544, 0.01721, 0.01898, 0.02076, 0.02255, 0.02435, 0.02617, 0.02799, 0.02982, 0.03166, 0.0335, 0.03535, 0.03721, 0.03907, 0.04094, 0.04281, 0.04468, 0.04655, 0.04843, 0.05031, 0.05219, 0.05407, 0.05594, 0.05782, 0.05969, 0.06157, 0.06343, 0.0653, 0.06716, 0.06901, 0.07086, 0.0727, 0.07453, 0.07636, 0.07817, 0.07997, 0.08176, 0.08355, 0.08531, 0.08707, 0.08881, 0.09054, 0.09225, 0.09395, 0.09562, 0.09729, 0.09893, 0.10055, 0.10215, 0.10373, 0.10529, 0.10683, 0.10834, 0.10983, 0.11129, 0.11272, 0.11413, 0.11551, 0.11686, 0.11817, 0.11946, 0.1207, 0.12191, 0.12307, 0.1242, 0.12529, 0.12633, 0.12733, 0.12828, 0.12918, 0.13003, 0.13083, 0.13157, 0.13226, 0.13288, 0.13345, 0.13395, 0.13438, 0.13474, 0.13502, 0.13523, 0.13537, 0.13541, 0.13537, 0.13524, 0.13501, 0.13469, 0.13426, 0.13373, 0.13308, 0.13233, 0.13146, 0.13048, 0.12936, 0.12811, 0.12672, 0.12518, 0.1235, 0.12167, 0.11969, 0.11754, 0.11522, 0.11274, 0.11008, 0.10724, 0.10422, 0.10101, 0.09759, 0.09398, 0.09014, 0.08609, 0.0818, 0.07727, 0.07247, 0.06739, 0.06196, 0.05624, 0.05049, 0.04439, 0.03792, 0.03107, 0.02383, 0.01614, 0.00809, -0.00019, -0.00845, -0.01641, -0.02407, -0.03122, -0.03781, -0.04403, -0.0499, -0.05547, -0.06076, -0.06581, -0.07063, -0.07523, -0.07962, -0.08382, -0.08782, -0.09164, -0.09527, -0.09873, -0.10201, -0.10512, -0.10805, -0.11082, -0.11341, -0.11584, -0.11811, -0.12022, -0.12218, -0.12397, -0.12562, -0.12711, -0.12846, -0.12966, -0.13073, -0.13166, -0.13245, -0.13312, -0.13365, -0.13406, -0.13435, -0.13451, -0.13455, -0.13447, -0.13428, -0.13397, -0.13354, -0.13301, -0.13236, -0.13161, -0.13075, -0.12978, -0.12871, -0.12753, -0.12626, -0.12489, -0.12341, -0.12185, -0.1202, -0.11845, -0.11662, -0.1147, -0.1127, -0.11061, -0.10845, -0.10621, -0.1039, -0.10152, -0.09907, -0.09656, -0.09399, -0.09137, -0.0887, -0.08599, -0.08323, -0.08044, -0.07761, -0.07476, -0.07188, -0.06898, -0.06607, -0.06315, -0.06024, -0.05732, -0.05441, -0.05152, -0.04864, -0.04579, -0.04297, -0.04019, -0.03745, -0.03476, -0.03213, -0.02955, -0.02704, -0.02459, -0.02222, -0.01993, -0.01771, -0.01559, -0.01356, -0.01163, -0.00982, -0.00814, -0.00656, -0.00511, -0.00377, -0.00254, -0.00143, -0.00044, 0.00045, 0.00121, 0.00185, 0.00237, 0.00275, 0.003, 0.0031, 0.00305, 0.00287, 0.00254, 0.00207, 0.00147, 0.00074, -0.00012, -0.00112, -0.00224, -0.00347, -0.00479, -0.00613]
aerodynamic_center: 0.25
description: FFA-W3-270blend (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.06212899999999969, 0.1242580000000001, 0.1863869999999997, 0.2485160000000001, 0.3106449999999998, 0.3727739999999995, 0.4349029999999999, 0.4970319999999995, 0.5591609999999999, 0.6212899999999997, 0.683419, 0.7455479999999997, 0.8076770000000001, 0.8698059999999997, 0.8165994877207365, 0.7681195983700221, 0.7203990529680618, 0.6709524633842782, 0.6182782428591802, 0.5615751466576534, 0.5005693936664801, 0.435401383049361, 0.3665455794904564, 0.294749276481367, 0.220982292815904, 0.1463931471210668, 0.07226926649699138, 5.551115123125782e-17, -0.07226926649699114, -0.1463931471210668, -0.2209822928159038, -0.2947492764813668, -0.3665455794904564, -0.4354013830493607, -0.5005693936664801, -0.5615751466576534, -0.6182782428591802, -0.670952463384278, -0.720399052968062, -0.7681195983700218, -0.8165994877207366, -0.8698060000000001, -1.098365, -1.083388, -1.069897, -1.05454, -1.034316, -1.0836, -1.094892, -0.926646, -0.696755, -0.436276, -0.162516, 0.1070901, 0.239931, 0.371578, 0.502096, 0.631386, 0.759514, 0.886379, 1.011723, 1.1343, 1.25536, 1.37379, 1.48841, 1.59782, 1.70005, 1.7919, 1.86782, 1.92687, 1.90901, 1.88548, 1.72106, 1.54737, 1.37176, 1.33611, 1.24258, 1.16657069674391, 1.097313711957174, 1.029141504240088, 0.9585035191203972, 0.8832546326559717, 0.8022502095109334, 0.7150991338092573, 0.6220019757848009, 0.5236365421292234, 0.4210703949733812, 0.3156889897370054, 0.2091330673158098, 0.1032418092814159, 8.326672684688674e-17, -0.07226926649699114, -0.1463931471210668, -0.2209822928159038, -0.2947492764813668, -0.3665455794904564, -0.4354013830493606, -0.5005693936664801, -0.5615751466576532, -0.6182782428591802, -0.6709524633842782, -0.7203990529680618, -0.7681195983700221, -0.8165994877207365, -0.8698060000000001, -0.8076770000000001, -0.7455479999999997, -0.683419, -0.6212899999999997, -0.5591609999999999, -0.4970320000000003, -0.4349029999999999, -0.3727740000000002, -0.3106449999999998, -0.2485160000000001, -0.1863869999999997, -0.1242580000000001, -0.06212899999999969, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.01545145617525337, 0.01610777849333327, 0.01807252594664354, 0.02133302578443705, 0.02586825350874664, 0.0328883659372791, 0.05680723323792564, 0.08471401060447561, 0.1164322402549705, 0.1517613784098523, 0.1904780692421837, 0.2323375637112758, 0.2770752742559843, 0.3244084554599586, 0.374038, 0.4688206353049151, 0.5681448033676435, 0.669952728182786, 0.7721361869547816, 0.8725804326764182, 0.9692082460346432, 1.060023197499036, 1.143151216970164, 1.2168796037278, 1.279692662884011, 1.330303224997329, 1.367679391470503, 1.391065948041092, 1.4, 1.391065948041092, 1.367679391470503, 1.330303224997329, 1.279692662884011, 1.2168796037278, 1.143151216970164, 1.060023197499036, 0.9692082460346436, 0.8725804326764182, 0.772136186954782, 0.669952728182786, 0.5681448033676437, 0.4688206353049149, 0.374038, 0.218804, 0.159821, 0.107443, 0.0869038, 0.0684434, 0.0473338, 0.0308488, 0.0198433, 0.0143943, 0.01154858, 0.0102638, 0.009755139999999999, 0.00967083, 0.00967746, 0.00976408, 0.00992886, 0.010161, 0.01045406, 0.01082305, 0.0113994, 0.0119786, 0.0126691, 0.01353, 0.014604, 0.0159672, 0.0177673, 0.0203501, 0.0238496, 0.0323572, 0.042586, 0.07671539999999999, 0.119141, 0.201888, 0.279811, 0.374038, 0.4688206353049149, 0.568144803367644, 0.669952728182786, 0.772136186954782, 0.8725804326764182, 0.9692082460346436, 1.060023197499036, 1.143151216970165, 1.2168796037278, 1.279692662884011, 1.330303224997329, 1.367679391470503, 1.391065948041092, 1.4, 1.391065948041092, 1.367679391470503, 1.330303224997329, 1.279692662884011, 1.2168796037278, 1.143151216970165, 1.060023197499036, 0.9692082460346441, 0.8725804326764182, 0.7721361869547816, 0.669952728182786, 0.5681448033676435, 0.4688206353049151, 0.374038, 0.3244084554599586, 0.2770752742559843, 0.2323375637112758, 0.1904780692421837, 0.1517613784098523, 0.1164322402549709, 0.08471401060447561, 0.05680723323792593, 0.0328883659372791, 0.02586825350874664, 0.02133302578443705, 0.01807252594664354, 0.01610777849333327, 0.01545145617525337]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.398737801088277, 0.3967182828295202, 0.3946987645707634, 0.3926792463120065, 0.3954394359195705, 0.4125387491260962, 0.4296380623326223, 0.4467373755391482, 0.4638366887456743, 0.4618649693614473, 0.4533531927531447, 0.4452312591985079, 0.4423722068683588, 0.4395131545382098, 0.4407199239530665, 0.4440665995495052, 0.4473877569319844, 0.4506287142134481, 0.4538696714949119, 0.4537721512199265, 0.4529791147873474, 0.4497339697805277, 0.4430150042935336, 0.4362960388065394, 0.4217990029204757, 0.4073019670344121, 0.3901952202168646, 0.3712463245065051, 0.3519042921503085, 0.3306752038940939, 0.3094461156378793, 0.288154029724106, 0.2668418991011094, 0.2457600706579958, 0.2251158163566598, 0.2044715620553239, 0.1395658926964592, 0.07138159999999999, 0.0439981, 0.02166040000000002, 0.0042194, -0.0003518499999999999, -0.00333715, -0.0028317, -0.005556199999999997, -0.02951695, -0.04821780000000001, -0.06483219999999999, -0.0791866, -0.0904066, -0.0951728, -0.0995328, -0.103549, -0.1072544, -0.11068, -0.113846, -0.116729, -0.119232, -0.121448, -0.123281, -0.124605, -0.125264, -0.125048, -0.1237, -0.120926, -0.117251, -0.109308, -0.105246, -0.102916, -0.110171, -0.134308, -0.157774, -0.184317, -0.2100189556620827, -0.2353116690528524, -0.2550796117808968, -0.2748475545089412, -0.2934552427836259, -0.3114522708197002, -0.3292470257762263, -0.3464060653398862, -0.363565104903546, -0.3794935737543194, -0.3951656737065747, -0.4098287562719499, -0.4230623975392447, -0.4362960388065394, -0.4430150042935335, -0.4497339697805277, -0.4529791147873474, -0.4537721512199265, -0.4538696714949119, -0.4506287142134482, -0.4473877569319844, -0.4440665995495052, -0.4407199239530665, -0.4395131545382098, -0.4423722068683588, -0.4452312591985079, -0.4533531927531447, -0.4618649693614473, -0.4638366887456743, -0.4467373755391482, -0.4296380623326223, -0.4125387491260962, -0.3954394359195705, -0.4098221034548635, -0.4346987645707633, -0.4595754256866629, -0.4844520868025629, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
rthick: 0.27
- name: FFA-W3-301
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.0091, 0.0092, 0.0095, 0.01019102, 0.01098722, 0.01199275, 0.01321968, 0.01466868, 0.01632499, 0.01818939, 0.02026184, 0.0225287, 0.02498942, 0.02765633, 0.03053579, 0.03361281, 0.03688185, 0.04032843, 0.04394211, 0.04771939, 0.05163426, 0.05568122, 0.0598265, 0.064066, 0.06838366, 0.07275679, 0.07716884, 0.08159288, 0.0859995, 0.09039339, 0.09473603, 0.09901837, 0.10322855, 0.10734222, 0.11135197, 0.11523528, 0.11897139, 0.12256454, 0.1259975, 0.12923028, 0.1322622, 0.13505874, 0.13762622, 0.13995045, 0.14202895, 0.14383082, 0.14537434, 0.14664124, 0.14762855, 0.14834512, 0.1487826, 0.14891816, 0.14878205, 0.14835062, 0.14763902, 0.14665631, 0.14540796, 0.14389445, 0.14211807, 0.14009933, 0.13784051, 0.13536035, 0.13267642, 0.12980554, 0.12676333, 0.12356534, 0.12022661, 0.11677002, 0.11319471, 0.10953142, 0.10578776, 0.1019807, 0.09812104, 0.09422341, 0.09031596, 0.08637472, 0.0824277, 0.07849466, 0.07455546, 0.07065466, 0.06678259, 0.06292689, 0.05912309, 0.05536396, 0.05161464, 0.0479351, 0.04434298, 0.04073649, 0.03723028, 0.03384709, 0.03041742, 0.02707923, 0.02385868, 0.02069172, 0.01762608, 0.01440222, 0.01148451, 0.0081594, 0.00393427, 0.0009904, 0.0, -0.00098225, -0.0038427, -0.00790888, -0.01119444, -0.01395867, -0.01702693, -0.01986336, -0.02277707, -0.02585365, -0.02902721, -0.03225419, -0.0354754, -0.03879837, -0.04222416, -0.0456621, -0.04918739, -0.05281184, -0.056457, -0.06018234, -0.06397734, -0.06781374, -0.07171229, -0.07567108, -0.07964775, -0.0836589, -0.08769058, -0.09172845, -0.09577523, -0.0998001, -0.10380363, -0.10776788, -0.11166856, -0.1155089, -0.11924991, -0.12288261, -0.12639744, -0.12975871, -0.13295904, -0.13598144, -0.13880129, -0.14139247, -0.14375103, -0.14585175, -0.14767899, -0.14921756, -0.15044292, -0.15133677, -0.15189867, -0.15207861, -0.15188281, -0.15127833, -0.15026529, -0.14880776, -0.14689814, -0.14451131, -0.14165209, -0.13829471, -0.13444104, -0.13009554, -0.12525581, -0.11992601, -0.11413531, -0.10791833, -0.10131971, -0.09437959, -0.08717996, -0.07979531, -0.0723041, -0.0648181, -0.05743322, -0.05023546, -0.04333091, -0.03680342, -0.03071971, -0.02512324, -0.02004647, -0.01555998, -0.01170028, -0.00840864, -0.00567019, -0.00346747, -0.00177337, -0.00057044, 0.00016442, 0.00045227, 0.00040686, 4.808e-05, -0.00057005, -0.00142772, -0.00241285, -0.00346998, -0.00454941, -0.00560222, -0.00657537, -0.00743116, -0.00814595, -0.00867599, -0.0089741, -0.0091]
aerodynamic_center: 0.25
description: FFA-W3-301 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
Users should refer to the Detailed Documentation for the details of each subfield.
Airfoils#
The airfoils
section of the turbine YAML file provides a database of airfoil coordinates, polars, and unsteady aero parameters. Each airfoil includes the following subfields:
coordinates
: Defines the coordinates of the airfoilsaerodynamic_center
: Defines the chordwise position of aerodynamic center of the airfoilsrthick
: Defines the relative thickness of the airfoilspolars
: Defines the polars of the airfoils
Multiple sets of polars
can be defined for each airfoil at varying conditions, for example distinguishing wind tunnel conditions and numerical results, or different roughness conditions. Also, for each configuration, multiple sets of polars can be defined at varying Reynolds number. Note that for every set of polars the user can opt to specify the unsteady parameters often required by aeroelastic models.
An example of the FFA-W3-211 airfoil used in the IEA-15MW turbine is shown below.
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.5
- name: FFA-W3-211
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.00094, 0.00103065, 0.00124638, 0.00164402, 0.00220291, 0.00291409, 0.00378945, 0.00483319, 0.0060382, 0.00740799, 0.00894481, 0.01063951, 0.01252416, 0.014572, 0.01679743, 0.01918007, 0.02174274, 0.0244546, 0.02734973, 0.03038334, 0.0335578, 0.03687673, 0.04034551, 0.04394717, 0.04766271, 0.0514856, 0.05540822, 0.05935846, 0.06338795, 0.06740015, 0.07143043, 0.07541763, 0.07938054, 0.08322037, 0.08694859, 0.09053734, 0.0939943, 0.09729729, 0.10036579, 0.10331235, 0.10607106, 0.10853282, 0.11080624, 0.11273489, 0.11446777, 0.11590406, 0.11702887, 0.11783286, 0.11838114, 0.11853, 0.11841639, 0.11788959, 0.1171256, 0.11610432, 0.11482051, 0.1132508, 0.11140878, 0.10943488, 0.10728747, 0.10495952, 0.10246481, 0.09993483, 0.09720396, 0.0944128, 0.09156945, 0.08863322, 0.08564543, 0.082602, 0.07954082, 0.07647418, 0.07338251, 0.07029227, 0.06719918, 0.06411436, 0.06106016, 0.05802518, 0.05503441, 0.05207936, 0.04914881, 0.04627113, 0.04344932, 0.0406615, 0.03795784, 0.03530762, 0.03269165, 0.03015797, 0.02768421, 0.02525671, 0.02291827, 0.02065439, 0.01838965, 0.01632704, 0.01433576, 0.0122789, 0.01000166, 0.00710112, 0.0046218, 0.00275976, 0.00126291, 0.00032267, 0.0, -0.00031745, -0.00119506, -0.00249968, -0.0040402, -0.00605796, -0.00861062, -0.01064741, -0.01229951, -0.01388914, -0.01542391, -0.01691326, -0.018543, -0.02029739, -0.02206055, -0.02383464, -0.02571335, -0.02764445, -0.02960227, -0.03162977, -0.03370972, -0.03582576, -0.03799324, -0.04020728, -0.04245258, -0.04473761, -0.04705148, -0.04938937, -0.05176912, -0.05417055, -0.0565876, -0.05901518, -0.06144042, -0.0638658, -0.06627274, -0.06864841, -0.07099827, -0.07329403, -0.07554549, -0.07773395, -0.07982626, -0.08182466, -0.08370902, -0.08544832, -0.08703499, -0.08846568, -0.08971729, -0.09075297, -0.09157733, -0.0921612, -0.09245766, -0.09247435, -0.09216287, -0.09149343, -0.09046835, -0.08903859, -0.08720695, -0.08496013, -0.08226184, -0.07911059, -0.07550249, -0.07147457, -0.0670522, -0.06234033, -0.05743173, -0.05235704, -0.04718857, -0.04196804, -0.03681547, -0.03177633, -0.02692515, -0.02230712, -0.01797987, -0.01398064, -0.01032443, -0.00703746, -0.00411605, -0.00155747, 0.00059313, 0.00235599, 0.00375549, 0.00481536, 0.00553358, 0.00595799, 0.00609949, 0.00599693, 0.00565716, 0.00513478, 0.00447175, 0.00377384, 0.00309945, 0.00245775, 0.00185661, 0.00130603, 0.00082003, 0.00040675, 6.986e-05, -0.00017578, -0.00031253, -0.00037]
aerodynamic_center: 0.25
description: FFA-W3-211 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.05402504999999973, 0.1080501000000001, 0.1620751499999998, 0.2161002000000001, 0.2701252499999999, 0.3241502999999996, 0.3781753499999999, 0.4322003999999997, 0.4862254499999999, 0.5402504999999997, 0.5942755500000001, 0.6483005999999998, 0.70232565, 0.7563506999999998, 0.7318783269239915, 0.7065528355994307, 0.6776040044026928, 0.6433295384757597, 0.6027662380766498, 0.5555015408989838, 0.5015565175320579, 0.441306592466731, 0.3754225708324188, 0.3048226261816518, 0.2306301410703767, 0.1541346331849047, 0.0767543574378533, 6.938893903907228e-17, -0.07675435743785307, -0.1541346331849047, -0.2306301410703764, -0.3048226261816516, -0.3754225708324188, -0.4413065924667308, -0.5015565175320579, -0.5555015408989837, -0.6027662380766498, -0.6433295384757594, -0.6776040044026929, -0.7065528355994307, -0.7318783269239915, -0.7563507000000002, -0.85636, -1.18292, -1.23596, -1.22536, -1.20476, -1.18332, -1.10093, -0.882085, -0.62981, -0.376701, -0.121772, 0.128101, 0.25192, 0.375354, 0.498281, 0.6205240000000001, 0.742004, 0.862375, 0.98114, 1.09662, 1.20904, 1.3168, 1.42209, 1.52361, 1.61988, 1.70937, 1.78681, 1.8429, 1.85313, 1.80951, 1.66033, 1.56152, 1.43327, 1.29062, 1.080501, 1.045540467034274, 1.009361193713472, 0.9680057205752755, 0.9190421978225134, 0.8610946258237854, 0.7935736298556911, 0.7165093107600827, 0.6304379892381867, 0.5363179583320269, 0.4354608945452166, 0.3294716301005378, 0.2201923331212924, 0.1096490820540758, 9.71445146547012e-17, -0.07675435743785305, -0.1541346331849047, -0.2306301410703764, -0.3048226261816516, -0.3754225708324188, -0.4413065924667307, -0.5015565175320579, -0.5555015408989835, -0.6027662380766498, -0.6433295384757597, -0.6776040044026928, -0.7065528355994307, -0.7318783269239915, -0.7563507000000002, -0.70232565, -0.6483005999999998, -0.5942755500000001, -0.5402504999999997, -0.4862254499999999, -0.4322004000000002, -0.3781753499999999, -0.3241503000000002, -0.2701252499999999, -0.2161002000000001, -0.1620751499999998, -0.1080501000000001, -0.05402504999999973, 4.85722573273506e-18]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.02464146255885971, 0.0253381915760185, 0.02742386791262707, 0.03088494454883671, 0.03569894666004403, 0.05599104793704501, 0.08143456941199648, 0.111118119977472, 0.1448529823401942, 0.1824246843171338, 0.2235943631517934, 0.2681002849817088, 0.3156595097900088, 0.3659696912483095, 0.418711, 0.5194063216490634, 0.624878215320418, 0.7329268692419378, 0.8412988626197737, 0.9477341973794456, 1.050013466313862, 1.146004172998905, 1.233705236549658, 1.311288752188593, 1.37713813588963, 1.429881856853057, 1.468422053679695, 1.491957436925499, 1.5, 1.491957436925499, 1.468422053679695, 1.429881856853057, 1.37713813588963, 1.311288752188593, 1.233705236549658, 1.146004172998905, 1.050013466313863, 0.9477341973794456, 0.8412988626197743, 0.7329268692419378, 0.6248782153204183, 0.5194063216490632, 0.418711, 0.286909, 0.139597, 0.0834459, 0.0650916, 0.0488819, 0.0341723, 0.0213247, 0.0138586, 0.0107541, 0.008815799999999999, 0.00702184, 0.00663047, 0.00664363, 0.00670056, 0.00680819, 0.00697859, 0.00720311, 0.007514809999999999, 0.00795847, 0.00872169, 0.009683530000000001, 0.0109695, 0.0122748, 0.0136859, 0.0152881, 0.0171709, 0.0197355, 0.0236792, 0.0309403, 0.0430319, 0.0773041, 0.112017, 0.18408, 0.275892, 0.418711, 0.5194063216490632, 0.6248782153204185, 0.7329268692419378, 0.8412988626197743, 0.9477341973794456, 1.050013466313863, 1.146004172998905, 1.233705236549658, 1.311288752188593, 1.37713813588963, 1.429881856853057, 1.468422053679695, 1.491957436925499, 1.5, 1.491957436925499, 1.468422053679695, 1.429881856853057, 1.37713813588963, 1.311288752188593, 1.233705236549658, 1.146004172998905, 1.050013466313863, 0.9477341973794456, 0.8412988626197737, 0.7329268692419378, 0.624878215320418, 0.5194063216490634, 0.418711, 0.3659696912483095, 0.3156595097900088, 0.2681002849817088, 0.2235943631517934, 0.1824246843171338, 0.1448529823401946, 0.111118119977472, 0.08143456941199678, 0.05599104793704501, 0.03569894666004403, 0.03088494454883671, 0.02742386791262707, 0.0253381915760185, 0.02464146255885971]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.3919171380083344, 0.3789845588216693, 0.3660519796350041, 0.353119400448339, 0.3476784059442646, 0.3647121654879618, 0.3817459250316594, 0.3987796845753567, 0.4158134441190544, 0.4195454592054533, 0.4228655348597155, 0.4263227290676669, 0.4316310237504245, 0.436939318433182, 0.4438932390944983, 0.4517132786918981, 0.458974087487912, 0.4644773137652843, 0.4699805400426567, 0.4709637155505512, 0.4710052138148045, 0.4682373893923625, 0.4614896911637687, 0.4547419929351749, 0.440261605201769, 0.4257812174683632, 0.4082106877197933, 0.3884588812546371, 0.3681533816888277, 0.3451901552398833, 0.322226928790939, 0.2986411272359326, 0.2748572336017246, 0.2512805789575005, 0.2280976783942457, 0.2049147778309909, 0.1541624777852183, 0.101368, 0.0652698, 0.01647420000000005, -0.0035156, -0.006716600000000001, -0.00881275, -0.0110092, -0.02268789999999999, -0.0439675, -0.0575595, -0.0674747, -0.07680390000000001, -0.08283, -0.08534420000000001, -0.0877721, -0.0901057, -0.0923415, -0.094469, -0.0964635, -0.0982801, -0.0997729, -0.100947, -0.1016336, -0.1020701, -0.1021297, -0.1017353, -0.100868, -0.09936350000000001, -0.0971987, -0.0940975, -0.0914393, -0.09242, -0.09870720000000001, -0.117702, -0.145658, -0.18266, -0.2091344193953699, -0.2353353726197231, -0.2578445325353481, -0.2803536924509731, -0.301631395515415, -0.3222609633950237, -0.3424694255055559, -0.3613544123418473, -0.3802393991781386, -0.3970410534414668, -0.4134086800854276, -0.4284443809438795, -0.4415931869395273, -0.4547419929351749, -0.4614896911637686, -0.4682373893923625, -0.4710052138148045, -0.4709637155505513, -0.4699805400426568, -0.4644773137652844, -0.458974087487912, -0.4517132786918981, -0.4438932390944983, -0.436939318433182, -0.4316310237504245, -0.4263227290676669, -0.4228655348597155, -0.4195454592054533, -0.4158134441190544, -0.3987796845753567, -0.3817459250316594, -0.3647121654879618, -0.3476784059442646, -0.3702622575911958, -0.4060519796350041, -0.4418417016788119, -0.4776314237226202, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.211
- name: FFA-W3-241
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.00425, 0.0043621, 0.00462832, 0.00511699, 0.00579959, 0.00666146, 0.00771282, 0.0089541, 0.01037253, 0.01196864, 0.01374233, 0.01568187, 0.01778563, 0.02006929, 0.0225171, 0.02513781, 0.02790923, 0.03084911, 0.03393611, 0.03716418, 0.04052857, 0.04400982, 0.04761716, 0.05132667, 0.05512297, 0.05899393, 0.06293412, 0.06690084, 0.07088321, 0.07486708, 0.07883497, 0.08275436, 0.08661408, 0.09037299, 0.09402539, 0.09754917, 0.10092636, 0.10414685, 0.10719326, 0.11006231, 0.1127122, 0.11514729, 0.11735341, 0.11931701, 0.12102638, 0.12248809, 0.12367942, 0.12460233, 0.12523852, 0.12560509, 0.1256738, 0.12546547, 0.12498975, 0.12423636, 0.12323884, 0.12200236, 0.12053786, 0.11886654, 0.11699332, 0.11492977, 0.11269298, 0.110298, 0.10776785, 0.10510781, 0.10233142, 0.09945032, 0.09649044, 0.09345853, 0.09036359, 0.08722175, 0.0840345, 0.08082678, 0.07759443, 0.07434789, 0.07110954, 0.06787343, 0.06465344, 0.06145399, 0.05826012, 0.0551095, 0.05199557, 0.04891845, 0.04589051, 0.04289625, 0.03991914, 0.03700233, 0.03418463, 0.03137187, 0.0286109, 0.02603794, 0.02342947, 0.02076107, 0.01830451, 0.015951, 0.01327076, 0.0104986, 0.00746215, 0.00453721, 0.00204453, 0.00050657, 0.0, -0.00049018, -0.00184125, -0.00381822, -0.00605713, -0.00870563, -0.01122916, -0.01342212, -0.01534366, -0.01716693, -0.01909642, -0.02130654, -0.02351414, -0.02579914, -0.02815987, -0.03053974, -0.03296857, -0.03549058, -0.0380747, -0.04072568, -0.04345995, -0.04623151, -0.04907034, -0.05196961, -0.05490886, -0.05790431, -0.06095001, -0.06402491, -0.06712837, -0.07024411, -0.07337047, -0.07649115, -0.07959568, -0.08268285, -0.08571902, -0.08870503, -0.09161742, -0.09443777, -0.09716583, -0.09976981, -0.10223862, -0.10454454, -0.10668939, -0.10863043, -0.11037325, -0.11187776, -0.11314131, -0.11414886, -0.11486604, -0.11529721, -0.11537968, -0.11513331, -0.11450572, -0.11349774, -0.11208121, -0.11023393, -0.10793345, -0.10519348, -0.10197553, -0.0982976, -0.09414081, -0.08952202, -0.08447312, -0.07905685, -0.07331017, -0.0672996, -0.06109331, -0.05477058, -0.04842523, -0.04213791, -0.03600811, -0.03012656, -0.02457508, -0.01942136, -0.01470107, -0.01045419, -0.00673447, -0.00355842, -0.00093374, 0.00117919, 0.00284598, 0.00409407, 0.00495249, 0.00546535, 0.00561958, 0.00547727, 0.00504714, 0.00440395, 0.00360867, 0.00270812, 0.0018027, 0.00091285, 5.718e-05, -0.00074311, -0.00146131, -0.00207989, -0.00258907, -0.00296293, -0.00317197, -0.00326]
aerodynamic_center: 0.25
description: FFA-W3-241 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.05817799999999972, 0.1163560000000001, 0.1745339999999998, 0.2327120000000001, 0.2908899999999999, 0.3490679999999995, 0.4072459999999999, 0.4654239999999996, 0.523602, 0.5817799999999997, 0.6399580000000001, 0.6981359999999998, 0.7563140000000002, 0.8144919999999998, 0.7792464302724209, 0.7451071591370395, 0.7088137481222476, 0.6683458115525404, 0.6225263575881583, 0.5707951681755026, 0.5130692040229429, 0.4496493863351846, 0.3811527280710469, 0.3084584943135641, 0.2326621563088236, 0.1550337076275116, 0.07697853256272918, 6.938893903907228e-17, -0.07697853256272895, -0.1550337076275116, -0.2326621563088234, -0.3084584943135639, -0.3811527280710469, -0.4496493863351844, -0.5130692040229429, -0.5707951681755025, -0.6225263575881583, -0.6683458115525401, -0.7088137481222476, -0.7451071591370394, -0.7792464302724209, -0.8144920000000002, -1.077809, -1.12692, -1.1448, -1.12797, -1.09392, -1.05961, -1.031215, -0.937059, -0.673795, -0.403909, -0.14226, 0.1158039, 0.243824, 0.371129, 0.497655, 0.6233420000000001, 0.747981, 0.871372, 0.993202, 1.11325, 1.23037, 1.34496, 1.45407, 1.55911, 1.65779, 1.74834, 1.82666, 1.88831, 1.92579, 1.92722, 1.80055, 1.63088, 1.43345, 1.28805, 1.16356, 1.113209186103459, 1.064438798767199, 1.012591068746068, 0.9547797307893432, 0.8893233679830833, 0.8154216688221464, 0.7329560057470612, 0.6423562661931204, 0.5445038972443527, 0.4406549918765199, 0.3323745090126048, 0.2214767251821594, 0.1099693322324699, 9.71445146547012e-17, -0.07697853256272895, -0.1550337076275116, -0.2326621563088234, -0.3084584943135639, -0.3811527280710469, -0.4496493863351842, -0.5130692040229429, -0.5707951681755022, -0.6225263575881583, -0.6683458115525404, -0.7088137481222476, -0.7451071591370395, -0.7792464302724209, -0.8144920000000002, -0.7563140000000002, -0.6981359999999998, -0.6399580000000001, -0.5817799999999997, -0.523602, -0.4654240000000002, -0.4072459999999999, -0.3490680000000003, -0.2908899999999999, -0.2327120000000001, -0.1745339999999998, -0.1163560000000001, -0.05817799999999972, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.01177544706410594, 0.01248241260198391, 0.01459878240467653, 0.01811096054673407, 0.02299639088779405, 0.02922369647552087, 0.05381969831066666, 0.08379399231618556, 0.1178630778979731, 0.1558119510371117, 0.1974011487998909, 0.242368269760347, 0.2904296400140884, 0.3412821141889975, 0.394605, 0.4964515212818632, 0.6031945752737573, 0.7126277071805793, 0.8224902609928115, 0.9305144490385059, 1.034472560839366, 1.132223326418828, 1.221756466908459, 1.301234503184361, 1.369030950546305, 1.423764102933106, 1.464325702272211, 1.489903895366822, 1.5, 1.489903895366822, 1.464325702272211, 1.423764102933106, 1.369030950546305, 1.301234503184361, 1.22175646690846, 1.132223326418828, 1.034472560839366, 0.9305144490385059, 0.8224902609928122, 0.7126277071805793, 0.6031945752737576, 0.4964515212818629, 0.394605, 0.222521, 0.151592, 0.0969875, 0.0774353, 0.0612223, 0.0466721, 0.0330216, 0.0202688, 0.01167894, 0.00917822, 0.00838762, 0.00810497, 0.008082470000000001, 0.00812783, 0.008240289999999999, 0.00841819, 0.00867336, 0.00900857, 0.00944734, 0.00997828, 0.01070204, 0.0115279, 0.0126944, 0.0139646, 0.015453, 0.0172426, 0.0196113, 0.0229324, 0.0279527, 0.0360913, 0.0653426, 0.1045871, 0.191485, 0.286294, 0.394605, 0.4964515212818629, 0.6031945752737579, 0.7126277071805793, 0.8224902609928122, 0.9305144490385059, 1.034472560839366, 1.132223326418828, 1.22175646690846, 1.301234503184361, 1.369030950546305, 1.423764102933106, 1.464325702272211, 1.489903895366822, 1.5, 1.489903895366822, 1.464325702272211, 1.423764102933106, 1.369030950546305, 1.301234503184361, 1.22175646690846, 1.132223326418828, 1.034472560839367, 0.9305144490385059, 0.8224902609928115, 0.7126277071805793, 0.6031945752737573, 0.4964515212818632, 0.394605, 0.3412821141889975, 0.2904296400140884, 0.242368269760347, 0.1974011487998909, 0.1558119510371117, 0.1178630778979735, 0.08379399231618556, 0.05381969831066696, 0.02922369647552087, 0.02299639088779405, 0.01811096054673407, 0.01459878240467653, 0.01248241260198391, 0.01177544706410594]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.3956763450520955, 0.3887584971354481, 0.3818406492188006, 0.3749228013021533, 0.3740843285591013, 0.3914839813368354, 0.4088836341145699, 0.4262832868923042, 0.4436829396700386, 0.4453716275543733, 0.4443643566491176, 0.4435983994287483, 0.4460901769543472, 0.4485819544799459, 0.4536989103045144, 0.4601975389180142, 0.4663277194153696, 0.4712999201191282, 0.4762721208228869, 0.4770470794649723, 0.4769476126775422, 0.4740887008224939, 0.467320575121653, 0.4605524494208121, 0.4450945670669362, 0.4296366847130603, 0.4112541220321606, 0.3908070791204207, 0.3698777372479554, 0.3466333603640094, 0.3233889834800633, 0.2998354483726866, 0.2761835447396729, 0.2527992279113344, 0.2299233260118784, 0.2070474241124226, 0.1456060142046668, 0.0813079, 0.0459169, 0.01901030000000003, 0.0006315499999999995, -0.00342245, -0.0058652, -0.00652125, -0.007554099999999999, -0.0224323, -0.055829, -0.0715901, -0.0812253, -0.08892019999999999, -0.0923527, -0.0955637, -0.0985678, -0.1013918, -0.1040302, -0.106451, -0.108633, -0.110572, -0.112141, -0.113368, -0.113958, -0.114027, -0.113365, -0.111865, -0.109351, -0.1060607, -0.1023772, -0.09886919999999999, -0.0949704, -0.0999569, -0.125888, -0.154528, -0.183965, -0.2109869139440005, -0.2376791550670783, -0.2599208131076984, -0.2821624711483185, -0.3032292136924059, -0.3236775796593707, -0.3438049093730668, -0.3629232680050612, -0.3820416266370555, -0.3994389100207872, -0.4164776360611308, -0.4323092709995288, -0.4464308602101705, -0.4605524494208121, -0.467320575121653, -0.4740887008224939, -0.4769476126775422, -0.4770470794649723, -0.4762721208228869, -0.4712999201191283, -0.4663277194153696, -0.4601975389180142, -0.4536989103045144, -0.4485819544799459, -0.4460901769543472, -0.4435983994287483, -0.4443643566491176, -0.4453716275543733, -0.4436829396700386, -0.4262832868923042, -0.4088836341145699, -0.3914839813368354, -0.3740843285591013, -0.3920656584450101, -0.4218406492188006, -0.4516156399925907, -0.4813906307663812, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.241
- name: FFA-W3-270blend
coordinates:
x: [1.0, 0.99185, 0.98371, 0.97556, 0.96742, 0.95928, 0.95114, 0.94301, 0.93488, 0.92675, 0.91863, 0.91052, 0.90241, 0.8943, 0.8862, 0.8781, 0.87001, 0.86192, 0.85384, 0.84576, 0.83768, 0.8296, 0.82153, 0.81346, 0.80539, 0.79732, 0.78926, 0.7812, 0.77314, 0.76508, 0.75702, 0.74897, 0.74091, 0.73285, 0.7248, 0.71675, 0.70869, 0.70064, 0.69258, 0.68452, 0.67647, 0.66841, 0.66035, 0.65229, 0.64422, 0.63616, 0.62809, 0.62002, 0.61195, 0.60387, 0.5958, 0.58772, 0.57963, 0.57154, 0.56345, 0.55536, 0.54726, 0.53916, 0.53105, 0.52294, 0.51482, 0.5067, 0.49858, 0.49045, 0.48231, 0.47417, 0.46603, 0.45787, 0.44972, 0.44155, 0.43338, 0.42521, 0.41702, 0.40884, 0.40064, 0.39244, 0.38424, 0.37602, 0.36781, 0.35958, 0.35135, 0.34312, 0.33488, 0.32664, 0.31839, 0.31014, 0.30188, 0.29363, 0.28537, 0.27711, 0.26886, 0.2606, 0.25235, 0.24411, 0.23587, 0.22763, 0.21941, 0.2112, 0.20301, 0.19483, 0.18668, 0.17855, 0.17045, 0.16238, 0.15434, 0.14635, 0.1384, 0.1305, 0.12265, 0.11487, 0.10716, 0.09952, 0.09197, 0.08451, 0.07715, 0.06991, 0.0628, 0.05584, 0.04905, 0.04245, 0.03607, 0.02994, 0.02413, 0.01869, 0.0137, 0.00923, 0.0054, 0.00249, 0.00064, 0.0, 0.00089, 0.00355, 0.00749, 0.01224, 0.01762, 0.0234, 0.02952, 0.03592, 0.04253, 0.04932, 0.05615, 0.06309, 0.07018, 0.0774, 0.08474, 0.09218, 0.09973, 0.10736, 0.11507, 0.12286, 0.13073, 0.13866, 0.14664, 0.15469, 0.16279, 0.17093, 0.17911, 0.18733, 0.19559, 0.20387, 0.21219, 0.22053, 0.22889, 0.23726, 0.24566, 0.25406, 0.26248, 0.2709, 0.27933, 0.28777, 0.2962, 0.30464, 0.31308, 0.32151, 0.32994, 0.33836, 0.34678, 0.35518, 0.36358, 0.37196, 0.38033, 0.38869, 0.39703, 0.40536, 0.41366, 0.42195, 0.43023, 0.43848, 0.44671, 0.45493, 0.46312, 0.47129, 0.47944, 0.48757, 0.49567, 0.50376, 0.51182, 0.51986, 0.52788, 0.53589, 0.54387, 0.55184, 0.55979, 0.56773, 0.57566, 0.58358, 0.59149, 0.59939, 0.60729, 0.61518, 0.62308, 0.63098, 0.63888, 0.64679, 0.65471, 0.66263, 0.67057, 0.67853, 0.68649, 0.69448, 0.70248, 0.7105, 0.71854, 0.7266, 0.73468, 0.74278, 0.75091, 0.75905, 0.76722, 0.77541, 0.78362, 0.79186, 0.80012, 0.80839, 0.81669, 0.82499, 0.83332, 0.84165, 0.85, 0.85835, 0.86671, 0.87508, 0.88346, 0.89184, 0.90022, 0.90859, 0.91697, 0.92533, 0.93369, 0.94203, 0.95037, 0.95868, 0.96698, 0.97526, 0.98352, 0.99177, 1.0]
y: [0.00652, 0.00831, 0.0101, 0.01188, 0.01366, 0.01544, 0.01721, 0.01898, 0.02076, 0.02255, 0.02435, 0.02617, 0.02799, 0.02982, 0.03166, 0.0335, 0.03535, 0.03721, 0.03907, 0.04094, 0.04281, 0.04468, 0.04655, 0.04843, 0.05031, 0.05219, 0.05407, 0.05594, 0.05782, 0.05969, 0.06157, 0.06343, 0.0653, 0.06716, 0.06901, 0.07086, 0.0727, 0.07453, 0.07636, 0.07817, 0.07997, 0.08176, 0.08355, 0.08531, 0.08707, 0.08881, 0.09054, 0.09225, 0.09395, 0.09562, 0.09729, 0.09893, 0.10055, 0.10215, 0.10373, 0.10529, 0.10683, 0.10834, 0.10983, 0.11129, 0.11272, 0.11413, 0.11551, 0.11686, 0.11817, 0.11946, 0.1207, 0.12191, 0.12307, 0.1242, 0.12529, 0.12633, 0.12733, 0.12828, 0.12918, 0.13003, 0.13083, 0.13157, 0.13226, 0.13288, 0.13345, 0.13395, 0.13438, 0.13474, 0.13502, 0.13523, 0.13537, 0.13541, 0.13537, 0.13524, 0.13501, 0.13469, 0.13426, 0.13373, 0.13308, 0.13233, 0.13146, 0.13048, 0.12936, 0.12811, 0.12672, 0.12518, 0.1235, 0.12167, 0.11969, 0.11754, 0.11522, 0.11274, 0.11008, 0.10724, 0.10422, 0.10101, 0.09759, 0.09398, 0.09014, 0.08609, 0.0818, 0.07727, 0.07247, 0.06739, 0.06196, 0.05624, 0.05049, 0.04439, 0.03792, 0.03107, 0.02383, 0.01614, 0.00809, -0.00019, -0.00845, -0.01641, -0.02407, -0.03122, -0.03781, -0.04403, -0.0499, -0.05547, -0.06076, -0.06581, -0.07063, -0.07523, -0.07962, -0.08382, -0.08782, -0.09164, -0.09527, -0.09873, -0.10201, -0.10512, -0.10805, -0.11082, -0.11341, -0.11584, -0.11811, -0.12022, -0.12218, -0.12397, -0.12562, -0.12711, -0.12846, -0.12966, -0.13073, -0.13166, -0.13245, -0.13312, -0.13365, -0.13406, -0.13435, -0.13451, -0.13455, -0.13447, -0.13428, -0.13397, -0.13354, -0.13301, -0.13236, -0.13161, -0.13075, -0.12978, -0.12871, -0.12753, -0.12626, -0.12489, -0.12341, -0.12185, -0.1202, -0.11845, -0.11662, -0.1147, -0.1127, -0.11061, -0.10845, -0.10621, -0.1039, -0.10152, -0.09907, -0.09656, -0.09399, -0.09137, -0.0887, -0.08599, -0.08323, -0.08044, -0.07761, -0.07476, -0.07188, -0.06898, -0.06607, -0.06315, -0.06024, -0.05732, -0.05441, -0.05152, -0.04864, -0.04579, -0.04297, -0.04019, -0.03745, -0.03476, -0.03213, -0.02955, -0.02704, -0.02459, -0.02222, -0.01993, -0.01771, -0.01559, -0.01356, -0.01163, -0.00982, -0.00814, -0.00656, -0.00511, -0.00377, -0.00254, -0.00143, -0.00044, 0.00045, 0.00121, 0.00185, 0.00237, 0.00275, 0.003, 0.0031, 0.00305, 0.00287, 0.00254, 0.00207, 0.00147, 0.00074, -0.00012, -0.00112, -0.00224, -0.00347, -0.00479, -0.00613]
aerodynamic_center: 0.25
description: FFA-W3-270blend (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.06212899999999969, 0.1242580000000001, 0.1863869999999997, 0.2485160000000001, 0.3106449999999998, 0.3727739999999995, 0.4349029999999999, 0.4970319999999995, 0.5591609999999999, 0.6212899999999997, 0.683419, 0.7455479999999997, 0.8076770000000001, 0.8698059999999997, 0.8165994877207365, 0.7681195983700221, 0.7203990529680618, 0.6709524633842782, 0.6182782428591802, 0.5615751466576534, 0.5005693936664801, 0.435401383049361, 0.3665455794904564, 0.294749276481367, 0.220982292815904, 0.1463931471210668, 0.07226926649699138, 5.551115123125782e-17, -0.07226926649699114, -0.1463931471210668, -0.2209822928159038, -0.2947492764813668, -0.3665455794904564, -0.4354013830493607, -0.5005693936664801, -0.5615751466576534, -0.6182782428591802, -0.670952463384278, -0.720399052968062, -0.7681195983700218, -0.8165994877207366, -0.8698060000000001, -1.098365, -1.083388, -1.069897, -1.05454, -1.034316, -1.0836, -1.094892, -0.926646, -0.696755, -0.436276, -0.162516, 0.1070901, 0.239931, 0.371578, 0.502096, 0.631386, 0.759514, 0.886379, 1.011723, 1.1343, 1.25536, 1.37379, 1.48841, 1.59782, 1.70005, 1.7919, 1.86782, 1.92687, 1.90901, 1.88548, 1.72106, 1.54737, 1.37176, 1.33611, 1.24258, 1.16657069674391, 1.097313711957174, 1.029141504240088, 0.9585035191203972, 0.8832546326559717, 0.8022502095109334, 0.7150991338092573, 0.6220019757848009, 0.5236365421292234, 0.4210703949733812, 0.3156889897370054, 0.2091330673158098, 0.1032418092814159, 8.326672684688674e-17, -0.07226926649699114, -0.1463931471210668, -0.2209822928159038, -0.2947492764813668, -0.3665455794904564, -0.4354013830493606, -0.5005693936664801, -0.5615751466576532, -0.6182782428591802, -0.6709524633842782, -0.7203990529680618, -0.7681195983700221, -0.8165994877207365, -0.8698060000000001, -0.8076770000000001, -0.7455479999999997, -0.683419, -0.6212899999999997, -0.5591609999999999, -0.4970320000000003, -0.4349029999999999, -0.3727740000000002, -0.3106449999999998, -0.2485160000000001, -0.1863869999999997, -0.1242580000000001, -0.06212899999999969, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.01545145617525337, 0.01610777849333327, 0.01807252594664354, 0.02133302578443705, 0.02586825350874664, 0.0328883659372791, 0.05680723323792564, 0.08471401060447561, 0.1164322402549705, 0.1517613784098523, 0.1904780692421837, 0.2323375637112758, 0.2770752742559843, 0.3244084554599586, 0.374038, 0.4688206353049151, 0.5681448033676435, 0.669952728182786, 0.7721361869547816, 0.8725804326764182, 0.9692082460346432, 1.060023197499036, 1.143151216970164, 1.2168796037278, 1.279692662884011, 1.330303224997329, 1.367679391470503, 1.391065948041092, 1.4, 1.391065948041092, 1.367679391470503, 1.330303224997329, 1.279692662884011, 1.2168796037278, 1.143151216970164, 1.060023197499036, 0.9692082460346436, 0.8725804326764182, 0.772136186954782, 0.669952728182786, 0.5681448033676437, 0.4688206353049149, 0.374038, 0.218804, 0.159821, 0.107443, 0.0869038, 0.0684434, 0.0473338, 0.0308488, 0.0198433, 0.0143943, 0.01154858, 0.0102638, 0.009755139999999999, 0.00967083, 0.00967746, 0.00976408, 0.00992886, 0.010161, 0.01045406, 0.01082305, 0.0113994, 0.0119786, 0.0126691, 0.01353, 0.014604, 0.0159672, 0.0177673, 0.0203501, 0.0238496, 0.0323572, 0.042586, 0.07671539999999999, 0.119141, 0.201888, 0.279811, 0.374038, 0.4688206353049149, 0.568144803367644, 0.669952728182786, 0.772136186954782, 0.8725804326764182, 0.9692082460346436, 1.060023197499036, 1.143151216970165, 1.2168796037278, 1.279692662884011, 1.330303224997329, 1.367679391470503, 1.391065948041092, 1.4, 1.391065948041092, 1.367679391470503, 1.330303224997329, 1.279692662884011, 1.2168796037278, 1.143151216970165, 1.060023197499036, 0.9692082460346441, 0.8725804326764182, 0.7721361869547816, 0.669952728182786, 0.5681448033676435, 0.4688206353049151, 0.374038, 0.3244084554599586, 0.2770752742559843, 0.2323375637112758, 0.1904780692421837, 0.1517613784098523, 0.1164322402549709, 0.08471401060447561, 0.05680723323792593, 0.0328883659372791, 0.02586825350874664, 0.02133302578443705, 0.01807252594664354, 0.01610777849333327, 0.01545145617525337]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.398737801088277, 0.3967182828295202, 0.3946987645707634, 0.3926792463120065, 0.3954394359195705, 0.4125387491260962, 0.4296380623326223, 0.4467373755391482, 0.4638366887456743, 0.4618649693614473, 0.4533531927531447, 0.4452312591985079, 0.4423722068683588, 0.4395131545382098, 0.4407199239530665, 0.4440665995495052, 0.4473877569319844, 0.4506287142134481, 0.4538696714949119, 0.4537721512199265, 0.4529791147873474, 0.4497339697805277, 0.4430150042935336, 0.4362960388065394, 0.4217990029204757, 0.4073019670344121, 0.3901952202168646, 0.3712463245065051, 0.3519042921503085, 0.3306752038940939, 0.3094461156378793, 0.288154029724106, 0.2668418991011094, 0.2457600706579958, 0.2251158163566598, 0.2044715620553239, 0.1395658926964592, 0.07138159999999999, 0.0439981, 0.02166040000000002, 0.0042194, -0.0003518499999999999, -0.00333715, -0.0028317, -0.005556199999999997, -0.02951695, -0.04821780000000001, -0.06483219999999999, -0.0791866, -0.0904066, -0.0951728, -0.0995328, -0.103549, -0.1072544, -0.11068, -0.113846, -0.116729, -0.119232, -0.121448, -0.123281, -0.124605, -0.125264, -0.125048, -0.1237, -0.120926, -0.117251, -0.109308, -0.105246, -0.102916, -0.110171, -0.134308, -0.157774, -0.184317, -0.2100189556620827, -0.2353116690528524, -0.2550796117808968, -0.2748475545089412, -0.2934552427836259, -0.3114522708197002, -0.3292470257762263, -0.3464060653398862, -0.363565104903546, -0.3794935737543194, -0.3951656737065747, -0.4098287562719499, -0.4230623975392447, -0.4362960388065394, -0.4430150042935335, -0.4497339697805277, -0.4529791147873474, -0.4537721512199265, -0.4538696714949119, -0.4506287142134482, -0.4473877569319844, -0.4440665995495052, -0.4407199239530665, -0.4395131545382098, -0.4423722068683588, -0.4452312591985079, -0.4533531927531447, -0.4618649693614473, -0.4638366887456743, -0.4467373755391482, -0.4296380623326223, -0.4125387491260962, -0.3954394359195705, -0.4098221034548635, -0.4346987645707633, -0.4595754256866629, -0.4844520868025629, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.27
- name: FFA-W3-301
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.0091, 0.0092, 0.0095, 0.01019102, 0.01098722, 0.01199275, 0.01321968, 0.01466868, 0.01632499, 0.01818939, 0.02026184, 0.0225287, 0.02498942, 0.02765633, 0.03053579, 0.03361281, 0.03688185, 0.04032843, 0.04394211, 0.04771939, 0.05163426, 0.05568122, 0.0598265, 0.064066, 0.06838366, 0.07275679, 0.07716884, 0.08159288, 0.0859995, 0.09039339, 0.09473603, 0.09901837, 0.10322855, 0.10734222, 0.11135197, 0.11523528, 0.11897139, 0.12256454, 0.1259975, 0.12923028, 0.1322622, 0.13505874, 0.13762622, 0.13995045, 0.14202895, 0.14383082, 0.14537434, 0.14664124, 0.14762855, 0.14834512, 0.1487826, 0.14891816, 0.14878205, 0.14835062, 0.14763902, 0.14665631, 0.14540796, 0.14389445, 0.14211807, 0.14009933, 0.13784051, 0.13536035, 0.13267642, 0.12980554, 0.12676333, 0.12356534, 0.12022661, 0.11677002, 0.11319471, 0.10953142, 0.10578776, 0.1019807, 0.09812104, 0.09422341, 0.09031596, 0.08637472, 0.0824277, 0.07849466, 0.07455546, 0.07065466, 0.06678259, 0.06292689, 0.05912309, 0.05536396, 0.05161464, 0.0479351, 0.04434298, 0.04073649, 0.03723028, 0.03384709, 0.03041742, 0.02707923, 0.02385868, 0.02069172, 0.01762608, 0.01440222, 0.01148451, 0.0081594, 0.00393427, 0.0009904, 0.0, -0.00098225, -0.0038427, -0.00790888, -0.01119444, -0.01395867, -0.01702693, -0.01986336, -0.02277707, -0.02585365, -0.02902721, -0.03225419, -0.0354754, -0.03879837, -0.04222416, -0.0456621, -0.04918739, -0.05281184, -0.056457, -0.06018234, -0.06397734, -0.06781374, -0.07171229, -0.07567108, -0.07964775, -0.0836589, -0.08769058, -0.09172845, -0.09577523, -0.0998001, -0.10380363, -0.10776788, -0.11166856, -0.1155089, -0.11924991, -0.12288261, -0.12639744, -0.12975871, -0.13295904, -0.13598144, -0.13880129, -0.14139247, -0.14375103, -0.14585175, -0.14767899, -0.14921756, -0.15044292, -0.15133677, -0.15189867, -0.15207861, -0.15188281, -0.15127833, -0.15026529, -0.14880776, -0.14689814, -0.14451131, -0.14165209, -0.13829471, -0.13444104, -0.13009554, -0.12525581, -0.11992601, -0.11413531, -0.10791833, -0.10131971, -0.09437959, -0.08717996, -0.07979531, -0.0723041, -0.0648181, -0.05743322, -0.05023546, -0.04333091, -0.03680342, -0.03071971, -0.02512324, -0.02004647, -0.01555998, -0.01170028, -0.00840864, -0.00567019, -0.00346747, -0.00177337, -0.00057044, 0.00016442, 0.00045227, 0.00040686, 4.808e-05, -0.00057005, -0.00142772, -0.00241285, -0.00346998, -0.00454941, -0.00560222, -0.00657537, -0.00743116, -0.00814595, -0.00867599, -0.0089741, -0.0091]
aerodynamic_center: 0.25
description: FFA-W3-301 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
Note that in this example only one configuration of polars at a single Re number is defined. The user can define multiple configurations by adding more entries to the polars field. The polars field is a list of dictionaries, where each dictionary represents a different configuration of polars. Multiple sets of polars for the same configuration under different Re numbers can be defined by adding more entries to the re_sets field. The re_sets field is a second list of dictionaries, where each dictionary represents polars at varying Reynolds.
Materials#
The materials
section of the turbine YAML file provides detailed specifications for the materials used in the wind turbine. The details of each entry are discussed in the page Detailed Documentation. An example of the material glass_biax used in the IEA-15MW turbine is shown below.
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.06508199999999967, 0.1301640000000001, 0.1952459999999998, 0.2603280000000001, 0.3254099999999999, 0.3904919999999995, 0.4555739999999999, 0.5206559999999996, 0.585738, 0.6508199999999997, 0.715902, 0.7809839999999998, 0.846066, 0.9111479999999997, 0.8425694639516688, 0.7818670055437373, 0.7244843098402394, 0.667547427011095, 0.609281551992159, 0.5486798966824511, 0.4853029569076038, 0.4191485137572729, 0.3505614104968701, 0.2801663191638286, 0.2088141134973738, 0.1375365290426018, 0.06750612865947059, 5.551115123125782e-17, -0.06750612865947038, -0.1375365290426018, -0.2088141134973736, -0.2801663191638284, -0.3505614104968701, -0.4191485137572727, -0.4853029569076038, -0.5486798966824509, -0.609281551992159, -0.6675474270110948, -0.7244843098402394, -0.7818670055437373, -0.8425694639516688, -0.9111480000000001, -1.103486, -1.107375, -1.118153, -1.123325, -1.118652, -1.1162, -1.095881, -0.917674, -0.69311, -0.453961, -0.177791, 0.1047965, 0.243828, 0.381107, 0.5166029999999999, 0.650441, 0.782666, 0.913264, 1.042074, 1.16873, 1.29296, 1.4139, 1.53088, 1.64208, 1.74568, 1.83887, 1.91764, 1.97413, 1.99916, 1.99377, 1.9172, 1.73683, 1.47321, 1.36017, 1.30164, 1.203670662788098, 1.116952865062482, 1.034977585486056, 0.9536391814444213, 0.8704022171316559, 0.7838284238320727, 0.693289938439434, 0.5987835910818179, 0.5008020149955287, 0.4002375988054692, 0.2983058764248194, 0.1964807557751455, 0.09643732665638627, 8.326672684688674e-17, -0.06750612865947038, -0.1375365290426018, -0.2088141134973736, -0.2801663191638284, -0.3505614104968701, -0.4191485137572725, -0.4853029569076038, -0.5486798966824507, -0.609281551992159, -0.667547427011095, -0.7244843098402394, -0.7818670055437373, -0.8425694639516688, -0.9111480000000001, -0.846066, -0.7809839999999998, -0.715902, -0.6508199999999997, -0.585738, -0.5206560000000002, -0.4555739999999999, -0.3904920000000002, -0.3254099999999999, -0.2603280000000001, -0.1952459999999998, -0.1301640000000001, -0.06508199999999967, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.02453989413077065, 0.02514126696655583, 0.02694148005423172, 0.0299288043911851, 0.03408378132946343, 0.0393793433196372, 0.05910284988155377, 0.08494939547754046, 0.114325143494607, 0.1470439970668735, 0.1828986924361337, 0.2216621162205011, 0.2630887488137909, 0.3069162247345773, 0.352867, 0.4406145937890228, 0.5325517261189517, 0.6267691333264902, 0.7213108445444507, 0.8142149582541823, 0.9035545382610917, 0.9874777756507463, 1.064246578628016, 1.132272784981496, 1.19015124156423, 1.236689060603091, 1.270930442477054, 1.292176547172617, 1.3, 1.292176547172617, 1.270930442477054, 1.236689060603091, 1.19015124156423, 1.132272784981496, 1.064246578628016, 0.9874777756507463, 0.903554538261092, 0.8142149582541823, 0.7213108445444512, 0.6267691333264902, 0.5325517261189519, 0.4406145937890226, 0.352867, 0.217209, 0.156289, 0.10335, 0.0818035, 0.06330720000000001, 0.0471828, 0.032802, 0.0235149, 0.017929, 0.0143063, 0.0124233, 0.01159539, 0.01143042, 0.01138052, 0.0114316, 0.0115641, 0.0117667, 0.0120419, 0.0123928, 0.0128344, 0.0133791, 0.0140591, 0.0148823, 0.0159193, 0.0172569, 0.0190791, 0.0216874, 0.0257196, 0.0322202, 0.0415688, 0.067308, 0.1052596, 0.192293, 0.274492, 0.352867, 0.4406145937890226, 0.5325517261189521, 0.6267691333264902, 0.7213108445444512, 0.8142149582541823, 0.903554538261092, 0.9874777756507463, 1.064246578628016, 1.132272784981496, 1.19015124156423, 1.236689060603091, 1.270930442477054, 1.292176547172617, 1.3, 1.292176547172617, 1.270930442477054, 1.236689060603091, 1.19015124156423, 1.132272784981496, 1.064246578628016, 0.9874777756507463, 0.9035545382610924, 0.8142149582541823, 0.7213108445444507, 0.6267691333264902, 0.5325517261189517, 0.4406145937890228, 0.352867, 0.3069162247345773, 0.2630887488137909, 0.2216621162205011, 0.1828986924361337, 0.1470439970668735, 0.1143251434946074, 0.08494939547754046, 0.05910284988155404, 0.0393793433196372, 0.03408378132946343, 0.0299288043911851, 0.02694148005423172, 0.02514126696655583, 0.02453989413077065]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.4008479484483313, 0.4022046659656612, 0.4035613834829912, 0.4049181010003212, 0.410104381457541, 0.4267793507344299, 0.4434543200113192, 0.4601292892882083, 0.4768042585650976, 0.4716193548383783, 0.4565615711452652, 0.4420245323683359, 0.4345175499598886, 0.4270105675514412, 0.4248258607787128, 0.4254423517089942, 0.426341502984693, 0.428129015345989, 0.4299165277072851, 0.4291631429094398, 0.4278804045367734, 0.4244392242984268, 0.4179402514170336, 0.4114412785356402, 0.3980388844999113, 0.3846364904641824, 0.3689207722089825, 0.3515721192106265, 0.333909388721252, 0.3147390862749883, 0.2955687838287246, 0.2765333377333091, 0.2575408004767999, 0.2387316755889837, 0.2202710342016843, 0.201810392814385, 0.1364412483721886, 0.0675974, 0.0423056, 0.02025520000000002, 0.00406595, 0.0001726999999999999, -0.00166925, -0.00119555, -0.004634049999999997, -0.02493615, -0.04303885, -0.0586752, -0.0760125, -0.0912123, -0.0976331, -0.1034111, -0.1086068, -0.113328, -0.117621, -0.121539, -0.125103, -0.128279, -0.131041, -0.133322, -0.135032, -0.135991, -0.136052, -0.135138, -0.133217, -0.1302, -0.126409, -0.122652, -0.116751, -0.116518, -0.1379, -0.162419, -0.184634, -0.2089385047751449, -0.2327633156993916, -0.2501122596365111, -0.2674612035736305, -0.2836521401300903, -0.2992335991177817, -0.3147151510781997, -0.3298827095243295, -0.3450502679704591, -0.3594241755410271, -0.3736327391791864, -0.3870155054073988, -0.3992283919715195, -0.4114412785356402, -0.4179402514170336, -0.4244392242984268, -0.4278804045367734, -0.4291631429094398, -0.4299165277072851, -0.428129015345989, -0.426341502984693, -0.4254423517089942, -0.4248258607787128, -0.4270105675514412, -0.4345175499598886, -0.4420245323683359, -0.4565615711452652, -0.4716193548383783, -0.4768042585650976, -0.4601292892882083, -0.4434543200113192, -0.4267793507344299, -0.410104381457541, -0.4220609581431781, -0.4435613834829912, -0.465061808822804, -0.4865622341626171, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.301
- name: FFA-W3-330blend
coordinates:
x: [1.0, 0.9917, 0.98339, 0.97509, 0.96678, 0.95847, 0.95016, 0.94186, 0.93356, 0.92526, 0.91697, 0.90869, 0.90042, 0.89215, 0.88388, 0.87562, 0.86736, 0.85911, 0.85086, 0.84261, 0.83437, 0.82613, 0.81789, 0.80966, 0.80143, 0.7932, 0.78497, 0.77674, 0.76852, 0.76029, 0.75207, 0.74385, 0.73562, 0.7274, 0.71918, 0.71096, 0.70273, 0.69451, 0.68629, 0.67806, 0.66983, 0.66161, 0.65338, 0.64514, 0.63691, 0.62867, 0.62044, 0.61219, 0.60395, 0.5957, 0.58745, 0.5792, 0.57094, 0.56268, 0.55441, 0.54614, 0.53787, 0.52959, 0.5213, 0.51301, 0.50471, 0.49641, 0.48813, 0.47986, 0.47159, 0.4633, 0.45501, 0.44671, 0.4384, 0.43008, 0.42176, 0.41342, 0.40507, 0.39672, 0.38835, 0.37998, 0.37159, 0.3632, 0.35479, 0.34638, 0.33796, 0.32953, 0.32109, 0.31264, 0.30418, 0.29572, 0.28725, 0.27878, 0.2703, 0.26182, 0.25334, 0.24486, 0.23638, 0.2279, 0.21943, 0.21097, 0.20253, 0.1941, 0.1857, 0.17733, 0.16898, 0.16068, 0.15243, 0.14423, 0.1361, 0.12803, 0.12004, 0.11215, 0.10436, 0.09669, 0.08915, 0.08176, 0.07453, 0.06748, 0.06064, 0.05402, 0.04763, 0.04151, 0.03567, 0.03015, 0.02498, 0.02018, 0.01577, 0.01178, 0.0083, 0.00551, 0.0034, 0.00177, 0.00052, 0.0, 0.00048, 0.00174, 0.00344, 0.00581, 0.00892, 0.01269, 0.01696, 0.02165, 0.02674, 0.03223, 0.03808, 0.04424, 0.05068, 0.05737, 0.06428, 0.07139, 0.07869, 0.08616, 0.09378, 0.10153, 0.1094, 0.11738, 0.12545, 0.13361, 0.14184, 0.15013, 0.15849, 0.16691, 0.17537, 0.18388, 0.19242, 0.20099, 0.2096, 0.21822, 0.22687, 0.23554, 0.24423, 0.25292, 0.26162, 0.27033, 0.27905, 0.28776, 0.29648, 0.30519, 0.31389, 0.32259, 0.33128, 0.33996, 0.34863, 0.35728, 0.36592, 0.37455, 0.38315, 0.39174, 0.40031, 0.40885, 0.41738, 0.42588, 0.43435, 0.44281, 0.45123, 0.45963, 0.46801, 0.47636, 0.48469, 0.493, 0.50128, 0.50954, 0.51777, 0.52599, 0.53418, 0.54235, 0.5505, 0.55863, 0.56675, 0.57484, 0.58293, 0.591, 0.59905, 0.6071, 0.61517, 0.62324, 0.63131, 0.63937, 0.64743, 0.65549, 0.66356, 0.67163, 0.67971, 0.6878, 0.6959, 0.70402, 0.71216, 0.72031, 0.72849, 0.73669, 0.74491, 0.75315, 0.76143, 0.76973, 0.77805, 0.78641, 0.7948, 0.80321, 0.81165, 0.82012, 0.82861, 0.83712, 0.84566, 0.85422, 0.8628, 0.87141, 0.88003, 0.88866, 0.89733, 0.90601, 0.91468, 0.92334, 0.93199, 0.94063, 0.94925, 0.95784, 0.96639, 0.97489, 0.98332, 0.99168, 1.0]
y: [0.01245, 0.0146, 0.01675, 0.01888, 0.021, 0.0231, 0.0252, 0.0273, 0.0294, 0.03151, 0.03364, 0.03578, 0.03793, 0.04009, 0.04226, 0.04443, 0.0466, 0.04878, 0.05097, 0.05315, 0.05535, 0.05754, 0.05973, 0.06193, 0.06412, 0.0663, 0.06849, 0.07067, 0.07285, 0.07503, 0.0772, 0.07937, 0.08153, 0.08369, 0.08584, 0.08798, 0.09011, 0.09223, 0.09434, 0.09644, 0.09853, 0.10062, 0.10268, 0.10474, 0.10678, 0.10881, 0.11083, 0.11283, 0.11481, 0.11678, 0.11874, 0.12067, 0.12259, 0.12449, 0.12636, 0.12822, 0.13005, 0.13187, 0.13365, 0.13542, 0.13715, 0.13886, 0.14053, 0.14218, 0.14378, 0.14536, 0.14689, 0.14838, 0.14984, 0.15124, 0.1526, 0.15392, 0.15518, 0.15639, 0.15755, 0.15865, 0.15969, 0.16067, 0.16158, 0.16242, 0.16319, 0.16389, 0.16451, 0.16504, 0.16549, 0.16586, 0.16613, 0.1663, 0.16636, 0.16632, 0.16615, 0.16587, 0.16546, 0.16491, 0.16423, 0.1634, 0.1624, 0.16125, 0.15991, 0.15839, 0.15668, 0.15478, 0.15266, 0.15033, 0.14779, 0.14502, 0.14203, 0.1388, 0.13531, 0.13157, 0.12757, 0.12331, 0.11877, 0.11395, 0.10886, 0.10348, 0.09783, 0.09189, 0.08568, 0.07919, 0.07242, 0.06539, 0.0581, 0.05056, 0.04277, 0.03473, 0.02648, 0.01806, 0.00955, 0.00098, -0.00761, -0.01613, -0.02443, -0.03254, -0.04061, -0.0484, -0.05589, -0.0631, -0.07004, -0.07669, -0.08304, -0.0891, -0.09487, -0.10036, -0.10559, -0.11054, -0.11522, -0.11964, -0.1238, -0.12771, -0.13138, -0.13483, -0.13805, -0.14107, -0.14388, -0.14648, -0.14889, -0.15111, -0.15313, -0.15498, -0.15666, -0.15816, -0.1595, -0.16068, -0.16169, -0.16255, -0.16325, -0.16381, -0.16421, -0.16447, -0.16458, -0.16456, -0.1644, -0.1641, -0.16368, -0.16312, -0.16244, -0.16164, -0.16071, -0.15967, -0.15851, -0.15723, -0.15585, -0.15435, -0.15274, -0.15103, -0.14921, -0.14729, -0.14527, -0.14316, -0.14094, -0.13864, -0.13625, -0.13378, -0.13123, -0.12861, -0.12592, -0.12316, -0.12034, -0.11746, -0.11452, -0.11153, -0.10849, -0.1054, -0.10226, -0.09909, -0.09589, -0.09265, -0.08939, -0.08611, -0.08281, -0.0795, -0.07618, -0.07286, -0.06955, -0.06624, -0.06295, -0.05968, -0.05644, -0.05323, -0.05005, -0.04693, -0.04386, -0.04085, -0.0379, -0.03502, -0.03221, -0.02949, -0.02685, -0.02431, -0.02187, -0.01954, -0.01733, -0.01523, -0.01325, -0.01138, -0.00965, -0.00805, -0.00658, -0.00526, -0.0041, -0.0031, -0.00227, -0.00161, -0.00114, -0.00084, -0.00073, -0.00081, -0.00107, -0.00152, -0.00216, -0.00302, -0.00415, -0.00559, -0.00734, -0.00939, -0.01163]
aerodynamic_center: 0.25
description: FFA-W3-301 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.06960149999999965, 0.1392030000000001, 0.2088044999999997, 0.2784060000000002, 0.3480074999999999, 0.4176089999999995, 0.4872104999999998, 0.5568119999999995, 0.6264135, 0.6960149999999997, 0.7656165, 0.8352179999999998, 0.9048195000000001, 0.9744209999999996, 0.8941183973804908, 0.8238242323892865, 0.7584487054483077, 0.694771700400014, 0.6307857502445491, 0.5653233786594135, 0.4978317825846658, 0.4282276639730173, 0.3567973260845799, 0.2841230983261536, 0.2110254796034336, 0.1385149580974572, 0.06775009005483451, 5.551115123125782e-17, -0.06775009005483429, -0.1385149580974572, -0.2110254796034334, -0.2841230983261534, -0.3567973260845799, -0.4282276639730171, -0.4978317825846658, -0.5653233786594133, -0.6307857502445491, -0.6947717004000136, -0.7584487054483077, -0.8238242323892863, -0.8941183973804909, -0.974421, -1.163075, -1.14892, -1.094505, -1.058015, -1.022809, -0.9981, -0.9851519999999999, -0.8958320000000001, -0.675386, -0.432471, -0.15881, 0.1345552, 0.280145, 0.423864, 0.565193, 0.704102, 0.840706, 0.9750019999999999, 1.1068, 1.23603, 1.36223, 1.48424, 1.60097, 1.7101, 1.80957, 1.89473, 1.95698, 1.98576, 1.9926, 1.99617, 1.96398, 1.81179, 1.56073, 1.46798, 1.39203, 1.277311996257844, 1.176891760556123, 1.08349815064044, 0.992531000571448, 0.9011225003493559, 0.8076048266563048, 0.7111882608352368, 0.6117538056757384, 0.5097104658351143, 0.4058901404659335, 0.3014649708620477, 0.1978785115677961, 0.09678584293547757, 8.326672684688674e-17, -0.06775009005483429, -0.1385149580974572, -0.2110254796034334, -0.2841230983261534, -0.3567973260845799, -0.4282276639730169, -0.4978317825846658, -0.5653233786594131, -0.6307857502445491, -0.694771700400014, -0.7584487054483077, -0.8238242323892865, -0.8941183973804908, -0.9744210000000001, -0.9048195000000001, -0.8352179999999998, -0.7656165, -0.6960149999999997, -0.6264135, -0.5568120000000003, -0.4872104999999998, -0.4176090000000002, -0.3480074999999999, -0.2784060000000002, -0.2088044999999997, -0.1392030000000001, -0.06960149999999965, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.03168571521941585, 0.03228140266288518, 0.03406456851341789, 0.0370235109307087, 0.04113881642980572, 0.04638348058883583, 0.05732035840915397, 0.08318567098401346, 0.1125829925233925, 0.1453261918323379, 0.1812079664122574, 0.2200011597912121, 0.2614602049918655, 0.305322684955921, 0.351311, 0.4391329017052526, 0.5311520852033039, 0.6254588580353811, 0.7200967823138212, 0.8131034537151256, 0.9025514000831145, 0.9865882461859409, 1.063475306514778, 1.131623800850965, 1.189627936976401, 1.236294170322686, 1.270666030181773, 1.292043994668456, 1.3, 1.292043994668456, 1.270666030181773, 1.236294170322686, 1.189627936976401, 1.131623800850965, 1.063475306514778, 0.9865882461859409, 0.9025514000831149, 0.8131034537151256, 0.7200967823138217, 0.6254588580353811, 0.5311520852033041, 0.4391329017052525, 0.351311, 0.206482, 0.150009, 0.1059962, 0.0873187, 0.0705096, 0.0547408, 0.040516, 0.0292903, 0.0220672, 0.0173521, 0.0147274, 0.0136237, 0.0133913, 0.0132988, 0.0133253, 0.0134498, 0.0136649, 0.0139703, 0.0143689, 0.0148623, 0.0154718, 0.016227, 0.0171756, 0.0184081, 0.0200962, 0.0225804, 0.0267093, 0.0338017, 0.0433308, 0.0535441, 0.0770596, 0.1116943, 0.191027, 0.271993, 0.351311, 0.4391329017052525, 0.5311520852033044, 0.6254588580353811, 0.7200967823138217, 0.8131034537151256, 0.9025514000831149, 0.9865882461859409, 1.063475306514779, 1.131623800850965, 1.189627936976401, 1.236294170322686, 1.270666030181773, 1.292043994668456, 1.3, 1.292043994668456, 1.270666030181773, 1.236294170322686, 1.189627936976401, 1.131623800850965, 1.063475306514779, 0.9865882461859409, 0.9025514000831153, 0.8131034537151256, 0.7200967823138212, 0.6254588580353811, 0.5311520852033039, 0.4391329017052526, 0.351311, 0.305322684955921, 0.2614602049918655, 0.2200011597912121, 0.1812079664122574, 0.1453261918323379, 0.1125829925233929, 0.08318567098401346, 0.05732035840915425, 0.04638348058883583, 0.04113881642980572, 0.0370235109307087, 0.03406456851341789, 0.03228140266288518, 0.03168571521941585]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.4030821424574265, 0.4080135703893089, 0.4129449983211914, 0.4178764262530736, 0.4258631889251984, 0.4430159558180491, 0.4601687227109004, 0.4773214896037513, 0.4944742564966026, 0.4874268393378757, 0.4683872766528996, 0.4499633576163694, 0.4398506278338583, 0.4297378980513473, 0.4258929905516545, 0.425346936885024, 0.4252813661659265, 0.4267258847105035, 0.4281704032550807, 0.4274502570093805, 0.4262791389323726, 0.4230280176733544, 0.4168302252398217, 0.4106324328062891, 0.3975198115445945, 0.3844071902829, 0.3690545818236761, 0.352120805930902, 0.3349050700922636, 0.3163359265134768, 0.2977667829346901, 0.2794656421081109, 0.2612497748845071, 0.2432235332181071, 0.2255575801103945, 0.2078916270026819, 0.1373055674439705, 0.0627995, 0.0390491, 0.01853040000000002, 0.00440755, -0.00060625, -0.0034157, -0.004014449999999999, -0.002720500000000002, -0.0119793, -0.0345781, -0.05465579999999999, -0.0742549, -0.0926969, -0.1007386, -0.1080164, -0.114496, -0.12028, -0.125458, -0.130108, -0.134252, -0.137926, -0.14108, -0.143626, -0.145449, -0.146355, -0.146348, -0.145444, -0.143779, -0.141846, -0.140038, -0.138226, -0.133505, -0.131348, -0.1466, -0.172424, -0.194168, -0.2179194639550666, -0.2411497346779242, -0.2573438967659587, -0.2735380588539932, -0.2886164715857071, -0.3031076478140942, -0.3175696519048828, -0.3319399721346473, -0.3463102923644117, -0.3601353362640616, -0.3738467809282708, -0.3868127372299756, -0.3987225850181323, -0.4106324328062891, -0.4168302252398217, -0.4230280176733544, -0.4262791389323726, -0.4274502570093805, -0.4281704032550807, -0.4267258847105035, -0.4252813661659265, -0.4253469368850241, -0.4258929905516545, -0.4297378980513473, -0.4398506278338583, -0.4499633576163694, -0.4683872766528996, -0.4874268393378757, -0.4944742564966026, -0.4773214896037513, -0.4601687227109004, -0.4430159558180491, -0.4258631889251983, -0.4350192833959307, -0.4529449983211913, -0.4708707132464517, -0.4887964281717123, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.33
- name: FFA-W3-360
coordinates:
x: [1.0, 0.99944304, 0.99812049, 0.99569352, 0.99230484, 0.98802844, 0.98281508, 0.97666422, 0.96964069, 0.96174313, 0.95297315, 0.94338928, 0.93301284, 0.92185147, 0.90995468, 0.89736121, 0.88408503, 0.8701629, 0.85565276, 0.84057695, 0.82497463, 0.80889455, 0.79236237, 0.77542101, 0.75812546, 0.7405018, 0.72259209, 0.70444539, 0.68608843, 0.66757021, 0.64892678, 0.63018643, 0.61140138, 0.59259673, 0.57380843, 0.5550757, 0.53641763, 0.51787958, 0.49948103, 0.48125155, 0.46322225, 0.44540666, 0.42784323, 0.41053864, 0.39352525, 0.37681123, 0.36041977, 0.34436494, 0.32865846, 0.31331898, 0.29834798, 0.2837658, 0.26956679, 0.25577362, 0.2423778, 0.22939648, 0.21681735, 0.20465763, 0.19290757, 0.18157496, 0.17065819, 0.16014896, 0.15005511, 0.14035465, 0.1310675, 0.12216148, 0.11365876, 0.10553619, 0.09779065, 0.09042902, 0.08341621, 0.07677403, 0.0704692, 0.06450016, 0.05888182, 0.05356799, 0.04857581, 0.04389793, 0.03949498, 0.03539484, 0.03157626, 0.02800644, 0.02471592, 0.02168071, 0.01886319, 0.01629514, 0.0139662, 0.01181764, 0.00988361, 0.00818368, 0.00663128, 0.00524853, 0.00408271, 0.00308998, 0.00219098, 0.00145967, 0.00096333, 0.00059878, 0.00028988, 7.804e-05, 0.0, 7.807e-05, 0.00029009, 0.00059937, 0.00096448, 0.00146264, 0.00219661, 0.00309879, 0.00409516, 0.00526774, 0.00665839, 0.00821941, 0.00993095, 0.01187982, 0.01404463, 0.01639219, 0.01898469, 0.02182867, 0.02489252, 0.02822001, 0.03182924, 0.03568998, 0.03984236, 0.04430035, 0.04903788, 0.05410025, 0.05948747, 0.06518787, 0.07124791, 0.07764648, 0.08439704, 0.0915234, 0.09900711, 0.10688721, 0.11514762, 0.12380644, 0.13287211, 0.14233176, 0.1522146, 0.16249918, 0.17321393, 0.18434125, 0.19590296, 0.20788328, 0.22029378, 0.23312344, 0.24637487, 0.26004146, 0.27412439, 0.28861129, 0.30349962, 0.3187741, 0.33443448, 0.35045732, 0.36684322, 0.38356093, 0.40060975, 0.41795607, 0.4355933, 0.4534925, 0.47163211, 0.48999236, 0.50853595, 0.52724867, 0.5460886, 0.5650309, 0.58404504, 0.603088, 0.62213765, 0.64114752, 0.66008031, 0.67890619, 0.69757164, 0.71604492, 0.73429135, 0.75225234, 0.76989792, 0.78719153, 0.80407383, 0.82051349, 0.83646946, 0.85189026, 0.86674791, 0.8810097, 0.89461041, 0.90752456, 0.9197304, 0.9311753, 0.94182765, 0.95167536, 0.96067486, 0.96878747, 0.97601191, 0.98233053, 0.98768615, 0.99208631, 0.99557391, 0.99806302, 0.99942968, 1.0]
y: [0.01298, 0.01325853, 0.01353706, 0.01425486, 0.01525428, 0.01651103, 0.01803672, 0.01982832, 0.02186386, 0.02414104, 0.02665721, 0.02939433, 0.03232052, 0.03546139, 0.03882788, 0.04241907, 0.04621907, 0.0502115, 0.05437484, 0.05871183, 0.06320372, 0.06783179, 0.07258367, 0.0774446, 0.08239019, 0.0874051, 0.09248713, 0.09759082, 0.10272181, 0.10784802, 0.11295158, 0.11803077, 0.12305212, 0.12798755, 0.13283094, 0.13755364, 0.14213236, 0.14655625, 0.15079572, 0.154834, 0.15864807, 0.16221448, 0.16552639, 0.16856113, 0.17131655, 0.17376419, 0.17590809, 0.17773697, 0.17926124, 0.1804571, 0.18132691, 0.18187835, 0.18211123, 0.18203856, 0.1816423, 0.18093968, 0.17992886, 0.17862311, 0.17701528, 0.17511379, 0.17293277, 0.17048889, 0.16779353, 0.16485463, 0.16169458, 0.15833173, 0.15478881, 0.15107876, 0.14720829, 0.1431886, 0.13900782, 0.13472385, 0.13032428, 0.12581676, 0.12122098, 0.1165324, 0.11179119, 0.1070022, 0.10214717, 0.09729272, 0.09242295, 0.08751215, 0.082622, 0.07774621, 0.07282291, 0.06792968, 0.06314469, 0.05839354, 0.05371176, 0.04930104, 0.04462295, 0.03955245, 0.03423391, 0.02812695, 0.02159887, 0.01655986, 0.01252495, 0.0086197, 0.00433033, 0.00116483, 0, -0.00122141, -0.00493025, -0.01006582, -0.01404194, -0.01818461, -0.02325986, -0.02895118, -0.03402694, -0.0386738, -0.04323037, -0.04768713, -0.05194808, -0.05640002, -0.06095587, -0.06550064, -0.07015335, -0.07483557, -0.07944017, -0.08403249, -0.08861876, -0.0931531, -0.09767683, -0.10219736, -0.1066798, -0.1111375, -0.11555036, -0.11988963, -0.12416757, -0.12835267, -0.13244594, -0.13644393, -0.14032619, -0.14410659, -0.14776228, -0.15130027, -0.15469824, -0.15792918, -0.16099444, -0.1638649, -0.16652604, -0.16898536, -0.1712123, -0.17318495, -0.17488931, -0.17629521, -0.1773821, -0.17812893, -0.17850404, -0.17851925, -0.17811179, -0.17729404, -0.17604386, -0.17433908, -0.17216093, -0.1694972, -0.1663269, -0.16263694, -0.15840197, -0.15361785, -0.14832974, -0.14256755, -0.13636209, -0.12973893, -0.12273428, -0.11537409, -0.10772338, -0.09984354, -0.09178588, -0.08364761, -0.07551824, -0.06749519, -0.05967989, -0.05219166, -0.04509834, -0.03849862, -0.03246027, -0.02700348, -0.02213341, -0.01786296, -0.01419831, -0.0111631, -0.00876892, -0.00697163, -0.00574853, -0.0050322, -0.00479161, -0.004, -0.0037, -0.0034, -0.0031, -0.0028, -0.0025, -0.0022, -0.0019, -0.0016, -0.0013, -0.001, -0.001, -0.001]
aerodynamic_center: 0.25
description: FFA-W3-360 (Re=1.00e+07)FFA-W3 airfoil data for 10 MW sized rotor, computed using EllipSys2D v16.0, 70% free transition, 30% fully turbulent, 360 deg extrapolated using AirfoilPreppy, no 3D correction. F Zahle, DTU Wind Energy 11 May 2017
polars:
- configuration: default
re_sets:
- re: 10000000.0
cl:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.07178149999999964, 0.1435630000000001, 0.2153444999999997, 0.2871260000000001, 0.3589074999999998, 0.4306889999999995, 0.5024704999999998, 0.5742519999999995, 0.6460334999999998, 0.7178149999999996, 0.7895965, 0.8613779999999996, 0.9331595000000001, 1.004941, 0.9189832441278815, 0.8440624787712528, 0.7748315757714827, 0.7079034441742906, 0.6411583915080097, 0.5733514328047344, 0.5038751148063706, 0.432607030599928, 0.3598052464255929, 0.2860316675426308, 0.2120921414269119, 0.1389869075032731, 0.06786776586894963, 5.551115123125782e-17, -0.06786776586894941, -0.1389869075032731, -0.2120921414269117, -0.2860316675426306, -0.3598052464255929, -0.4326070305999278, -0.5038751148063706, -0.5733514328047343, -0.6411583915080097, -0.7079034441742903, -0.7748315757714827, -0.8440624787712528, -0.9189832441278818, -1.004941, -1.113059, -1.054248, -0.982473, -0.9417260000000001, -0.893331, -0.8547150000000001, -0.82348, -0.795409, -0.636498, -0.390949, -0.1307082, 0.1617258, 0.311214, 0.459562, 0.605659, 0.748677, 0.888617, 1.025442, 1.15878, 1.28822, 1.41282, 1.5309, 1.64065, 1.73926, 1.81971, 1.87065, 1.89221, 1.8791, 1.88111, 1.86359, 1.73324, 1.59357, 1.46708, 1.44834, 1.43563, 1.312833205896974, 1.20580354110179, 1.106902251102118, 1.011290634534701, 0.9159405592971568, 0.8190734754353348, 0.7198215925805296, 0.6180100437141822, 0.5140074948937041, 0.4086166679180437, 0.3029887734670167, 0.1985527250046759, 0.09695395124135632, 8.326672684688674e-17, -0.06786776586894941, -0.1389869075032731, -0.2120921414269117, -0.2860316675426306, -0.3598052464255929, -0.4326070305999276, -0.5038751148063706, -0.5733514328047341, -0.6411583915080097, -0.7079034441742906, -0.7748315757714827, -0.8440624787712528, -0.9189832441278815, -1.004941, -0.9331595000000001, -0.8613779999999996, -0.7895965, -0.7178149999999996, -0.6460334999999998, -0.5742520000000002, -0.5024704999999998, -0.4306890000000002, -0.3589074999999998, -0.2871260000000001, -0.2153444999999997, -0.1435630000000001, -0.07178149999999964, 0.0]
cd:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.03714766955647932, 0.03773901133374287, 0.03950914701885524, 0.04244639553319605, 0.04653137791244361, 0.05173713798667876, 0.06067799498087878, 0.08650795664630631, 0.1158646406574733, 0.1485619804842812, 0.1843927466024767, 0.2231298637078226, 0.2645278540548881, 0.3083243977394954, 0.354242, 0.4419239296599637, 0.5337885553342574, 0.6279269922758957, 0.7223836823125198, 0.8151971682421021, 0.9044409874864893, 0.9882638315724093, 1.064928133355331, 1.132846276742087, 1.190613673317614, 1.237038015703063, 1.271164097300969, 1.29229368065155, 1.3, 1.29229368065155, 1.271164097300969, 1.237038015703063, 1.190613673317614, 1.132846276742087, 1.064928133355331, 0.9882638315724093, 0.9044409874864896, 0.8151971682421021, 0.7223836823125203, 0.6279269922758957, 0.5337885553342576, 0.4419239296599635, 0.354242, 0.204936, 0.154343, 0.1096723, 0.09248859999999999, 0.07597419999999999, 0.0605412, 0.0464115, 0.0344101, 0.0254821, 0.0199403, 0.0165337, 0.0150697, 0.0147703, 0.0146486, 0.0146633, 0.0148131, 0.0150716, 0.0154399, 0.0159264, 0.0165411, 0.0173108, 0.0183096, 0.0196309, 0.0214988, 0.0244544, 0.0296621, 0.0376996, 0.0482436, 0.0583757, 0.0699237, 0.1016591, 0.139159, 0.210024, 0.282003, 0.354242, 0.4419239296599635, 0.5337885553342578, 0.6279269922758957, 0.7223836823125203, 0.8151971682421021, 0.9044409874864896, 0.9882638315724093, 1.064928133355331, 1.132846276742087, 1.190613673317614, 1.237038015703063, 1.271164097300969, 1.29229368065155, 1.3, 1.29229368065155, 1.271164097300969, 1.237038015703063, 1.190613673317614, 1.132846276742087, 1.064928133355331, 0.9882638315724093, 0.9044409874864899, 0.8151971682421021, 0.7223836823125198, 0.6279269922758957, 0.5337885553342574, 0.4419239296599637, 0.354242, 0.3083243977394954, 0.2645278540548881, 0.2231298637078226, 0.1843927466024767, 0.1485619804842812, 0.1158646406574736, 0.08650795664630631, 0.06067799498087906, 0.05173713798667876, 0.04653137791244361, 0.04244639553319605, 0.03950914701885524, 0.03773901133374287, 0.03714766955647932]
cm:
grid: [-180.0, -177.71428574040064, -175.4285714000024, -173.1428571168999, -170.85716042360175, -168.5716317788249, -166.28571426759248, -163.99999998449002, -161.71447288669918, -159.42837128412722, -157.14284263935036, -154.85731399457353, -152.5714285689776, -150.28571428587514, -148.00000000277268, -143.85714283600154, -139.7142857265262, -135.57142855975508, -131.42857145027972, -127.28571428350858, -123.14285711673747, -119.00000000726213, -114.857142840491, -110.71428573101564, -106.57142856424451, -102.42857145476917, -98.28571428799803, -94.14285712122691, -90.00000001175157, -85.85714284498043, -81.71428573550509, -77.57142856873396, -73.42857140196283, -69.28571429248747, -65.14285712571635, -61.000000016241, -56.857142849469874, -52.71428573999452, -48.5714285732234, -44.42857140645227, -40.28571429697693, -36.14285713020579, -32.00000002073045, -28.000000025301112, -23.999999972576, -19.99999997714667, -17.999999979432, -15.999999981717332, -13.999999984002669, -11.999999986288, -9.999999988573334, -7.999999990858666, -5.999999993144, -3.999999995429333, -1.9999999977146665, -1.0000000275052232, 0.0, 1.0000000275052232, 1.9999999977146665, 3.0000000252198897, 3.999999995429333, 5.0000000229345565, 5.999999993144, 7.000000020649224, 7.999999990858666, 9.00000001836389, 9.999999988573334, 11.000000016078555, 11.999999986288, 13.000000013793224, 13.999999984002669, 15.000000011507892, 15.999999981717332, 17.999999979432, 19.99999997714667, 23.999999972576, 28.000000025301112, 32.00000002073045, 36.14285713020579, 40.28571429697693, 44.42857140645227, 48.5714285732234, 52.71428573999452, 56.857142849469874, 61.000000016241, 65.14285712571635, 69.28571429248747, 73.42857140196283, 77.57142856873396, 81.71428573550509, 85.85714284498043, 90.00000001175157, 94.14285712122691, 98.28571428799803, 102.42857145476917, 106.57142856424451, 110.71428573101564, 114.857142840491, 119.00000000726213, 123.14285711673747, 127.28571428350858, 131.42857145027972, 135.57142855975508, 139.7142857265262, 143.85714283600154, 148.00000000277268, 150.28571428587514, 152.5714285689776, 154.8571428520801, 157.14285713518257, 159.42857141828506, 161.71428570138752, 163.99999998449002, 166.28571426759248, 168.57142855069498, 170.85714283379744, 173.1428571168999, 175.4285714000024, 177.71428574040064, 180.0]
values: [0.0, 0.09142857142857111, 0.1828571428571434, 0.2742857142857145, 0.3657142857142855, 0.4031304636095545, 0.4081392053848416, 0.4131479471601289, 0.418156688935416, 0.4262712900595553, 0.4437034692302504, 0.461135648400946, 0.4785678275716412, 0.4960000067423368, 0.4883022318330648, 0.4678431517000181, 0.4480322988503198, 0.4369725143258274, 0.4259127298013352, 0.421499653933276, 0.4205848457791291, 0.4202386282975503, 0.4216794100726142, 0.4231201918476781, 0.4225819015145725, 0.4216313044922648, 0.4186442496773847, 0.4127722129896937, 0.4069001763020025, 0.3942614888768985, 0.3816228014517944, 0.3667605953544247, 0.3503288466648674, 0.3336237480028024, 0.3156065694727009, 0.2975893909425995, 0.2798918070549701, 0.2622959123717636, 0.2449149435317124, 0.2279423337936562, 0.2109697240555999, 0.1352478121095765, 0.0551741, 0.0321142, 0.01267890000000002, -0.002821250000000001, -0.0074129, -0.0110695, -0.01250065, -0.01177275, -0.01082065, -0.0276937, -0.05106789999999999, -0.0714813, -0.0917883, -0.1011907, -0.1098835, -0.1177635, -0.124769, -0.130977, -0.136484, -0.141299, -0.1454, -0.14875, -0.151175, -0.15262, -0.153103, -0.152545, -0.151206, -0.149693, -0.145621, -0.143578, -0.140948, -0.137106, -0.140821, -0.156927, -0.179786, -0.201472, -0.2240866097136903, -0.2461860684392151, -0.2613309888245065, -0.2764759092097978, -0.2906206368276409, -0.3042389471994587, -0.3178704108777556, -0.3315432135192723, -0.3452160161607889, -0.3584572127501313, -0.3716084914119372, -0.3840462584573971, -0.3954732173796998, -0.4069001763020025, -0.4127722129896937, -0.4186442496773847, -0.4216313044922648, -0.4225819015145725, -0.4231201918476781, -0.4216794100726143, -0.4202386282975503, -0.4205848457791291, -0.421499653933276, -0.4259127298013352, -0.4369725143258274, -0.4480322988503198, -0.4678431517000181, -0.4883022318330649, -0.4960000067423369, -0.4785678275716413, -0.461135648400946, -0.4437034692302504, -0.4262712900595553, -0.4352995460782729, -0.4531479471601288, -0.4709963482419844, -0.4888447493238403, -0.457142857142857, -0.3428571428571431, -0.2285714285714291, -0.1142857142857139, 0.0]
eta_e: 1.0
T_f0: 3.0
T_V0: 6.0
T_p: 1.7
T_VL: 11
b1: 0.14
b2: 0.53
A1: 0.3
A2: 0.7
A5: 1.0
S1: 0.0
S2: 0.0
S3: 0.0
S4: 0.0
St_sh: 0.19
cm0: 0.0
k0: 0.0
k1: 0.0
k2: 0.0
k3: 0.0
k1_hat: 0.0
x_cp_bar: 0.2
UACutout: 45
filtCutOff: 20
rthick: 0.36
materials:
- name: Gelcoat
orth: 0
rho: 1235.0
E: 3440000000.0
G: 1323000000.0
nu: 0.3
alpha: 0.0
Xt: 74000000.0
Xc: 87000000.0
S: 21260000.0
GIc: 303
GIIc: 3446
alp0: 53
ply_t: 0.0005
waste: 0.25
unit_cost: 7.23
manufacturing_id: 0
- name: steel
description: Steel of the tower and monopile ASTM A572 Grade 50
source: http://www.matweb.com/search/DataSheet.aspx?MatGUID=9ced5dc901c54bd1aef19403d0385d7f
orth: 0
rho: 7800
alpha: 0.0
E: 200000000000.0
nu: 0.3
G: 79300000000.0
GIc: 0
GIIc: 0
alp0: 0.0
Xt: 450000000.0
Xc: 450000000.0
S: 0
Xy: 345000000.0
m: 3
unit_cost: 0.7
- name: steel_drive
description: Steel of the drivetrain ASTM 4140 40Cr1Mo28
source: http://www.matweb.com/search/DataSheet.aspx?MatGUID=38108bfd64c44b4c9c6a02af78d5b6c6
orth: 0
rho: 7850
alpha: 0.0
E: 205000000000.0
nu: 0.3
G: 80000000000.0
GIc: 0
GIIc: 0
alp0: 0.0
Xt: 814000000.0
Xc: 814000000.0
S: 0
Xy: 485000000.0
m: 3
unit_cost: 0.9
- name: cast_iron
description: Cast iron for hub and nacelle components
source: TODO
orth: 0
rho: 7200
alpha: 0.0
E: 118000000000.0
nu: 0.3
G: 47600000000.0
GIc: 0
GIIc: 0
alp0: 0.0
Xt: 310000000.0
Xc: 310000000.0
S: 0
Xy: 265000000.0
m: 3
unit_cost: 0.5
- name: glass_uni
description: Vectorply E-LT-5500, Epikote MGS RIMR 135/Epicure MGS RIMH 1366 epoxy
source: MSU composites database 3D property tests, Engineering Mechanics of Composite Materials, Daniel, I & Ishai, O., 1994, pg. 34
orth: 1
rho: 1940.0
E: [44600000000.0, 17000000000.0, 16700000000.0]
G: [3270000000.0, 3480000000.0, 3500000000.0]
nu: [0.262, 0.35, 0.264]
Xt: [609200000.0, 38100000.0, 15290000.0]
Xc: [474710000.0, 112640000.0, 113220000.0]
Control#
The control
section of the turbine YAML file provides detailed specifications for the wind turbine control system. It includes the following subfields:
supervisory
: Defines the parameters of the supervisory control systempitch
: Defines the parameters of the pitch control systemtorque
: Defines the parameters of the torque control systemyaw
: Defines the parameters of the yaw control system
The details of each field are discussed in the page Detailed Documentation. An example of the control
section of the IEA-15MW turbine is shown below.
S: [18910000.0, 17240000.0, 13160000.0]
m: 10
GIc: 303
GIIc: 3446
alp0: 53
fvf: 0.57
fwf: 0.7450682696347697
ply_t: 0.005
unit_cost: 1.87
waste: 0.05
fiber_density: 2535.5
area_density_dry: 7.227162215457267
manufacturing_id: 5
- name: CarbonUD
E: [114500000000.0, 8390000000.0, 8390000000.0]