Skip to content

Commit

Permalink
Merge pull request #71 from IEAWindTask37/update
Browse files Browse the repository at this point in the history
update definition of rotor diameter and rthick
  • Loading branch information
ptrbortolotti authored Dec 5, 2024
2 parents 3e039f4 + 85712b6 commit 857d6b0
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 16 deletions.
2 changes: 1 addition & 1 deletion docs/source/assembly.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The field :code:`assembly` includes nine entries that aim at describing the over
Height of the hub center from the ground or from the mean sea level

:code:`rotor_diameter` : Float, m
Rotor diameter, defined as the sum of hub diameter and two times the three dimensional curved blade length
Rotor diameter, defined as the sum of hub diameter and two times the blade length along its z axis, see :ref:`blade`

:code:`rated_power` : Float, W
Electrical rated power of the wind turbine
Expand Down
1 change: 0 additions & 1 deletion docs/source/blade.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ outer_shape_bem
:code:`rthick.values` : Array of floats
This array has recently been added to windIO to overcome the uncertainty in the interpolated distribution of relative thickness along blade span. It should match the field :code:`airfoil_position`


:code:`reference_axis` : Object
The field :code:`reference_axis` describes the three-dimensional shape of the reference axis of the blade via three sub-fields, namely :code:`x`, :code:`y`, and :code:`z`. The three sub-fields contain the pairs of arrays :code:`grid` and :code:`values`. The former is nondimensional, while the latter is expressed in meters.

Expand Down
15 changes: 1 addition & 14 deletions windIO/turbine/IEAontology_schema.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,7 @@ properties:
$ref: "#/definitions/distributed_data/grid_nd"
values:
$ref: "#/definitions/distributed_data/grid_nd"
t/c:
rthick:
type: object
required:
- grid
Expand Down Expand Up @@ -204,17 +204,6 @@ properties:
# coordinates:
# description: Coordinates expressed in the blade root coordinate system.
# $ref: "#/definitions/distributed_data/coordinates"
rthick:
type: object
required:
- grid
- values
properties:
grid:
$ref: "#/definitions/distributed_data/grid_nd"
values:
$ref: "#/definitions/distributed_data/grid_nd"

elastic_properties_mb:
type: object
properties:
Expand Down Expand Up @@ -2011,7 +2000,6 @@ properties:
units: Newton
description: Maximum vertical load (perpendicular to the sea floor) that the anchor can support
minimum: 0.0

airfoils:
type: array
description: Database of airfoils
Expand Down Expand Up @@ -2441,7 +2429,6 @@ properties:
units: rad/s
minimum: 0
default: 10.

environment:
type: object
required:
Expand Down

0 comments on commit 857d6b0

Please sign in to comment.