Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update definition of rotor diameter and rthick #26

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -2013,7 +2002,6 @@ properties:
unit: 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 @@ -2443,7 +2431,6 @@ properties:
unit: rad/s
minimum: 0
default: 10.

environment:
type: object
required:
Expand Down
Loading