You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: power-curve-schema/schema.json
+26Lines changed: 26 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -1446,6 +1446,32 @@
1446
1446
}
1447
1447
]
1448
1448
},
1449
+
"rotor_rpm": {
1450
+
"title": "Rotor RPM Curve",
1451
+
"description": "Rotor RPM, defined as an N-D array (where N is the number of independent parameters) at the sample points described in the `parameters` property. These arrays shall be the same size and shape as the `power` value. This variation is useful for detailed loading simulations, wake simulation, and ice-throw analyses. If not given, a common practice is to assume a linear variation of rotational speed between cut_in_rpm and rated_rpm values if supplied in the `turbine` property.",
1452
+
"oneOf": [
1453
+
{
1454
+
"title": "1 Parameter (1D Array, e.g. wind-speed for ISO standard air density of 1.225)",
1455
+
"type": "array",
1456
+
"$ref": "#/$defs/1darray"
1457
+
},
1458
+
{
1459
+
"title": "2 Parameters (2D Array, e.g. air-density and wind-speed)",
1460
+
"type": "array",
1461
+
"$ref": "#/$defs/2darray"
1462
+
},
1463
+
{
1464
+
"title": "3 Parameters (3D Array, e.g. turbulent-intensity, air-density and wind-speed)",
1465
+
"type": "array",
1466
+
"$ref": "#/$defs/3darray"
1467
+
},
1468
+
{
1469
+
"title": "4 Parameters (4D Array, e.g. monin-obukhov-stability, turbulent-intensity, air-density and wind-speed)",
1470
+
"type": "array",
1471
+
"$ref": "#/$defs/4darray"
1472
+
}
1473
+
]
1474
+
},
1449
1475
"acoustic_emissions": {
1450
1476
"title": "Acoustic emissions",
1451
1477
"description": "Specify the noise (Sound Power Level) emitted by the turbine in this mode of operation",
0 commit comments